.sliderwrapper{
     position: relative; /*leave as is*/
     overflow: hidden; /*leave as is*/
     border: none;
     width: 555px; /*width of featured content slider*/
     height: 200px;
     border:1px solid #af7fae;
     border-left:none;
}
.sliderwrapper .contentdiv{
     visibility: hidden; /*leave as is*/
     position: absolute; /*leave as is*/
     left: 0;  /*leave as is*/
     top: 0;  /*leave as is*/
     width: 555px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
     height:200px;
}
.sliderProd  {
     width:550px;
     height:200px;
     background:url('slider_bg.gif') top left no-repeat;    
}
.sliderProd img:hover  {
     background:url('slider_bg_hover.gif') top left no-repeat;
}
.pagination{
     width: 200px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
     text-align: right;
     padding: 5px 10px;
}
.pagination a{
     padding: 0 5px;
     text-decoration: none; 
     color: #000000;
}
.pagination a:hover, .pagination a.selected{
     color: #000;
}
#paginate-slider4 a {
     width: 180px;
     height: 40px;
     line-height:18px;
     color:#ffffff;
     display:block;
     font-weight:bold;
     text-decoration:none;
}
#paginate-slider4 a span {
     margin:0px 0px 0px 6px;
}
#paginate-slider4 a:hover, #paginate-slider4 a.selected  {
     width:200px;
     height:41px;
     background:url('slider_active.gif') top left no-repeat;
     color:#ffffff;
     position:relative;
     top:-1px;
     left:0px;
}
#paginate-slider4 ul  {
     width:200px;
     height:200px;
     list-style:none;
     background:#fff0f5;
}
#paginate-slider4 ul li  {
     width:180px;
     height:40px;
     display:block;
     position:relative;
     background:url('slider_inactive.gif') top left no-repeat;
}
#contentWrapper  {
     width:750px;
     height:200px;
     position:relative;
}
#contentLeft  {
     width:200px;
     height:200px;
     border:1px solid #af7fae;
     border-right:none;
     position:absolute;
     top:0px;
     left:0px;
}
#contentRight  {
     width:550px;
     height:200px;
     position:absolute;
     top:0px;
     left:200px;
}
.sliderBot  {
     background:url('slider_inactive_bot.gif') top left no-repeat;
}

