.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 400px; /*width of featured content slider*/
height: 250px;
z-index: 1;

}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
/*width: 390px; width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
z-index: 1;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
/*-moz-opacity: 1;*/
opacity: 1;

}

.pagination{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
padding: 5px 10px;
height:431px;
_height:35px;
z-index:100000;
position: relative;
bottom: 40px;

padding-left: 48px;
background:url(../../imgs/slider_curvy.png) no-repeat center left;
_background:url(../../imgs/slider_curvy.gif) no-repeat center left;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #FFF!important;


height: 40px;
_height:35px;
display:inline-block;
font-size:18px;
}

.pagination a:hover, .pagination a.selected{
color: #FFF;
background-color: #90302C;
text-decoration: none;
}