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

/* Frame */
.frame {
	height: 250px;
	overflow: hidden;
	border: 1px solid #dddddd;border-top:none;
	border-radius:0 0 5px 5px;
	padding-right:10px;
}
.frame .slidee {
	padding: 20px 25px;
	background: #fff;
}
.frame ul.items {
	list-style: none;
	margin: 0;
	padding: 10px 0px 0px;
	width: 100%;
	font-size: 16px;
}
.frame ul.items li {
	float: left;
	width: 100%;
	height: 50px;
	margin: 0 0 1px;
	padding: 0;
	background: inherit;
	color: #ddd;
	cursor: pointer;
}
.frame ul.items li.active {
	color: #fff;
	background: inherit;
}

/* Scrollbar */
.scrollbar {
	position: absolute;
	right: 1px;
	width: 7px;
	height: 250px;
	background: #ccc;
	line-height: 0;
	border-radius:8px;
}
.scrollbar .handle {
	width: 100%;
	height: 100px;
	background: #666666;
	cursor: pointer;
	border-radius:8px;
}
.scrollbar .handle:active{background:#333333;}
.scrollbar .handle .mousearea {
	position: absolute;
	top: 0;
	left: -10px;
	width: 22px;
	height: 100%;
}

.box-body .carousel-control {bottom:auto; left:50%;margin-left:-20px;}
.box-body .carousel-control.prevPage{top:0;}
.box-body .carousel-control.nextPage{top:auto;bottom:0;}
