
/* outmost wrapper element */
div.scroller {
	padding:8px 8px;
	width:940px;
	height:100px;
}

/* container for the scrollable items */
ul.gallery {
	height:100px;	
	float:left;
	width:830px !important;
}


/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:30px;
	height:30px;
	float:left;
	background-repeat:no-repeat;	
	margin:30px 0 0 0;
}

a.prev {
	background:url(web_images/button-left.gif);
}

a.prev:hover {
	background:url(web_images/button-left-over.gif);		
}

a.next {
	background:url(web_images/button-right.gif);		
	margin-left: 8px;		
}

a.next:hover {
	background:url(web_images/button-right-over.gif);		
}
