
.container_slide { 
	width:910px; 
	height:310px;
	overflow:hidden; 
	position:relative; 
	cursor:pointer;
	z-index: 1;
}

.slides {
	position:absolute; 
	top:0;
	left:0; 
	width:928px; 
	height:286px; 
	margin:0 auto; 
}

.slides > div { 
	position:absolute; 
	top:0;
	width:928px; 
	display:none;
}

#loopedSlider { 
	margin:0 auto; 
	width:910px;
	height:310px;
	position:relative; 
	clear:both; 
}

#wrap_slide{ 
	margin:0 auto; 
	width:910px;
	height:310px;
	background-image:none;
	
	position:relative; 
	clear:both; 
}

a.previous {
	background-image:url(../images/prev.png);
	height:48px;
	width:48px;
	display: block;
	text-indent: -9999px;
	float:left;
	position: relative;
	top:136px;
	z-index: 100;
	left: 40px;
}

a.next {
	background-image: url(../images/next.png);
  height: 48px;
  width: 48px;
  display: block;
  text-indent: -9999px;
  float: right;
  position: relative;
  top: 136px;
  z-index: 100;
  right: 40px;
}
ul.pagination {
text-align: center;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 9;
}
ul.pagination li {
  display: inline-block;
  padding-right: 3px;
}
ul.pagination li a{
	width: 13px;
  height: 13px;
  background: url('/wp-content/themes/vulcan/images/slideshowarrow.png') no-repeat -13px;
  display: block;
}
ul.pagination li.active a {
  background: url('/wp-content/themes/vulcan/images/slideshowarrow.png') no-repeat 0px;
}
