@charset "utf-8";
/* doc: tpl_imgList ---------------------------------------------- */
/* author: andrew tennison ---------------------------------------------- */
/* company: fingal ------------------------------------------------------ */

/*	Description:
	CSS Template file for imgList - pages containing lists of images 
*/


div#content {padding:0px; width:450px;}

span.downSm { top:0px; left:60px;}
span.dropSm { top:0px; left:130px;}

div#content ul {position:relative; display:block;}

div#content ul li {
	position:relative; display:inline; float:left;
	width:208px; height:150px;
	margin:11px 0 0 11px;
}

div#content ul li a.imgLink {
	position:relative; display:block;
	width:208px; height:111px; overflow:hidden;
	background-color:#cccccc;
	border:1px solid #fff;
	margin:0 0 3px 0;
}

div#content ul li a.imgLink:hover { border:1px solid #8cb38e;}

span.lowRes, span.hiRes {
	position:relative; display:block;
	width:208px; height: 13px;
}
span.lowRes {border-bottom:1px solid #f0f0f0; padding:0 0 2px 0; margin:0 0 3px 0;}

div.butDownloadGal {
	position:relative; display:block; clear:both;
	padding:20px 0 10px 10px;
}
div.butDownloadGal a {
	position:relative; display:block;
	width:30px; height:30px;
	background:url(../images/global/but_downloadDropbox.gif) 0px 0px no-repeat;
}
div.butDownloadGal a:hover { background:url(../images/global/but_downloadDropbox.gif) 0px -30px no-repeat;}
div.butDownloadGal h3 {
	position:absolute; display:block;
	top:22px; left:50px;
	width:100px; color:#000000;
	line-height:1em;
}

