@charset "utf-8";
/* CSS Document */

.sliderwrapper {
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 655px; /*width of featured content slider*/
height: 475px;
}

.sliderwrapper .contentdiv {
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
background: #fff; /*change to white once images are in place*/
width: 655px; /*width of content DIVs within slider. Total width should equal slider's inner width (x+5+5=X) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination {
width: 490px; /*Width of pagination DIV. Total width should equal slider's outer width (x+10+10=X)*/
text-align: right;
background-color: #fff;
padding: 5px 165px 5px 0;
}

.pagination a, .pagination a:link {
padding: 1px 4px;
margin-left: 5px;
text-decoration: none; 
color: #b3b3b3;
background: #b3b3b3;
font: bold 9px /*"Trebuchet MS",Trebuchet,*/Verdana;
}

.pagination a:hover, .pagination a.selected {
text-decoration: none;
color: #ed4a0e;
background: #ed4a0e;
}