.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border:none;
padding:0;
margin:0;
width: 611px; /*width of featured content slider*/
height: 136px;
}



.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: 621px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 136px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 611px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:23px;
text-align:left;
background-color:#EDEDEE;
padding: 0;
vertical-align:middle;
visibility:hidden;
height:0;
}

.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;
height:0px;
}

.pagination a:hover, 
.pagination a.selected{
color:#E6E6E7;
display:block;
font-size:11px;
height:20px;
background-color:#444444;
font-weight:normal;
float:left;
padding:3px 0 0 0;
height:0px;

}
a.cs1
{
width:120px;
margin-right:2px;
}
a.cs2
{
width:130px;
margin-right:2px;
}
a.cs3
{
width:120px;
margin-right:2px;
}
a.cs4
{
width:115px;
margin-right:2px;
}
a.cs5
{
width:115px;
}
a.slider-1
{
width:621px; 
height:136px;
display:block;
background-image:url(01.png);
background-position:top left;
background-repeat:no-repeat;
}
a.slider-2
{
width:621px; 
height:136px;
display:block;
background-image:url(02.png);
background-position:top left;
background-repeat:no-repeat;
}

a.slider-3
{
width:621px; 
height:136px;
display:block;
background-image:url(03.png);
background-position:top left;
background-repeat:no-repeat;
}

a.slider-4
{
width:621px; 
height:136px;
display:block;
background-image:url(04.png);
background-position:top left;
background-repeat:no-repeat;
}

a.slider-5
{
width:621px; 
height:136px;
display:block;
background-image:url(05.png);
background-position:top left;
background-repeat:no-repeat;
}
