.sliderGallery {
	background-color:#D0EDD4;
	border-color:#D6D6D6 #D6D6D6 -moz-use-text-color;
	border-style:solid solid none;
	border-width:1px 1px 0;
	height:92px;
	overflow:hidden;
	position:absolute;
	right:0;
	top:180px;
	width:580px;
}
.sliderGallery ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	white-space:nowrap;
}
.sliderGallery ul li {
	display:inline;
}
.slider {
	background:transparent url(../images/handle_bg.jpg) repeat-x scroll 0 0;
	cursor:pointer;
	height:19px;
	margin-top:72px;
	position:relative;
	width:580px;
}
.handle {
	background:transparent url(../images/handle.jpg) no-repeat scroll 0 0;
	cursor:pointer;
	height:19px;
	position:absolute;
	top:0;
	width:61px;
	z-index:100;
}
