@CHARSET "UTF-8";





/* single item */
#thumbs div {
	border-top: solid 5px #333;
	float:left;
	width:194px;
	margin-left: 10px;
	height:290px;
	color:#666;
	cursor:pointer;
	
}

#thumbs div.first {
	margin-left: none;
}


#thumbs div h3 {
	background: #333;
	color: #fff;
	padding: 5px;
}
	
#thumbs div a {
	color: #4b79a7;
}
	
#thumbs div img {
	height: 120px;
	width: 100%;
	margin-top: 1px;
}

#thumbs div p {
	min-height: 60px;
	font-size: 10px;
	line-height: 14px;
}

#thumbs h3 {
	font-size: 11px;
	margin-top: 1px;	
}

#thumbs h3 em {
	font-style:normal;
	color:yellow;
	
}


/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(/_template/images/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	 cursor:pointer;
}

a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0 -18px;
}
a.disabled {
	visibility:hidden !important;
}
a.next, a.nextPage {
	background-image:url(/_template/images/right.png);
	clear:right;
}
div.navi {
	height:20px;
}
div.navi a {
	background:transparent url(/_template/images/navigator.png) no-repeat scroll 0 0;
	cursor:pointer;
	float:left;
	height:8px;
	margin:3px;
	width:8px;
}
div.navi a:hover {
	background-position:0 -8px;
}
div.navi a.active {
	background-position:0 -16px;
}
