.navigation { float:left; background-image: url(../images/backmedium.png);background-repeat:repeat-x; width:960px; height:140px; }
/* this makes it possible to add next button beside scrollable */
div.scrollable { float:left; position:relative;overflow:hidden;width:880px; height:140px; clear:left;margin-bottom:0px; }

#thumbs {	position:absolute;width:20000em;	clear:both;	/*border:1px solid #222;*/}

a.prev, a.next {	/*margin-top:118px;	*/}

#thumbs div {float:left;width:auto;height:140px;background:#333;color:#fff;	/*border-left:1px solid #333;*/cursor:pointer;}
#thumbs div.hover {background-color:#444;	}
#thumbs div.active {background-color:#066;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;}
a.thumbsmenu { float:right; margin-right:25px; color:#FFF; font-family: Helvetica, Arial, Verdana, sans-serif;  font-size:12px; text-decoration:none; }
a.thumbsmenu:hover { text-decoration:underline;}
/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../images/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
	font-size:1px;
}

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

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

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

/*********** navigator ***********/
div.navi { clear:both; margin-top:35px; width:100%;	height:10px;}
div.navi a {width:8px;	height:8px;float:left;margin:3px;background:url(../images/navigator.png) 0 0 no-repeat;display:block;	font-size:1px;}
div.navi a:hover {	background-position:0 -8px;}
div.navi a.active {	background-position:0 -16px;}
