#rotating_teasers {
	padding: 0px;
	float: right;
	width: 320px;
	margin-right: 25px;
}


.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 320px; /*width of featured content slider*/
	height: 160px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 320px; /*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;
}

.sliderwrapper .contentdiv p {
	margin-top: 0px;
}


.pagination{
	width: 320px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 0px;
	height: 17px;
}

.pagination a{
	text-decoration: none;
	color: #000000;
	border: 1px solid #A9CEF3;
	margin: 0px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	font-size: 10px;
	line-height: 10px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #A9CEF3;
}