
/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:21px;
	height:117px;
	background:url(/images/slider_toleft.jpg) no-repeat;
	float:left;
	margin: 0px 0px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px 0px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(/images/slider_toright.jpg);
	clear:right;	
}


div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 692px;	 
	height:117px;	
}

/* 
	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:0px;	
}



/* single item */
#thumbs div {
	float:left;
    width:224px;
    height:97px;
    margin:0px 0px 0px 0px;
    padding:10px 0px 0px 6px;

	cursor:pointer;
}


#thumbs div.favicon{float:left;width:54px;height:34px;margin:0px 0px 0px 0px;padding:20px 0px 0px 0px;}
#thumbs div.favicon{float:left;width:16px;height:16px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;background-color:#222223;}
#thumbs div.slider_txt{float:left;width:206px;height:97px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
#thumbs div.slider_item_hdr{float:left;width:200px;height:16px;margin:0px 0px 0px 0px;padding:2px 0px 0px 6px;font-family: Arial;font-size: 11px;color: #EEFA5D;text-align: left; font-weight:bold;}
#thumbs div.slider_item_txt{float:left;width:200px;height:74px;margin:0px 0px 0px 0px;padding:3px 0px 0px 6px;font-family: Arial;font-size: 11px;color: #CECEC8;text-align: left;}
.slider_item_txt a{font-family: Arial;font-size: 11px;color: #CECEC8;text-align: left;text-decoration:none;}
.slider_item_txt a:hover{text-decoration:none;color: #c8db00;}
