/* CSS Document */

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border:0;
width: 940px; /*width of featured content slider*/
height: 432px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 940px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
}

.pagination{
width: 418px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 0px;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
bottom:30px; right:40px;
position:absolute;
z-index:99999999;
}

.pagination a{
padding: 0 10px;
text-decoration: none;
background:	url(../images/paging-bg2.png) no-repeat center;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background:url(../images/pagin-bg.png) no-repeat center;
}