.sliderwrapper{
	float:right;
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 700px; /*width of featured content slider*/
	height: 238px;
	background: #333333;
}

.sliderwrapper1{
	float:left;
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 230px; /*width of featured content slider*/
	height: 100px;
	background: #fff;
}


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


.contentdiv1{
	float:left;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	background: #333333;
	width: 230px;
	height: 100%;
	filter: alpha(opacity=100);

	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color: #FFFFFF;
}


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



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

.pagination{
float:right;
	width: 690px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 20px;
	text-align: right;
	background: #D49C43;
	padding-top: 3px;
	padding-right: 10px;
	color:#fff
}


.pagination1{
float:right;
	width: 242px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 20px;
	text-align: right;
	background: #996633;
	padding-top: 3px;
	padding-right: 10px;
	color:#fff
}

.pagination a{
	float: left;
	display: block;
	height: 20px;
	width: 15px;
	padding: 0px;
	margin-left: 5px;
	text-align: center;
	text-decoration: none; 
	background: #CC9933;
	color:#fff;
}


.pagination1 a{
	float: left;
	display: block;
	height: 20px;
	width: 15px;
	padding: 0px;
	margin-left: 5px;
	text-align: center;
	text-decoration: none; 
	background: #CC9933;
	color:#fff;
}

.pagination a:hover, .pagination a.selected{
	background: #FFCC66;
}


.pagination1 a:hover, .pagination1 a.selected{
	background: #FFCC66;
}

.pagination a:visited{
	color:#FFFFFF

}