@charset "utf-8";
/* CSS Document */



/* Example wrapper */
.wrap {
	position: relative;
	
}

/* Frame */
.frame {
	height: 550px;
	line-height: 150px;
	overflow: hidden;
}
.frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
}
.frame ul li {
	float: left;
	width: 340px;
	height: 100%;
	margin: 0 1px 0 0;
	padding: 0;
	text-align: center;
	cursor: pointer;
	color: #918E9D;
}
.frame ul li.active {
	
}

/* awards */
.awards {
	height: 450px;
	line-height: 150px;
	overflow: hidden;
}
.awards ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
}
.awards ul li {
	float: left;
	width: 340px;
	height: 100%;
	margin: 0 1px 0 0;
	padding: 0;
	text-align: center;
	cursor: pointer;
	color: #918E9D;
}
.awards ul li.active {
}

/* featured */
.featured {
	height: 150px;
	line-height: 150px;
	overflow: hidden;
}
.featured ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
}
.featured ul li {
	float: left;
	width: 340px;
	height: 100%;
	margin: 0 1px 0 0;
	padding: 0;
	text-align: center;
	cursor: pointer;
	color: #918E9D;
}
.featured ul li.active {
	background-color: #e9e9ea;
}


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


/* Controls */
.controls { margin-bottom: 25px; text-align: right; margin-top: -10px; }

.ent-boxs{
	margin-left: 20px !important;
	box-shadow: 1px 20px 25px -10px #c5c1d4 !important;
	-webkit-box-shadow: 1px 20px 25px -10px #c5c1d4 !important;
	-moz-box-shadow: 1px 20px 25px -10px #c5c1d4;
	-o-box-shadow: 1px 20px 25px -10px #c5c1d4;
}
