/**/
div.scrollable { 
    position:relative; 
    overflow:hidden; 
    width: 330px; 
    height:105px;
    float: left;
} 

div.scrollable div.items{ 
    width:1000em; 
    position:absolute; 
    float:left; 
} 

div.scrollable div.item, div.scrollable div.itemgroup{ 
    float:left; 
    width: 110px;
}

div.scrollable div.itemgroup div.item{
	margin-bottom: 20px;	
}

div.scrollable div.item a{
	color: #fff;
	text-decoration: none;
}

div.scrollable div.item span{ 
    z-index: 2;
    font-size: 11px;
    color:  #fff;
    border:0;
    float: left;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    width:104px;
    height:30px;
}

div.items div.active { 
    border:1px dotted #C59108;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(/img/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:20px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 

/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(/img/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 

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