/*
gallery scroll
ex-scrollable-min.css
*/
div.gallery{
	position:relative;
	overflow:hidden;	 	
	width: 560px;	
	height:97px;	
	float:left;	
}

div.gallery div.gallery_items {	
	width:20000em;	
	position:absolute;
	clear:both;		
}

div.gallery div.gallery_items div {
	float:left;
	text-align:center;
	width:130px;	
	font-size:30px;
	font-family: 'bitstream vera sans';
	margin: 5px;	
	-moz-border-radius:5px;
}
/*
ex-scrollable-navig.css
*/
a.gallery_prev_img, a.gallery_next_img {
	display:block;
	width:18px;
	height:18px;
	background:url(images/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
}

a.gallery_prev_img:hover, a.gallery_next_img:hover {
	background-position:0px -18px;		
}

a.gallery_next_img {
	background-image:url(images/right.png);
	clear:right;	
}