div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 100%;	
	height:115px;	
	font-size:9px;font-family:century gothic;
	/* custom decorations */
	padding:5px 0;	
	border:0px outset #ccc;				
}

div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	/*clear:both;		
	font-size:9px;font-family:century gothic;
	/* decoration */
	margin-left:5px;
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	
	/* custom decoration */
	text-align:center;
	width:116px;
	padding:0px 0px;
	font-size:9px;
	font-family: 'century gothic';
	border:0px solid #ccc;
	margin-right: 5px;	
	-moz-border-radius:5px;
}

/* active item */
div.scrollable div.items div.active {
	border:0px inset #ccc;		
	background-color:#fff;
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:0px;
	width:60px;
	height:10px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(http://vdojunkie.com/images/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	

#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
	border:1px solid #222;
}
/* single item */
#thumbs div {
	float:left;
	width:120px;
	height:300px;
	background:#333 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:#444;	
}
 
/* style when element is active (clicked) */
#thumbs div.active {
	background-color:#066;
	cursor:default;
}
 
#thumbs h3, #thumbs p, #thumbs span {
	margin:1px;		
	font-family:"bitstream vera sans";
	font-size:9px;
	color:#fff;	
}
 
#thumbs h3 em {
	font-style:normal;
	color:yellow;
}
