.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid white;
border-bottom-width: 6px;*/
width: 700px; /*width of featured content slider*/
height: 520px;
margin-top:20px;
}


.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 1px solid red;
border-bottom-width: 6px;*/
width: 700px; /*width of featured content slider*/
height: 475px;
margin-top:13px;
}





.sliderwrapper .contentinddiv{
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: 680px; /*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;
}


.contentdiv img {}
.pagination { width: 720px; text-align: left; background-color: #4aa615; padding: 8px 10px 4px 0px; height:20px;  }/*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/

/*.pagination a { margin: 0px 8px 0px 8px; border: 0px solid #FF0000; background-position: #a00000; padding: 4px 10px 4px 10px; text-decoration: none; color: #000; background: #4aa615; }*/
.pagination a { margin: 0px; border: 0px solid #FF0000; background-position: #a00000; padding: 4px 6px 4px 6px; text-decoration: none; color: #000; background: #4aa615; }

.pagination a:hover{
color: #000;
background-color: #e1e1e1;
}
.pagination a.selected{
color: #000;
background-color: #fff;
}