.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border:none;
padding:0;
margin:0;
width: 500px; /*width of featured content slider*/
height: 130px;
}



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

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

.pagination a{
display:block;
height:20px;
font-size:11px;
vertical-align:middle;
text-decoration:none; 
color:#444444;
background:#E6E6E7;
font-weight:normal;
text-align:center;
float:left;
padding:3px 0 0 0;
background:url(navi-bg.jpg);
background-position:top left;
background-repeat:x-repeat;
}

.pagination a:hover, 
.pagination a.selected{
color:#E6E6E7;
display:block;
font-size:11px;
height:20px;
font-weight:normal;
float:left;
padding:3px 0 0 0;
background-color:#5E98C8;
background-image:none;
}
a.cs1
{
width:122px;
margin-right:2px;
}
a.cs1:hover
{
background-color:#5E98C8;
}
a.cs2
{
width:122px;
margin-right:2px;
}
a.cs2:hover
{
background-color:#DA4826;
}
a.cs3:hover
{
background-color:#62B813;
}
a.cs4:hover
{
background-color:#FF9900;
}
a.cs5:hover
{
background-color:#FF9900;
}
a.cs3
{
width:122px;
margin-right:2px;
}
a.cs4
{
width:122px;
margin-right:2px;
}
a.cs5
{
width:122px;
}
#d1 a.selected
{
background-color:#5E98C8;
background-image:none;
}
#d2 a.selected
{
background-color:#DA4826;
background-image:none;
}
#d3 a.selected
{
background-color:#62B813;
background-image:none;
}
#d4 a.selected 
{
background-color:#FF9900;
background-image:none;
}
a.slider-1
{
width:500px; 
height:130px;
display:block;
background-image:url(01.png);
background-position:top left;
background-repeat:no-repeat;

}
a.slider-2
{
width:500px; 
height:130px;
display:block;
background-image:url(02.png);
background-position:top left;
background-repeat:no-repeat;
}

a.slider-3
{
width:500px; 
height:130px;
display:block;
background-image:url(03.png);
background-position:top left;
background-repeat:no-repeat;
}

a.slider-4
{
width:500px; 
height:130px;
display:block;
background-image:url(04.png);
background-position:top left;
background-repeat:no-repeat;
}



