﻿/* 案例 */
.caseShow_box {width:278px; height:280px;float:right;display:inline;border:1px solid #ccc;position:relative;background:#fff;}
.caseShow_box .switchable_scrollable_panel li {position:relative;margin:2px;}
.caseShow_box .switchable_scrollable_panel li img {width:274px; height:240px;}
.caseShow_box .switchable_scrollable_panel li h3 {position:absolute; left:0px; bottom:-34px;height:30px;line-height:30px;}
.caseShow_box .switchable_scrollable_panel li h3 a { display:block;padding-left:10px;color:#333;overflow:hidden;font-size:12px;}
.caseShow_box .switchable_scrollable_panel li h3 a:hover {color:#F52F00;}

.caseShow_box .switchable_scrollable_panel { width:276px; height:278px;}
.caseShow_box .page_bar{position:absolute; top:255px; right:10px;}
.caseShow_box .switchable_scrollable_page a {width:11px; height:11px; background:url(../../images/wycms/scroll_btn.png) no-repeat 0 -11px;}
.caseShow_box .switchable_scrollable_page a.current { background-position:0 0 !important;}

/* Scrollable */
.switchable_scrollable {}
.switchable_scrollable_panel { position:relative; overflow:hidden;}
.switchable_scrollable_panel ul { position:absolute; width:2010em;}
.switchable_scrollable_panel li {float:left; display:inline;}
.switchable_scrollable_panel li img {display:block;}
/* page */
.switchable_scrollable_page { text-align:center;}
.switchable_scrollable_page a {width:15px; height:15px; display:inline-block;margin-left:5px;}
.switchable_scrollable_page a span {display:none;}