@charset "utf-8";
/* Scrollable */
.trigger-bar { width:697px; height:18px;clear:both;margin:0px auto;}
.trigger-bar .prev,
.trigger-bar .next {float:right;width:18px;height:18px;display:block;outline:none;background-image:url(navigator.png);background-repeat:no-repeat;}
.trigger-bar .prev {margin-right:-1px;background-position:-40px 0;}
.trigger-bar .next {background-position:-17px 0; }
.trigger-bar .prev:hover {text-decoration:none;background-position:0 0;}
.trigger-bar .next:hover {text-decoration:none;background-position:-57px 0;}
	
.scrollable-trigger { float:right; }
.scrollable-trigger a {display:inline-block;width:6px;height:6px;margin:6px 5px 0 0;font-size:0px;color:#70B2D5;background:url(navigator.png) -80px -10px no-repeat;outline:none;overflow:hidden;}
.scrollable-trigger a.current,
.scrollable-trigger a:hover{color:#CACACA;background:url(navigator.png) -80px 0 no-repeat;}

/* 下面四项必须设置 */
.scrollable-panel {	position:relative;width:690px;height:240px;overflow:hidden;}
/* 设置足够的宽度 */
.scrollable-panel div {position:absolute;width:2010em;}
/* 修复IE6双边距BUG */
.scrollable-panel p{width:170px;height:240px;text-align:center;float:left;display:inline;-moz-border-radius:4px;-webkit-border-radius:4px;}

