.jquery-slider-wrapper
{
  position:relative;
  clear:both;
  zoom:1;
}
.slider {
	float: left;
	height: 357px;
	width: 961px;
	margin-bottom: 5px;
	position: relative;
}

.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;
}

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

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

.jquery-slider-selectors
{
	display:block;
	overflow:hidden;
	position:absolute;
	bottom:10px;
	right:555px;
	z-index:3;
	top: 355px;
}

.jquery-slider-selector
{
	display:inline;
	float:left;
	width:22px;
	height:22px;
	background-image: url(images/bullets2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

.jquery-slider-selector-current
{
	background-image: url(images/bullets2.png);
	background-repeat: no-repeat;
	background-position: 0px -22px;
}

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

.jquery-slider-control
{
  display:none;
  right:50%;
  top:50%;
  position:absolute;
  cursor: pointer;
  width:48px;
  height:69px;
  margin-top:-34px;
  margin-right:-24px;
  z-index:4;
}

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

.jquery-slider-control-play
{
  background:url(images/jquery-slider-theme.png) no-repeat -144px 0;
}

.jquery-slider-control-pause
{
  background:url(images/jquery-slider-theme.png) no-repeat -96px 0;
}

.jquery-slider-hovered .jquery-slider-control
{
  display:block;
}

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

.jquery-slider-navigation-prev
{
	display:none;
	left:20;
	top:50%;
	position:absolute;
	cursor: pointer;
	width:48px;
	height:69px;
	margin-top:-34px;
	z-index:4;
	background-image: url(images/arrow-prev-trans.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: 20px;
}

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

.jquery-slider-navigation-next
{
	display:none;
	right:0;
	top:50%;
	position:absolute;
	cursor: pointer;
	width:48px;
	height:69px;
	margin-top:-34px;
	z-index:4;
	background-image: url(images/arrow-next-trans.png);
	background-repeat: no-repeat;
	background-position: 0px 0;
}

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

.jquery-slider-hovered .jquery-slider-navigation-prev,
.jquery-slider-hovered .jquery-slider-navigation-next
{
  display:block;
}



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

.jquery-slider-timer
{
  color:#000000;
  height:3px;
  width:100%;
  position:absolute;
  bottom:0;
  left:0;
  z-index:4;
}

.jquery-slider-timer-bar
{
  background:#000000;
  opacity:0.5;
  height:3px;
  width:0;
  float:left;
  display:inline;
}
