/* outmost wrapper element */
#scrollable{width:500px;height:177px;background:url(../../images/scrollable/bg.gif);position:relative;}
/* container for the scrollable items */
div.items{height:124px;float:left;width:437px !important;padding-top:25px;}
/* single item */
div.items a{display:block;padding:0px 2px;float:left;cursor:pointer;}
div.items a img{border:1px solid #fff;padding:0px;}
div.items a img:hover{border:1px solid #fff;}
div.items a.active{}
/* next / prev buttons */
a.prev, a.next{display:block;height:177px;float:left;background-repeat:no-repeat;cursor:pointer;}
a.next{width:32px;background:url(../../images/scrollable/right.gif);position:absolute;right:0px;top:0px;z-index:90;}
a.next:hover{background:url(../../images/scrollable/right.gif);}
a.prev{width:31px;background:url(../../images/scrollable/left.gif);}
a.prev:hover{width:31px;background:url(../../images/scrollable/left.gif);}
/* 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/scrollable/dots.png) 0 0 no-repeat;     
	cursor:pointer;}
div.navi span:hover{background-position:0 -8px;}
div.navi span.active{background-position:0 -16px;}*/	