﻿/* 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: 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);
	display: none;}
.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{
    bottom: 0;
    width: 100%;
	height:43px;
	overflow:hidden;
	line-height:43px;
    color: #fff;
    text-indent: 10px;
    background:url(../images/b60.png);
    z-index: 2;
    font-family: "Microsoft YaHei", "Arial", "Tahoma";
	font-size:18px;
	text-align:center;}
.hiSlider-pages{
    bottom: 43px;
    right: 0px;
	height:24px;}
.hiSlider-pages a{
    height: 24px;
    width: 24px;
    display: inline-block;
    overflow: hidden;
    font-size: 12px;
	text-align:center;
	color:#fff;
	line-height:24px;
    background:url(../images/b60.png);}
.hiSlider-pages a.active{
color:#fff;text-decoration:none;
    background: #006d94;}
.bmtpxw.bm .hiSlider-pages a.active{
color:#fff;text-decoration:none;
    background: #c30000!important;}
.hiSlider img{
		    display: block;
		    margin: 0 auto;}