    #albums{
        list-style: none;
		display:none;
    }
    #albums li  {
        float:left;
        width:195px;
        margin-bottom:10px;
        text-align:center;
        height: 150px;
        display:none;
        position:relative;
    }
    #albums li.thickbox {display:block;}
    #albumbox {
    	padding-top: 17px;
		overflow: hidden;
		width: 185px;
		height: 140px;
		margin-bottom: 20px;
    }
	.albumname {
		background: url('/images/transgrey.png');
		width: 175px;
		/*height: 35px;*/
		padding: 5px;
		position: absolute;
		color: white;
    bottom:-7px;
	}
   #albumbox img {width: 250px;margin: -10px 0 0 -35px;}
   #error {display:none;}
ul.albumnav {
	list-style: none;
	position: relative; top: -390px; z-index: 30;
	width: 665px;
}
	ul.albumnav li#prev {
		float: left;
	}
	ul.albumnav li#next {
		float: right; margin: 0 50px 0 0;
	}
	ul.albumnav li a {
		display: block; width: 70px; height: 200px; text-indent: -9999px;
	}
		ul.albumnav li#prev a {
			background: url(/images/prev.png);
		}
		ul.albumnav li#next a {
			background: url(/images/next.png);
		}

	ul.album {
		list-style-type: none;
	}
		ul.album li {
			margin: 0 0 20px 0;
		}