.sliderwrapper{width: 484px;}
.ie .sliderwrapper{width: 479px;}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #000000;
border-bottom-width: 1px;
/*width of featured content slider*/
height: 248px;
}

.sliderwrapper .contentdiv{width: 483px;}
.ie .sliderwrapper .contentdiv{width: 479px;}

.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: #FFF;*/
/*width of content DIVs within slider. Total width should equal slider's inner width (390+border+border=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1.0;
background-color: white; /*corrects IE's ugly display of bold text*/ 
}




.pagination{width: 486px;background: url(../home/i/contentbox/box-parts/boxbott-486.jpg) no-repeat 0px 0px;}
.ie .pagination{width: 479px;background: url(../home/i/contentbox/box-parts/boxbott-479.jpg) no-repeat 0px 0px;}

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

.pagination a{
padding: 0px 0px 0px 0px ;
text-decoration: none; 
color: #000000;
}

.pagination a:hover, .pagination a.selected{
color: #000;
}

#paginate-slider2 a img:hover, #paginate-slider2 a.selected img{
border-top: 2px solid #c0c0c0;
}