.scrollable {
	position:relative;
	overflow:hidden;
	width: 580px;
	height:190px;
}

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}
.items table {
	float:left;
	width:580px;
	padding: 0px;
}

.items table td {
	vertical-align:top;
}

.items img {
/*	padding-top:14px;*/
	padding-right: 10px;
	padding-bottom: 3px;
	float:left;

}


/* buttons */
a.browse {
	display:block;
	width:24px;
	height:13px;
	float:left;
	cursor:pointer;
	font-size:1px;
}

a.right 		{ 
	background:url(../img/scrollable/bt_right.png) no-repeat;
}
a.right:hover 	{ 
	background-position: 0 -13px; 
}
a.right:active 	{ 
	background-position: 0 -26px; 
} 


a.left				{ 
	background:url(../img/scrollable/bt_left.png) no-repeat;
} 
a.left:hover  		{ 
	background-position:0 -13px; 
}
a.left:active  	{ 
	background-position:0 -26px; 
}

a.disabled {
	cursor:auto;
	background-position: 0 -39px;  
} 	
a.disabled:hover, a.disabled:active {
	background-position: 0 -39px;  
} 	

div.date {
	font-weight:bold;
}
	
	
/* navigator */
.navi {
}

.navi a {
	width:8px;
	height:8px;
	margin:3px;
	float:left;
	background:url(../img/scrollable/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;
}
