@charset "utf-8";


/* Scrollable */
.trigger-bar { width:423px; height:18px; }
.trigger-bar .prev,
.trigger-bar .next {
	float:right;
	width:18px;
	height:18px;
	display:block;
	outline:none;
	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;
	outline:none;
	overflow:hidden;
}
.scrollable-trigger a.current,
.scrollable-trigger a:hover{
	color:#CACACA;
}

.scrollable-panel {
	/* 下面四项必须设置 */
	position:relative;
	width:941px;
	height:405px;
	overflow:hidden;
}
#imgitems {
	position:absolute;
	width:2010em; /* 设置足够的宽度 */
}
.imgitem{
	float:left;
	display:inline; /* 修复IE6双边距BUG */
	margin:0px 0 0 0px;
	padding:0px;
	width:300px;
	height:405px;
	margin-right:20px;
}