﻿.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border:0;
width:461px; /*width of featured content slider*/
height: 226px;
margin:0;
padding:0;
background: #fff;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: #fff;
width: 461px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 226px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

#paginate-slider4{
text-align: right;
background: #fff;
padding: 0px;
}

#paginate-slider4 ul{
	margin:0;
	padding:0;
}
#paginate-slider4 ul li{
	list-style:none;
	width:30px;
	height:34px;
	text-align:left;
	background:#000;
	margin:0 0px 0 10px;
	border-bottom:1px #999999 solid;
	padding:5px 10px 5px 20px;
}
#paginate-slider4 a{
padding: 20px 5px 0 5px;
margin:2px 0 0 5px;
background:#fff url('../img/arrow1.gif') no-repeat right top;
display:block;
text-decoration: none; 
color:#000;
font-size:10px;
height:50px;
width:100px;
}

#paginate-slider4 a:hover, #paginate-slider4 a.selected{
font-weight:bold;
color:#fff;
background:#990000 url('../img/arrow.gif') no-repeat right top;
}

#paginate-slider4 h3 {margin: 0 0 0px 10px; padding: 5px; font-size: 11pt; font-weight: normal; background: #f63; color: #fff; width:210px;  display:block; text-align:left;}
