﻿

/* display lists : thumb, full, details
-------------------------------------------------------------- */
#thumb {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 400px;
	height: auto;
}
#thumb li {
    list-style: none;
	float: left;
	background: url(../bgThumb.png) no-repeat;
	width: 170px;
	height: 170px;
	padding: 15px 14px 0;
	
	position: relative;
}
#thumb img {
	border: solid 1px #e0e0e0;	
}
#thumb h3 {
	font: normal 11px Tahoma, Helvetica, sans-serif;
	position: absolute;
	top: 131px;
	left: 8px;
	overflow: hidden;
	width: 150px;
}
#thumb h3 a {   
    padding-top:20px;
	padding-left:8px;
    font: normal 11px Tahoma, Helvetica, sans-serif;
	width: 150px;
	color: #939393;
	display: block;
	text-decoration: none;	
}
#thumb h3 a:hover {
    font-weight:normal;
	color: #aaaaaa;
	text-decoration: none;
}
#thumb h3 span {
	padding-right: 0;
	position: absolute;
	right: 0;
}



/* jquery tooltips */

#screenshot {
	margin: 0;
	padding: 8px;
	position: absolute;
	border: 1px solid #122025;
	background: #000;
	display: none;
	z-index: 200;
}

