.sliderwrapper
{
	overflow: hidden;
	width: 232px; /*width of featured content slider*/
	color: #696969;
	height: 150px;
	background: url(../images/bg2.html) no-repeat top;
	text-align: left;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

* html .sliderwrapper
{
	margin-top: -2px;
}

.sliderwrapper .contentdiv
{
	visibility: block; /*leave as is*/ /*position: absolute; leave as is*/
	left: 0; /*leave as is*/
	top: 0; /*leave as is*/
	padding: 0px;
	font-size: 10px;
	height: 100%;
	line-height: 1.4em;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination
{
	/*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	margin-top: 0px;
	margin-bottom: 5px;
	float: right;
	background-color: #ffffff;
	margin-right: 0px;
	padding: 1px 1px 3px 3px;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
}
* html .pagination
{
	margin-top: 0px;
}

.pagination a
{
	padding: 0 2px;
	text-decoration: none;
	color: #666666;
	background: white;
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	border: #CCCCCC 1px solid;
}

.pagination a:hover, .pagination a.selected
{
	color: #ffffff;
	background-color: #A04122;
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	border: #CCCCCC 1px solid;
}
