div.scrollable { 
    position:relative; 
    overflow:hidden; 
    width: 620px; 
    height:150px; 
	} 
div.scrollable ul.items { 
    width:20000em; 
    position:absolute; 
	} 

.navi {
	margin:0 auto;
	padding:8px 0 0;
	width:45px;
	height:20px;
	display:block;
	}
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url('/assets/images/bg/scrollable_dots_bg.gif') no-repeat left top;
	display:block;
	font-size:1px;
	cursor:pointer;
	}
.navi a:hover {
	background-position:0 -8px;      
	}
.navi a.active {
	background-position:0 -16px;     
	}
	
a.browse {
	background:url('/assets/images/bg/scrollable_next_prev_bg.gif') no-repeat left top;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:0;
	cursor:pointer;
	text-indent:-9999px;
	}

a.right { 
	background-position: right top; 
	float:right;
	}
a.right:hover { 
	background-position:bottom right; 
	}
a.right:active { 
	background-position:bottom right; 
	} 

a.left:hover { 
	background-position:left bottom; 
	}
a.left:active { 
	background-position:left bottom; 
	} 
	
a.disabled {
	visibility:hidden;
	}

