.hiSlider-pages, .hiSlider-title {
	position:absolute;
	z-index:3
}
.hiSlider-btn-prev, .hiSlider-btn-next {
	position:absolute;
	z-index:5;
	top:50%;
	height:30px;
	width:30px;
	background:url(../images/hislider-arrow.png) no-repeat;
	margin-top:-15px;
	text-indent:-200px;
	overflow:hidden;
	opacity:.6;
filter:alpha(opacity:60)
}
.hiSlider-btn-prev {
	left:10px
}
.hiSlider-btn-next {
	right:10px;
	background-position:-30px 0
}
.hiSlider-btn-prev:hover, .hiSlider-btn-next:hover {
	opacity:1;
filter:alpha(opacity:100)
}
.hiSlider-title {
	display:none;
}
.hiSlider-pages {
	bottom:30px;
	height:20px;
	line-height:20px;
	text-align:center;
	width:850px;
	padding-left:425px;
}
.hiSlider-pages a {
	display:block;
  	float:left;
	background:#fff url(../images/aimg.jpg) no-repeat;
	height:10px;
	width:10px;
	margin:0 3px
}
.hiSlider-pages a.active {
	width:10px;
    height:10px;
	background:#fff url(../images/active.jpg) no-repeat;
}
.curpositon{
   background:url(../images/arrows.gif) no-repeat;
   font-size:15px;
   color:#333;
   margin:25px 0 15px 5px;
   padding-left:18px;
}
.hiSlider-item span{
   background:url(../images/avicacs.png) no-repeat;
   position:absolute;
   z-index:999;
   width:400px;
   height:120px;
  bottom:10px;
  left:0;
    margin-left:580px;
}

