#thumb {
	list-style: none;
	height: auto;
}
#thumb li {
	width:242px;
	padding: 10px;
	float: left;
	border: 1px solid #D9EAFF;
	margin:15px;
	cursor: pointer;
	background-image: url(../images/template_img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#thumb li span {
	float:left;
	width:242px;
	height:32px;
	text-align:center;
	line-height:32px;
	background-color:#ecf7fb;
	font-weight: bold;
}
/* jquery tooltips */
#tooltip img {
	padding: 10px;
	background-image: url(../images/template_img/list-thumb-bg.gif);
	background-repeat: repeat;
}
#screenshot {
	margin: 0;
	padding: 5px;
	position: absolute;
	border: 1px solid #004AA6;
	display: none;
	z-index: 200;
	background-color: #333;
}

#screenshot img{
	width:450px;
	
	}

