.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 600px; /*width of featured content slider*/
	height: 300px;
	margin-left:auto;
	margin-right:auto;
	padding: 5px;
	float: inherit;
	border: solid;
	border-width:0px;
}
.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	/*left: 220;  leave as is*/
	top: 10px;  /*leave as is*/
	padding: 0px;
	width: 600px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.pagination {
	left:0;
	position: relative; /*leave as is*/
	width: 600px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 5px 0px;
	margin-left:auto;
	margin-right:auto;
	float: inherit;
}
.pagination a:link, .pagination a:visited {
	padding: 0 4px;
	text-decoration: none;
	font-size:12px;
	color: #808080;
	background-color: #ffffff;
}
.pagination a:hover, .pagination a.selected {
	padding: 0 4px;
	text-decoration: none;
	font-size:12px;
	color: #ffffff;
	background-color: #cccccc;
}
.rtrcontent{
padding:20px 40px 20px 40px;
vertical-align:top;
}