@charset "UTF-8";
/* CSS Document */

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 1px solid #999999;
border-bottom-width: 1px;*/
width: 569px; /*width of featured content slider*/
height: 274px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 2px;  /*leave as is*/
	top: 1px;  /*leave as is*/
	padding: 0px;
	background: #d2cfc9;
	width: 569px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 274px;










filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
width: 530px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
font-family:"Trebuchet MS";
font-size:10px;
text-align: right;
background-color: #d2cfc9;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color:#ffffff;
background: #a0410d;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #fea03e;
border-style: solid;
border-width: 2px;
border-color:#CCCCCC;
padding: 2px 5px 2px 5px;
}

