﻿#about_box01 {width:100%; margin:0px auto; margin-top:120px; height:210px; overflow:hidden;;-webkit-box-shadow: #434343 0px 0px 7px inset;
-moz-box-shadow: #434343 0px 0px 7px inset;
box-shadow: #434343 0px 0px 7px inset;
behavior: url(pie/PIE.htc); position:relative}


.slider {
width:100%;
height:210px;
margin:0px auto;
margin-bottom:0px; position:absolute; z-index:-1; top:0px; background:#f2f2f2;
}
.switchable-box {
position:relative;
width:1920px;
height:210px;
overflow:hidden;
margin:0px auto;
}
.switchable-content {
	list-style:none;

}
.switchable-content img {
width:1920px;
height:210px;
}
.switchable-content > a {
display:block;
}
.switchable-panel {
position:absolute;
width:1920px;
}
.switchable-panel img {
width:1920px;
height:210px;
}
.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;-webkit-box-shadow: #434343 0px 0px 7px inset;
-moz-box-shadow: #434343 0px 0px 7px inset;
box-shadow: #434343 0px 0px 7px inset;
behavior: url(pie/PIE.htc); position:relative
}
.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;
}
