/* CSS Document */

.thumbsCore{
	padding-left:5px;
	padding-right:5px;
	width:auto;
	height:50px;
}

.thumbs {
	width:300px;
	padding-top:10px;
	padding-left:5px;
	margin-bottom:-15px;
	white-space:nowrap;
	float:left;
}

.thumbs div {
	display:inline;
	position:relative	
}

.thumbs div img {
	background:#000000;
	padding:1px;
	margin:2px;
	border:none;
}

.thumb div:hover{
	background:#FF0000;
}

.description {
	font-size:0.7em;
	color:#666666;
	display: inline;
	float: right;
	postion:relative;
	padding-right:20px;
	text-align:right;
}