#sliderGallery_wrapper {
	clear:both;
	display:block;
	float:left;
	height:202px;
	width:742px;
	margin:0px 0px 25px 0px;
	padding:0px;
	background-image:url(slider_bg.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#sliderGallery_wrapper .sliderGallery {
	clear:both;
	float:left;
	display:block;
	width:734px;
	height:175px;
	overflow:hidden;
	position:relative;
	top:2px;
	left:2px;
	padding:0px 0px 19px 0px;
}
        
#sliderGallery_wrapper .sliderGallery ul {
	clear:none;
	float:none;
	display:block;
	width:auto;
	position:absolute;
	list-style:none;
	overflow:hidden;
	white-space:nowrap;
	padding:0px;
	margin:0px;
}
        
#sliderGallery_wrapper .sliderGallery ul li {
	clear:none;
	display:block;
	float:left;
	width:auto;
	padding:0px;
	background:none;
}

#sliderGallery_wrapper .sliderGallery ul li a {
	display:block;
	float:left;
	width:173px;
	padding:132px 0px 2px 0px;
	margin-top:10px;
	margin-left:10px;
	color:#444;
	font-size:11px;
	text-decoration:none;
	text-align:center;
	background-repeat:no-repeat;
	background-position:0px 0px;
	border:1px solid #999999;
	background-color:#efefef;
}

#sliderGallery_wrapper .sliderGallery ul li a:hover {
	color:#000;
	background-color:#ffffff;
}

#sliderGallery_wrapper .slider {
	clear:both;
	float:left;
	display:block;
	width:732px;
	height:19px;
	top:175px;
	left:0px;
	padding:1px;
	position:absolute;
	background:url(slider2.gif) no-repeat;
}

#sliderGallery_wrapper .slider a,
#sliderGallery_wrapper .slider a:hover {
	background-image:none;
	color:#fff;
}

#sliderGallery_wrapper .handle {
	position:absolute;
	height:17px;
	width:174px;
	top:1px;
	left:0px;
	background-image:url(handler2.png);
	background-repeat:no-repeat;
	background-position:50% 0px;
	z-index:100;
}