@charset "UTF-8";
/* CSS Document */



#gallery  {
	float: left;
	text-align: center;
	width: 350px;
	overflow: hidden;
	padding: 10px 10px 0 0;	}
#gallery #image_scroll{
	height: 60px;
	width: 310px;
	float: left;
	padding: 20px;
}
#gallery #image_scroll #image_thumbnails {
	height: 62px;
	overflow: hidden;
	width: 268px;
	white-space: nowrap;
}
#gallery #image_scroll #image_thumbnails IMG {
	border: 1px solid #EEE;
	margin: 0 3px;
}
#gallery #image_scroll #image_thumbnails IMG:hover {
	border: 1px solid #CCC;
}
#gallery #image_scroll #handle_lt {
	background: url(/images/arrow-left.png) no-repeat center center;
	height: 60px;
	width: 21px;
	float:left;
}
#gallery #image_scroll #handle_rt {
	background: url(/images/arrow-right.png) no-repeat center center;
	height: 60px;
	width: 21px;
	float:right;
}
