@charset "utf-8";

/* scrollable.css
----------------------------------------------------------- */

/* outmost wrapper element */
#scrollable {
	height:125px;
	width:950px
	overflow:hidden;
}

/* container for the scrollable items */
div.items {
	height:125px;	
	float:left;
	width:910px !important;
	overflow:hidden;
}



/* single item */
div.items a {
	display:block;
	float:left;
	width:181px;
	padding-right:1px;
	height:125px;
	line-height:66px;
	cursor:pointer;
}

div.items a:hover {
}

div.items a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}


/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:19px;
	height:125px;
	float:left;
	background-repeat:no-repeat;	
}

a.prev{
	display:block;
	width:19px;
	height:125px;
	float:left;	
	cursor:pointer;
}
a.next {
	display:block;
	width:19px;
	height:125px;
	float:left;	
	padding-right:1px;
	cursor:pointer;
}

a.next {
	background:url(../../common/images/btn_next.gif) no-repeat 0px 0px;
}
a.prev {
	background:url(../../common/images/btn_prev.gif) no-repeat 0px 0px;
}




#thumbs {	
	width:20000em;	
	clear:both;
}
