/* outmost wrapper element */
#scrollable {
	/*background-color:#efefef;*/
background-color:#ffffff;
	border:1px solid #ddd;
	padding:5px 6px 15px 6px;
	width:675px;
	height:66px;
}


/* container for the scrollable items */
div.items {
	height:74px;	
	margin-left:6px;	
	float:left;
	width:600px !important;
}


/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:6px;
	width:94px;
	height:66px;
	background:url(images/item.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 {
	display:block;
	width:17px;
	height:80px;
	float:left;
	background-repeat:no-repeat;	
	margin:0px 0 0 0;
}

a.prev {
	background:url(../2730/images/arw_lft.jpg) no-repeat;		
}

a.prev:hover {
	background:url(../2730/images/arw_lft.jpg) no-repeat;		
}

a.next {
	background:url(../2730/../2730/images/arw_rgt.jpg) no-repeat;		
}

a.next:hover {
	background:url(../2730/images/arw_rgt.jpg) no-repeat;		
}


/* navigator */
div.navi {
	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(../../images/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 	
.img_w93h66 {
    height: 66px;
    width: 93px;
}
