
/* outmost wrapper element */
div.scrollable {
	background-color:#efefef;
	border:1px solid #ddd;
	padding:8px;
	-moz-border-radius:5px;
	margin-top:30px;
}

div.horizontal {
	width:755px;
	height:112px;		
}
div.vertical {
	width:755px !important;
	height:542px;
	float:left;
	margin-right:20px;
}
div.vertical div.items {
	height:536px !important;
}
div.vertical a {
	margin-bottom:10px;	
}

div.vertical div.items a {
	height:132px;
	float:none;	
}

div.double {
	height:290px;
}

div.double div.items {
	height:290px !important;
}

div.noitems {
	padding-top:0px;		
}

div.noitems div.__scrollable {
	margin-top:8px;
}

/* container for the scrollable items */
div.horizontal div.items {
	height:112px;	
	margin-left:8px;
	float:left;
	width:695px !important;
}




/* single item */
div.items a, div.noitems a {
	display:block;
	width:764px;
	height:112px;
	/*background:url(/images_v2/scrollable/entry.gif) 0 0 no-repeat;*/
	font-size:12px;
	color:#000;
	text-decoration:none;
	text-align:left;
	font-family:verdana;
}

div.items a {
	float:left;
	margin-right:8px;		
}

div.item {
	height:112px;
	width:175px;
	float:left;	
}

div.double div.items a {
	float:none;
	margin-bottom:20px;
}


div.items a:hover, div.noitems a:hover {
	color:#999;	
}

div.item a:hover {
	color:#ccc;	
}

div.items a.active, div.noitems a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}

/* next / prev buttons */
a.prev {
	background:url(/images_v2/scrollable/left.png) no-repeat 0 0;
	display:block;
	width:18px;
	height:18px;
	float:left;	
	margin:22px 0 0 0;
	cursor:pointer;
}
a.next {
	background:url(/images_v2/scrollable/right.png) no-repeat 0 0;
	display:block;
	width:18px;
	height:18px;
	float:left;	
	margin:22px 0 0 0;
	cursor:pointer;
}

div.informationScroll{
	font-size:10px;
	color:#000;
	text-decoration:none;
	text-align:left;
	font-family:Verdana;
	margin-bottom:3px;
	margin-left:28px;
}

div.vertical a.next {
	background-image:url(/images_v2/scrollable/down.png)		
}

div.dobule a.next {
	background-image:url(/images_v2/scrollable/right.png)		
}

a.prev:hover {
	background-position:0 -18px;		
}

a.next:hover {
	background-position:0 -18px;		
}

div.vertical a.prev{ 
	margin-top:0px;		
}
div.vertical a.next {
	margin-top:-10px;		
}

div.double a.prev, div.double a.next {
	margin-top:120px;		
}


/* navigator */
div.navi {
	position:relative;
	top:-40px;
	left:510px;
	margin-left:-260px;
	width:250px;
	height:0px;
}

/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/images_v2/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;     
} 	
