#albums {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#albums li {
	float: left;
	margin: 0 1px;
	padding: 5px 0 15px;
	width: 180px;
	text-align: center;
	font-size: 0.75em;
}
#albums h4 { font-weight: bold; }
#albums p, #albums div {
	padding: 0;
	text-align: center;
	font-size: 0.9em;
}
#albums a.cover {
	display: block;
	text-align: center;
	background: transparent url("/images/new/template/cover.gif") no-repeat center top;
	text-decoration: none;
}
#albums a.cover img { margin-top: 1px; border: none; padding-bottom: 3px; }
#albums a.cover span {
	position: relative;
	margin-top: -3px;
	display: block;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
}
#albums .count {
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #352312;
}

#wrapcurimg { background: transparent url(/images/new/template/loader.gif) no-repeat center center; position: relative; overflow: hidden; }
#curimg { background-repeat: none; background-position: left top; position: relative; overflow: hidden; }
#curimg a:link, #curimg a:visited {
	display: block;
	width: 50%;
	height: 100%;
	color: #fff;
	font-size: 300%;
	text-align: center;
	text-decoration: none;
	text-indent: -900em;
}
#curimg a.disabled { text-decoration: line-through; }
#curimg a:hover { text-indent: 0; background: transparent url("/images/new/template/trans.png"); opacity: 0.75; }
#curimg .prev { float: left; position: absolute; top: 0; left: 0; }
#curimg .next { float: right; }
