.slider {
height: 368px;
z-index: 97;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 933px; /*width of featured content slider*/
height: 331px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 933px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 331px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
z-index: 99;
}

#slider-mask {
width: 933px;
height: 331px;
position: absolute;
top: 0;
left: 0;
background: url(../images/slider-mask.png) top left no-repeat;
z-index: 98;
}

.slider-text {
background: url(../images/slider-text-bg-3.png) top right no-repeat;
width: 366px;
height: 286px;
float: right;
position: absolute;
z-index: 100;
padding: 30px 40px 15px 40px;
top: 0;
right: 0;
}

.contentdiv h1, .contentdiv h2, .contentdiv h3, .contentdiv h4, .contentdiv h5, .contentdiv h6 {
color: #ffffff;
}

.contentdiv h1 {
border: 0;
margin-top: 0;
font-size: 27px;
line-height: 30px;
}

.contentdiv p, .contentdiv ul li, .contentdiv ol li, .contentdiv {
color: #ffffff;
font-size: 16px;
line-height: 19px;
}

.contentdiv a {
color: #ffffff;
text-decoration: none;
}

.contentdiv a:hover {
color: #acdcee;
}

.contentdiv a.more {
background-image: url(../images/more-icon-white.png);
font-size: 14px;
position: absolute;
bottom: 28px;
right: 40px;
}

.pagination{
width: 913px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 57px;
text-align: right;
position: absolute;
bottom: 20px;
z-index: 100;
padding: 0 10px 0 10px;
background: url(../images/slider-nav-bg.png) bottom repeat-x;
}

.pagination a{
display: block;
float: left;
width: 131px;
height: 17px;
padding: 30px 10px 10px 10px;
text-decoration: none;
text-align: center;
font-size: 13px;
line-height: 13px;
color: #696a6c;
background: url(../images/slider-nav-divider.gif) bottom right no-repeat;
}

.pagination a:hover {
color: #00aeef;
}

.pagination a.selected{
background: url(../images/slider-nav-hover.png) top no-repeat;
color: #ffffff;
}
