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



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: #4d0f00;
width: 980px; /*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{
width: 960px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background: #220700 url(colored.jpg) no-repeat left bottom;
padding: 10px 10px 15px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #fff;
border:1px solid #fff;
background: #220700;
}

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

.sidepic{
	width:588px;
	height:250px;
	float:left;
	background:#4d0f00;
}

.sidetext{
	width:372px;
	padding:10px;
	height:230px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#620902;
	font-size:12px;
}

.sidetext .sidetitle{
	font-size:20px;
	color:#ffffff;
}

.sidetext .sidetitle a{ color:#fff; text-decoration:none;}

.sidetext .sidedate{
	background:url(sidearrow.png) no-repeat 0 3px;
	color:#fff;
	padding-left:10px;
}

.sidetext a.sideread{
	background:#000;
	color:#fff;
	text-decoration:none;
	padding:0 10px;
	line-height:18px;
}

.sidetext a.sideread:hover{
	background:#220700;
	color:#fff;
	text-decoration:none;
}

















