.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 1px solid #CCCCCC;*/
width: 956px; /*width of featured content slider*/
height: 171px;
background: transparent url(images/box-grey-home.png) top left no-repeat;
}


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

.pagination{
width: 935px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
/*background-color: navy;*/
padding: 0;
margin: 0 0 5px 0;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
font: 10px Arial;
/*background: white;*/
}

.pagination a:hover, .pagination a.selected{
color: white;
background-color: #AF2F2F;
}

.contentdiv h2 {
background: transparent url(images/bg-red-shadow.png) left top no-repeat;
font: bold 13px Arial;
color: #AF2F2F;
margin: 0px;
width: 500px;
height: 25px;
padding: 7px;
}

.contentdiv p {
padding-left: 10px;
padding-top: 5px;
font: 12px Arial; }

.difference {
position: absolute;
font: bold 22px Arial;
color: black;
bottom: 40px;
left: 18px;
}

.pipetteservice {
position: absolute;
font: bold 22px Arial;
color: black;
top: 30px;
left: 18px;
}