/*首頁大圖輪播1*/
.flexslider{
	position:relative;
	height:265px; 
	clear: both;
	overflow:hidden;
	background: url(../../images/index/banner_sha.jpg)center bottom no-repeat;

}
.flexslider ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.slides{position:relative;z-index:1;}
.slides li{height:250px;}
.flexslider .slides a{
	width: 100%;
	height: 250px;
	display: block;
}
.flex-control-nav{position:absolute;bottom:-2px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:15px;height:15px;margin:0 3px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:15px;height:15px;line-height:50px;overflow:hidden;background:url(../../images/index/dot01.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background:url(../../images/index/dot02.png) right 0 no-repeat;}

.flex-direction-nav{position:absolute;z-index:3;width:0;top:45%;}
.flex-direction-nav li a{display:block;width:45px;height:45px;overflow:hidden;cursor:pointer;position:absolute;}
