
#slideshow{
	margin: auto;
	position:relative;
	left:-10px;
	width:760px;
	height:510px;
}

#slider {
  position: relative;
  overflow: hidden;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  left:-8px;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  background: #dfdfdf;
  text-align: left;
  line-height: 300px;
  width:712px;
  height:490px;
  
  

}

a.control_prev, a.control_next {
    height:86px;
	width:60px;
	position:absolute;
	background:url('../img/slideshow/arrows.png') no-repeat;
	top:50%;
	margin-top:-43px;
	cursor:pointer;
	z-index:8600;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  border-radius: 2px 0 0 2px;
  background-position:right top;right:0px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}




#slideshow ul{
	height:490px;
	left:9px;
	list-style:none outside none;
	overflow:hidden;
	position:absolute;
	top:10px;
	width:760px;
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
	
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
}

#slideshow .slideActive{
	z-index:1000;
}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
}

#slideshow .arrow{
	height:86px;
	width:60px;
	position:absolute;
	background:url('../img/slideshow/arrows.png') no-repeat;
	top:50%;
	margin-top:-43px;
	cursor:pointer;
	z-index:5000;
}

#slideshow .previous{ background-position:left top;left:-30px;}

#slideshow .next{ background-position:right top;right:-30px;}

