body { background: #e8e8e8; }
.container { margin: 0 auto; }

/* Example wrapper */
.wrap {
	position: relative;
	float: left;
	width: 550px;
	margin: 0 40px 3em 0;
}
.wrap:nth-child(2n) { margin-right: 0; }

/* Frame */
.frame {
	width: 150px;
	height: 600px;
	overflow: hidden;
}
.frame .slidee {
	padding: 20px 25px;
	background: #fff;
}
.frame ul.items {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 24px;
	line-height: 100px;
}
.frame ul.items li {
	float: left;
	/*width: 100%;*/
	width: 148px;
	height: 148px;
	margin: 0 0 1px;
	padding: 0;
	background: #000;
	color: #ddd;
	text-align: center;
	cursor: pointer;
	border: 1px solid #3A3C33; 
}
.frame ul.items li.active {
	color: #fff;
	background: #000;
}

.frame ul.items li:hover {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
	background: #fff;
	-webkit-transition: background .15s ease-in-out;
	-moz-transition: background .15s ease-in-out;
	-ms-transition: background .15s ease-in-out;
	-o-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}

/* Frame */
.frame2 {
	height: 80px;
	line-height: 80px;
	overflow: hidden;
}
.frame2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 50px;
}
.frame2 ul li {
	float: left;
	width: 80px;
	height: 100%;
	margin: 0 1px 0 0;
	padding: 0;
	background: #333;
	color: #ddd;
	text-align: center;
	cursor: pointer;
}
.frame2 ul li.active {
	color: #fff;
	background: #a03232;
}


/* Scrollbar */
.scrollbar {
	position: absolute;
	/*right: -10px;*/
	width: 15px;
	height: 600px;
	/*background: #ccc;*/
	line-height: 0;
	z-index: 100000;
	left: -100px;
}
.scrollbar .handle {
	width: 100%;
	height: 100px;
	background: #810000;
	cursor: pointer;
}
.scrollbar .handle .mousearea {
	position: absolute;
	top: 0;
	left: -10px;
	width: 22px;
	height: 100%;
}

/* Scrollbar */
.scrollbar-mini {
	margin: 0 0 1em 0;
	height: 2px;
	/*background: #ccc;*/
	line-height: 0;
	z-index: 100000;
	left: -100px;
}
.scrollbar-mini .handle {
	width: 100%;
	height: 100%;
	background: #810000;
	cursor: pointer;
}
.scrollbar-mini .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}

/* Pages */
.pages {
	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;
}

/* Controls */
.controls { margin: 25px 0; text-align: center; }