﻿/* jquery.hiSlider.css */
.hiSlider-pages,
.hiSlider-title{
    position: absolute;
    z-index: 3;
}

.hiSlider-btn-prev,
.hiSlider-btn-next{
    position: absolute;
    z-index: 5;
    top: 50%;
    height: 40px;
    width: 31px;
    background:  url(http://www.langya.cn/lywap/images/hislider-arrow.png) no-repeat;
    margin-top: -15px;
    text-indent: -200px;
    overflow: hidden;
    opacity: .6;
    filter:alpha(opacity:60);
}
.hiSlider-btn-prev{display:none;
    left: 0px;
}
.hiSlider-btn-next{display:none;
    right: 0px;
    background-position: -31px 0;
}
.hiSlider-btn-prev:hover,
.hiSlider-btn-next:hover{
    opacity: 1;
    filter:alpha(opacity:100);
}
.hiSlider-title{
    bottom: 0;
    width: 80%;
    color: #fff;
	text-indent:1em;
    background: rgba(0,0,0,.6);
    z-index: 2;
	font-size:14px;
	line-height:30px;
	height:30px;overflow:hidden;
	padding-right:20%;
}
.hiSlider-pages{
	line-height:8px;
    bottom: 21px;
    right:440px;
    text-align: right;
}
.hiSlider-pages a{
    height: 8px;
    width: 8px;
    margin: 0 3px;
    display: inline-block;
    overflow: hidden;
    text-indent: -100px;
    font-size: 0;
    border-radius: 50%;
    background: #aaa;
    background: rgba(255, 255, 255, 0.4);
}
.hiSlider-pages a.active{
    background: #fff;
}

.ztlm .hiSlider-title{
    bottom: 0;
    width: 70%;
    color: #fff;
	text-indent:1em;
    background: rgba(0,0,0,.6);
    z-index: 2;
	font-size:14px;
	line-height:30px;
	height:30px;overflow:hidden;
	padding-right:30%;	
	}

.ztlm .hiSlider-pages{
	line-height:14px;
	height:14px;
    bottom: 8px;
    right:6px;
}
.ztlm .hiSlider-pages a{
	text-indent:0px;
    height: 14px;
    width: 14px;
    margin: 0 3px;
    display: inline-block;
    overflow: hidden;
    font-size: 12px;
	text-align:center;
	line-height:12px;
    background: #000;
	border-radius:0px;
	color:#fff;
}
.ztlm .hiSlider-pages a.active{
    background: #fff;
	color:#000;
}