@charset "utf-8";
#contents h2 { margin-bottom: 50px; }
/* outmost wrapper element */
#scrollable { background-color:#efefef; border:1px solid #ddd; padding:8px; width:622px; height:81px; margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; }
#scrollable2 { background-color:#efefef; border:1px solid #ddd; padding:8px; width:622px; height:81px; margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; }
/* container for the scrollable items */
div.items { height:81px; float:left; width:564px !important; margin: 0 11px 0 12px; }
div.itemsmainte { height:81px; float:left; width:228px !important; margin: 0 0px; padding: 0px; }
div.items2 { margin: 0 0px; }
div.items3 { margin: 0 0px; }
/* single item */
div.items a { display:block; float:left; margin-right:8px; width:106px; height:80px; cursor:pointer; }
div.itemsmainte a { display:block; float:left; margin-right:8px; width:106px; height:80px; 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(../img/allow.jpg) no-repeat 0 0; display:block; width:14px; height:25px; float:left; margin:28px 0 0; cursor:pointer; border: 1px solid #999; }
a.next { background: url(../img/allow_r.jpg); border: 1px solid #999; }
a.prev:hover { background: url(../img/allow.jpg) 0 -25px; }
a.next:hover { background: url(../img/allow_r.jpg) 0 -25px; }
div.items a { display:block; float:left; margin-right:8px; width:106px; height:80px; cursor:pointer; }
a.prev2, a.next2 { background:url(../img/allow.jpg) no-repeat 0 0; display:block; width:14px; height:25px; float:left; cursor:pointer; border: 1px solid #999; margin-top: 20px; margin-right: 0; margin-bottom: 0; margin-left: 0; }
a.next2 { background: url(../img/allow_r.jpg); border: 1px solid #999; }
a.prev2:hover { background: url(../img/allow.jpg) 0 -25px; }
a.next2:hover { background: url(../img/allow_r.jpg) 0 -25px; }
/* 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(http://www.flowplayer.org/img/playlist/dots.png) 0 0 no-repeat; cursor:pointer; }
div.navi span:hover { background-position:0 -8px; }
div.navi span.active { background-position:0 -16px; }
