
div.albumctnr{
	float: left;
	text-align: center;
	width: 250px;
	height: 280px;
	padding:6px;
}

table.album{
	width:250px;
	height:280px;
}

td.album_thumb {
	width: 250px;
	height: 250px;
	border: 1px solid #ccc;
	border-top:0;
	background-color:#f8f8f8;
}

td.album_thumb img {
	border:0;
}

td.album_info a{
	color:#FFF;
	display:block;
	font-size:14px;
	line-height:30px;
	height:30px;
	font-weight:bold;
	background-color:#759ed5;
}

td.album_info a:hover{
	background-color:#0067ac;
	color:#FFF;
}

/* PHOTOS */

div.photoctnr{
	float: left;
	text-align: center;
	width: 250px;
	padding:6px;
}

table.photo{
	width:250px;
}

td.thumb {
	width: 250px;
	height: 250px;
	border: 1px solid #ccc;
	border-bottom:0;
	background-color:#f8f8f8;
}

td.thumb img {
	border:0;
}

/*
td.title{
	color:#FFF;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	background-color:#759ed5;
}
*/

td.caption{
	padding:4px;
	color:#001b33;
	font-size:11px;
	line-height:16px;
	background-color:#EEE;
	border:1px solid #C0C0C0;
}

td.download {
	height:17px;
	line-height:16px;
	
}

a.hires{
	position:absolute;
	width:140px;
	height:16px;
	color:#FFF;
	background-color:#001b33;
	text-decoration:none;
	font-size:10px;
	line-height:16px;
	padding:0 4px;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
a.hires:hover{
	color:#FFF;
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}

span.h1small{
	top:0;
	line-height:inherit;
	font-size:12px;
}