.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 647px; /*width of featured content slider*/
	height: 229px;
	background: #333333;
    z-index: 1;
}

.contentdiv{
	visibility: hidden;
	position: absolute; 
	left: 0;
	top: 0;
	background: #333333;
	width: 647px;
	height: 100%;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.contentdiv img{
	margin: 0px;
	padding: 0px;
}

.pagination{
	width: 637px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 10px;
	text-align: right;
	background:transparent;
	padding-top: 5px;
	padding-right: 10px;
	position:absolute;
	top:400px;
	z-index:1;
}

.pagination a{
	float: right;
	display: block;
	height: 10px;
	width: 10px;
	padding: 0px;
	margin-left: 5px;
	/* background: url(../../images/templatemo_paging_icon.png) no-repeat; */
	background:#efd87b;
	text-decoration: none; 
}

.pagination a img{
	border: none;
}

.pagination a:hover, .pagination a.selected{
	/* background: url(../../images/templatemo_paging_current_icon.png) no-repeat; */
	background:#FFCC00;
}