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

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px #FFFFFF;
border-bottom-width: 6px;
width: 800px; /*width of featured content slider*/
height: 400px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 800px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 800px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #FFFFFF;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #333333;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background: url(../img/BasicStyle/bg5.jpg);
background-repeat:repeat-x;
}

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border:none;
border-bottom-width: 6px;
width: 900px; /*width of featured content slider*/
height: 201px;
}



.sliderwrapper2 .contentdiv{
width: 900px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

#paginate-slider2{
width: 880px; /*Width of pagination2 DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background: url(../img/frontpage/bannerbottom.jpg) no-repeat;
height:30px;
padding: 15px 10px;
font-size:14px;
}

#paginate-slider2 a{
padding: 0 5px;
text-decoration: none; 
color: #FFFFFF;
background:none;;
}

#paginate-slider2 a:hover, #paginate-slider2 a.selected{
color: #333333;
background-color: #FA8E00;
}