
/* outmost wrapper element, containing all elements  */
#scrollable {
	/*background-color:#efefef;*/
	border:1px solid #173a4f;
	padding:10px 8px;
	width:953px;
	height:100px;
	margin:-90px auto 70px auto;
	-moz-border-radius:7px;
}

/* container for the scrollable items */
div.items {
	height:100px;	
	margin-left:8px;
	margin-right:8px;
	float:left;
	width:837px !important;
}

/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:10px;
	width:185px;
	height:100px;
	font-size:50px;
	color:#ccc;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

div.items a.empty-block {width:185px;height: 95px;display: block;}

div.items a img{
	border: 1px solid transparent;
	padding: 1px;
}

div.items a:hover img{
	border: 1px solid #54812f;
	padding: 1px;
}

div.items a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}


/* next / prev buttons */
a.prev, a.next {
	background:url(images/leftarrow.png) no-repeat 0 0;
	display:block;
	width:50px;
	height:50px;
	float:left;	
	margin:25px 0 0 0;
	cursor:pointer;
}

a.next {
	background-image:url(images/rightarrow.png)		
}

a.prev:hover {
/*	background-position:0 -18px;		
*/
}

a.next:hover {
/*	background-position:0 -18px;		
*/
}


/* navigator */
div.navi {
	display:none;
	position:relative;
	top:-30px;
	left:310px;
	margin-left:-50px;
	width:50px;
	height:0px;
}


/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(http://www.wordpressthemestore.com/wp-content/themes/WPThemeStore/scrollable-img/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 	
