/* bottom center */
#home-slider  .ws_bullets {
	top: 344px;
	right: 47%;
}

#home-slider {
	/*	overflow: hidden; */
	zoom: 1;
	position: relative;
	width:961px;
	height:365px;
	margin:155px auto 0 auto;
	z-index:100;
	background-image: url(/images/homepage/shadow.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#home-slider .ws_images{
	position: absolute;
	width:961px;
	height:345px;
	overflow:hidden;
}
#home-slider .ws_images a{
	color:transparent;
}

#home-slider .ws_images img{
	top:0;
	left:0;
	border:none 0;
}
#home-slider a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#home-slider  .ws_bullets { 
	font-size: 0px; 
	float: left;
	position:absolute;
	z-index:70;
}
#home-slider  .ws_bullets div{
	position:relative;
	float:left;
}
#home-slider .ws_bullets a { 
	width:11px;
	height:14px;
	background: url(/images/homepage/bullet.png) left top;
	float: left; 
	text-indent: -1000px; 
	position:relative;
	margin: 2px;
	cursor:pointer;
}
#home-slider .ws_bullets a.ws_selbull, #home-slider .ws_bullets a:hover{
	background-position: 0 100%;
}
#home-slider a.ws_next, #home-slider a.ws_prev {
	position:absolute;
	display:none;
	top:45%;
	margin-top:-10px;
	z-index:60;
	height: 30px;
	width: 30px;
	background-image: url(/images/homepage/arrows.png);
}
#home-slider a.ws_next{
	background-position: 100% 0;
	right:12px;
}
#home-slider a.ws_prev {
	left:12px;
	background-position: 0 0; 
}
* html #home-slider a.ws_next,* html #home-slider a.ws_prev{display:block}
#home-slider:hover a.ws_next, #home-slider:hover a.ws_prev {display:block}

#home-slider .ws-title{
	text-indent: -1000px; 
	
}
#home-slider .ws-title div{
	padding-top:5px;
	font-size: 12px;
}#home-slider .ws_bullets  a img{
	text-indent:0;
	display:block;
	top:20px;
	left:-125px;
	visibility:hidden;
	position:absolute;
    -moz-box-shadow: 0 0 5px #FFF;
	box-shadow: 0 0 5px #FFF;
    border: 2px solid #000;
	border-radius:4px;
	-moz-border-radius:4px;
}
#home-slider .ws_bullets a:hover img{
	visibility:visible;
}

#home-slider .ws_bulframe div div{
	height:90px;
	overflow:visible;
	position:relative;
}
#home-slider .ws_bulframe div {
	left:0;
	overflow:hidden;
	position:relative;
	width:250px;
}
#home-slider  .ws_bullets .ws_bulframe{
	display:none;
	top:22px;
	overflow:visible;
	position:absolute;
	cursor:pointer;
}
#home-slider .ws_bulframe span{
	display:block;
	position:absolute;
	top:-8px;
	margin-left:1px;
}