﻿.slider {
width:1080px;
height:370px;
margin:0px auto;
margin-bottom:0px;
}
#about_wapper .slider{margin:0px auto}
.switchable-box {
position:relative;
width:1080px;
height:370px;
overflow:hidden;
}
.switchable-content {
	list-style:none;

}
.switchable-content img {
width:1080px;
height:370px;
}
.switchable-content > a {
display:block;
}
.switchable-panel {
position:absolute;
width:1080px;
}
.switchable-panel img {
width:1080px;
height:370px;
}
.switchable-caption {
display:none;
position:absolute;
left:0;
bottom:0;
z-index:8;
padding:5px 10px;
overflow:hidden;
width:100%;
opacity:0.8;
color:#FFFFFF;
background-color:#000000;
}
.ui-arrow a {
display:none;
position:absolute;
top:45%;
z-index:9;
width:30px;
height:30px;
text-indent:-9999px;
background:url("../images/arrows.png") no-repeat 0 0;
cursor:pointer;
}
.ui-arrow .ui-prev {
left:15px;
}
.ui-arrow .ui-next {
right:15px;
background-position:-30px 0;
}
.switchable-nav {
padding:20px 0;
text-align:center;
display:none;
}
.switchable-nav li {
display:inline-block;
*display:inline;
zoom:1;
width:22px;
height:22px;
margin:0 2px;
text-indent:-9999px;
*text-indent:0;
*font-size:0;
overflow:hidden;
background:url("../images/bullets_b.png") no-repeat 0 0;
cursor:pointer;
}
.switchable-nav li.active {
background-position:0 -22px;
}
