﻿div.scrollable {  
    position:relative; 
    float:left;
    overflow:hidden; 
    width: 522px; 
    padding:20px 0;
    height:120px; 
} 
 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
    left:0;
    padding:0;
}  
div.items ul{float:left;margin:0;padding:0;}
div.scrollable div.items ul li { 
    float:left; 
    height:148px;
    width:120px;
    background:url(/Images/alukah30/scrollable/bg.png) left -12px repeat-x;
    margin:0 10px 0 2px;
}
a.browse {
	background:url(/Images/alukah30/scrollable/hori_large_2.png) no-repeat;
	display:block;
	width:32px;
	height:32px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}
a.left 				{ background-position: 0 -32px; clear:right; margin-right: 0px;}
a.left:hover 		{ background-position:-32px -32px; }
a.left:active 	{ background-position:-64px -32px; }
a.right				{ margin-left: 0px; } 
a.right:hover  		{ background-position:-32px 0; }
a.right:active  	{ background-position:-64px 0; }
a.left.disabled,a.left.disabled:hover,a.left.disabled:active {
	background-position:-96px -32px;
} 
a.right.disabled,a.right.disabled:hover,a.right.disabled:active {
	background-position:-96px 0;
}	


