
/* outmost wrapper element, containing all elements  */
#scrollable {
	/*background-color:#efefef;*/
	/*border:1px solid #ddd;*/
	/*padding:10px 8px;*/
	width:710px;
	height:65px;
	margin-left:14px;
	-moz-border-radius:7px;
}

/* container for the scrollable items */
div.items {
	height:62px;
	margin-left:10px;
	margin-right:10px;
	float:left;
	width:600px !important;
}

/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:8px;
	width:68px;
	height:56px;
	/*background:url(../images/gallery/entry.gif) 0 0 no-repeat;*/
	/*font-size:50px;
	color:#ccc;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

div.items a:hover {
	/*color:#999;*/	
}

div.items a.active {
	/*background-position:-174px 0;		
	color:#555;
	cursor:default;*/
}


/* next / prev buttons */
a.prev, a.next {
	background:url(../images/gallery_bttn_l.png) no-repeat 0 0;
	display:block;
	width:43px;
	height:42px;
	float:left;	
	margin:10px 0 0 0;
	cursor:pointer;
}

a.next {
	background-image:url(../images/gallery_bttn_r.png);		
}

a.prev:hover {
	background-image:url(../images/gallery_bttn_l_ovr.png);
}

a.next:hover {
	background-image:url(../images/gallery_bttn_r_ovr.png);	
}


/* navigator */
div.navi {
position:relative;
	top:90px;
	left:380px;
	margin-left:-50px;
	width:50px;
	height:0px;
}


/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/gallery/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 	
