.jquery-slider-wrapper
{
	position:relative;
	clear:both;
	zoom:1;
	background-image:url(../images/center.png);
	backgroung-position: top left;
	Background-repeat: no-repeat;
	width: 320px;
}
.jquery-slider-wrapper2
{
	position:relative;
	clear:both;
	zoom:1;
	background-image:url(../images/center.png);
	backgroung-position: top center;
	Background-repeat: no-repeat;
	margin-left: 28px;
	width: 320px;
}
.jquery-slider-wrapper3
{
	position:relative;
	clear:both;
	zoom:1;
	background-image:url(../images/center.png);
	backgroung-position: top center;
	Background-repeat: no-repeat;
	margin-left: 28px;
	width: 320px;
}

.jquery-slider-slide
{
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left:0;
  top:0;
  width: 100%;
}

.jquery-slider-slide img
{
  border:0;
  margin:0;
  padding:0;
  padding-top: 18px;
  width: 296px;
  height: 265px;
}

.jquery-slider-slide-current
{
  display:block;
  z-index:2;
}

.jquery-slider-slide-next
{
  display:block;
  z-index:1;
}

.jquery-slider-selectors
{
	display:inline;
	float:left;
	overflow:hidden;
	position:absolute;
	margin-bottom:-12px;
	bottom:5px;
	left:50%;
	z-index:4;
	color:#ffffff;
}

.jquery-slider-selector
{
	background:url(../images/slidernavigation-wh.png) no-repeat 0px -59px;
	display:inline;
	float:left;
	width:10px;
	height:20px;
	margin:0 0 0 3px;
	
}

.jquery-slider-selector-current
{
	background:url(../images/slidernavigation-wh.png) no-repeat -10px -59px ;
	
	
}

.jquery-slider-selector span
{
  display:none;
}


.jquery-slider-navigation
{
  display:block;
}

.jquery-slider-navigation-prev
{
  background:url(../images/slidernavigation-wh.png) no-repeat 0 0;
  left:-12px;
  top:50%;
  position:absolute;
  cursor: pointer;
  width:21px;
  height:40px;
  margin-top:-20px;
  z-index:4;
}

.jquery-slider-navigation-prev span
{
  display:none;
}

.jquery-slider-navigation-next
{
  background:url(../images/slidernavigation-wh.png) no-repeat -21px 0;
  right:-11px;
  top:50%;
  position:absolute;
  cursor: pointer;
  width:21px;
  height:40px;
  margin-top:-20px;
  z-index:4;
}

.jquery-slider-navigation-next span
{
  display:none;
}


.jquery-slider-wrapper .caption
{
  padding:6px 10px;
  background:#333333;
  font-size:13px;
  position:absolute;
  bottom:10px;
  left:10px;
  color:#FFFFFF;
}
