#page-rotator-container {
	position:relative;
	overflow: hidden;
	margin-bottom: 30px;
}

#page-rotator {
	position: relative;
	height:350px;
}

@media (max-width: 767px) {	#page-rotator { height:200px; } }

#page-rotator .thumb img {
	width:32px;
}

#page-rotator-nav {
	position: absolute;
	bottom: 14px;
	z-index: 10;
	left: 18px;	
}


#page-rotator-nav .thumb {
	position: relative;
	display: block;
	float: left;
	margin-right: 10px;
	width: 32px;
	height: 32px;
	overflow: hidden;
	border: 2px solid white;
}

#page-rotator-nav .thumb img {
	height: 32px;
	position: absolute;
	left: -35%;				
}


.featured {
	border-top:3px solid #e5e5e5;
	background: #fff;
	min-height: 435px;
	position: relative;
	margin: 0;
	padding: 20px 0;
}


.featured h3 {
	font-size: 30px;
	margin: 0 0 15px 0;
	padding: 0px;
	color: #2f2f2f;
}

.featured .poster {
	padding: 7px;
	border: 1px solid #bbb;
	overflow: hidden;
	
	width: 415px;
	height: 190px;
	margin:0 auto;
}



.featured .poster .img {
	overflow: hidden;
	height: 100%;
	width: 100%;
}


.featured .left {
	position: relative;
	float: left;
	width: 430px;
}

.featured .right {
	position: relative;
	float: right;
	width: 430px;
}


.featured .featured-rotator-nav {
	position: absolute;
	right: 0;
	top: 0;
}


.featured .featured-rotator-nav a {
	outline: none;
	
	display: inline-block;
	text-indent: -9999px;
	background: #fff;
	
	
	width: 14px;
	height: 14px;
	margin: 2px;
	
	-webkit-box-shadow: 1px 1px 2px #333;
	-moz-box-shadow:    1px 1px 2px #333;
	box-shadow:         1px 1px 2px #333;

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;


	border/*\**/: 1px solid #ddd\9;

}


.featured .featured-rotator-nav a.activeSlide {
	background: #569bbe;
}


.featured .readmore {
	float: right;
	margin-top: 5px;
}

.readmore {
	font-size:10px; 
	color:#2f2f2f; 
	font-weight:bold;
	text-decoration:none;
}
.readmore:before {
	content:'\00BB'; 
	margin-right:2px;
}

.readmore:hover{
	color:#2f2fFF;
}

