/* outmost wrapper element */
div.scrollable {
	background-color:#042C5C;
	padding:8px;

}

div.horizontal {
	width:745px;
	height:108px;		
}

div.vertical {
	width:85px !important;
	height:218px;
	float:left;
	margin-right:20px;
}

div.double {
	height:145px;
}

div.double div.items {
	height:145px !important;
}

div.noitems {
	padding-top:0px;		
}

div.noitems div.__scrollable {
	margin-top:8px;
}

/* container for the scrollable items */
div.horizontal div.items {
	height:106px;
	margin-left:2px;
	float:left;
	width:700px !important;
}

div.vertical div.items {
	height:218px !important;
}


/* single item */
div.items a, div.noitems a {
	display:block;
	/*
	width:88px;
	height:66px;
	*/
	padding-left: 4px;
	padding-right: 4px;
	width:105px;
	height:106px;	
	background-color:#FFFFFF;
	/*
	background:url(entry.gif) 0 0 no-repeat;
	*/
	font-size:9px;
	color:#000000;
	/*
	line-height:114px;
	*/
	text-decoration:none;
	text-align:left;
	cursor:pointer;
	font-family:verdana;
}

div.items a {
	float:left;
	margin-right:4px;		
}

div.item {
	height:200px;
	width:96px;
	float:left;	
}

div.double div.items a {
	float:none;
	margin-bottom:10px;
	cursor:default;
}


div.items a:hover, div.noitems a:hover {
	color:#042C5C;	
}

div.item a:hover {
	color:#ccc;	
}

div.items a.active, div.noitems a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}

div.vertical a {
	margin-bottom:10px;	
}

div.vertical div.items a {
	float:none;	
}

/* next / prev buttons */
a.prev, a.next {
	background:url(images/left.gif) no-repeat 0 0;
	display:block;
	width:17px;
	height:17px;
	float:left;	
	margin:36px 0 0 0;
	cursor:pointer;
}

a.next {
	background-image:url(images/right.gif)		
}
/*
a.prev:hover {
	background-position:0 -18px;		
}

a.next:hover {
	background-position:0 -18px;		
}
*/
div.double a.prev, div.double a.next {
	margin-top:50px;		
}


/* navigator */
div.navi {
	position:relative;
	top:-30px;
	left:310px;
	margin-left:-60px;
	width:50px;
	height:0px;
}

div.vertical div.navi {
	left:75px;
	width:60px;
}

/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 	

td.scrollHeader
{
	color: #FFFFFF;
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	font-weight: bold;
	font-size: 10pt;
}
