.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: 139px;
}



.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: 525px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 139px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 525px; /*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;
}

.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;
}

.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;
}
a.cs1
{
width:173px;
margin-right:2px;
}
a.cs2
{
width:173px;
margin-right:2px;
}
a.cs3
{
width:173px;
margin-right:2px;
}

a.slider-1
{
width:525px; 
height:139px;
display:block;
background-image:url('new-solutions-01.png');
background-position:top left;
background-repeat:no-repeat;

}
a.slider-2
{
width:525px; 
height:139px;
display:block;
background-image:url('new-solutions-02.png');
background-position:top left;
background-repeat:no-repeat;
}

a.slider-3
{
width:525px; 
height:139px;
display:block;
background-image:url('new-solutions-03.png');
background-position:top left;
background-repeat:no-repeat;
}

