﻿/*首頁輪播圖*/
.slider {
width:665px;
height:340px;
overflow:hidden; 
margin:0px auto 0; position:relative; display:block
}
.switchable-box {
position:relative;
width:665px;
height:340px;
overflow:hidden;
}
.switchable-content { list-style:none;}
.switchable-content img {
width:665px;
height:340px;
}
.switchable-content > a {
display:block;
}
.switchable-panel {
position:absolute;
width:665px;
}
.switchable-panel img {
width:665px;
height:340px;
}
.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;
font-family:"微軟正黑體"; font-size:15px;
background-color:#432f22;
}
.ui-arrow a {
display:block;
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;
}
.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;
}
