.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 864px; /*width of featured content slider*/
height: 326px;
}

.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: white;
width: 864px; /*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;
}


.pagination {
width:864px;
float:left;
background:#303530;
}

.pagination a{
text-decoration: none; 
color:#DCDCDC;
}

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


.arrowbox {
width:80px;
background:#191E19;
}

#arrow1 {
float:left;
text-align:right;
}
#arrow2 {
float:right;
text-align:left;
}

#arrow1 img{
margin-left:auto;
}

#arrow2 img{
margin-right:auto;
}

.pagination p {
text-align:center;
float:left;
width:704px;
margin-top:8px;
letter-spacing:3px;
color:#545454;
font-family:Calibri, Arial;
font-size:8pt;
}

#pagcont {
/* clear:both; */
/* text-align:center; */
width:864px;
margin-left:auto;
margin-right:auto;
}
