#image-slider-wrapper {
width: 975px;
position: relative;
margin: 15px 0;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 975px;   /*width of featured content slider*/
height: 351px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 7px;
width: 961px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
z-index: 100;
}

.sliderwrapper .contentdiv img{
width: 961px; 
height: 337px;
border: 0;
}


.slideframe{
position: absolute;
width: 975px; 
height: 351px;
top: 0;
left: 0;
background: url(../images/home-frame.png) no-repeat top left;
z-index: 1000;
}

* html .slideframe{
background: url(../images/home-frame.gif) no-repeat top left;
}

.pagination{
width: 956px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background: #000;
padding: 50px 5px 10px 0;
position: absolute;
bottom:7px;
left: 7px;
z-index: 2000;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #fff;
border: 1px solid #fff;
}

.pagination a:hover, .pagination a.selected{
border: 1px solid #F26623;
color: #F26623;
}
