@charset "UTF-8";
/* CSS Document */

.sliderwrapper{width: 414px;}
.ie .sliderwrapper{width: 409px;}

.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: 208px;
}

.sliderwrapper .contentdiv{width: 413px;}
.ie .sliderwrapper .contentdiv{width: 409px;}

.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:#000000
/*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: 416px;background: url(images/boxbott-413.png) no-repeat 0px 0px;}
.ie .pagination{width: 409px;background: url(images/boxbott-409.png) 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;
}
#paginate-slider2 {background-image:url(Images/boxbott.jpg)