.container { margin: 0 auto; overflow:hidden; position:relative;}

/* Example wrapper */

/* Frame */
.frame {
	width: 170px;
	height: 470px;
	overflow: hidden;
	float:left;
	margin-top:28px;
}
.frame .slidee {
	padding: 20px 25px;
	background: #fff;
}
.frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 24px;
	line-height: 100px;
}
.frame ul li {
	float: left;
	width: 100%;
	height: 110px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #fff;
	text-align: center;
	cursor: pointer;
	border:1px solid #ccc;
	box-sizing:border-box;
}
.frame ul li.active {
	color: #fff;
	border:3px solid #1f88de;
	box-sizing:border-box;
}

/* Scrollbar */
.scrollbar {
	position: absolute;
	right: 10px;
	width: 2px;
	height: 600px;
	background: #ccc;
	line-height: 0;
	display:none;
}
.scrollbar .handle {
	width: 100%;
	height: 100px;
	background: #292a33;
	cursor: pointer;
}
.scrollbar .handle .mousearea {
	position: absolute;
	top: 0;
	left: -10px;
	width: 22px;
	height: 100%;
}

/* Pages */
.pages {
	display:none;
	list-style: none;
	margin: 20px 0;
	padding: 0;
	text-align: center;
}
.pages li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 4px;
	text-indent: -999px;
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}
.pages li:hover {
	background: #aaa;
}
.pages li.active {
	background: #666;
}

.frame_pic{float:left; margin-left:35px;border: 1px solid #ddd; width: 793px;text-align:center;height:526px;line-height: 525px;}
.frame_pic img{max-width:660px; max-height:526px;}

/* Controls */
.controls {text-align: center;}

.controls .btn{display:block;}


/* btn style */

.controls .btn{width:170px; height:28px; padding:0; border:0;}
.controls .btn.prev{background:url("/images/sub_rolling_btn_03.jpg"); position:absolute; top:0; cursor:pointer;}
.controls .btn.next{background:url("/images/sub_rolling_btn_06.jpg"); position:absolute; bottom:0; cursor:pointer;}


/* left menu picture */
.gallery_thumb img{width:100%; height:100%;}


