@charset "UTF-8";
/* CSS Document */


/* scroller window */
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 817px;	 
	height: 159px;
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
	/*border:1px solid #222;*/
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top: 70px;	
}



/* single item */
#thumbs div {
	margin-top: 8px;
	float:left;
	width: 138px;
	height:150px;
	/*background:#fff url(/img/global/gradient/h150.png) repeat-x 0 146px;*/
	color:#fff;
	/*border-left:1px solid #333;*/
	cursor:pointer;
}

/* style when mouse is over the item */
/*#thumbs div.hover {
	background-color:#eee;	
}*/

/* style when element is active (clicked) */
/*#thumbs div.active {
	background-color:#dfdfdf;
	cursor:default;
}*/

/*#thumbs h3, #thumbs p, #thumbs span {
	margin:13px;		
	font-family:"bitstream vera sans";
	font-size:13px;
	color:#fff;	
}

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

/* NEW CSS for the video information */
.thumbs_title {
	width: 124px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
}

.thumbs_title a {
	text-decoration: none;
	color: white;
}

.thumbs_title a:hover {
	color: #000;
}

.thumbs_views {
	padding-left: 0px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-top: 3px;
	margin: 0px;
	color: #e6e6e6;
	font-size: 10px;
}

.thumbs_poster {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

.thumbs_poster a {
	color: white;
	padding-top: 10px;
	text-decoration: none;
}

.thumbs_poster a:hover {
	color: #000;
}