.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width:950px; /*width of featured content slider*/
height:272px;
}
.contentdiv h1{
margin:0px;
padding:0px;
font-family:arial;
font-size:20px;
color:#E9E9E9;
font-weight:normal;
line-height:25px;
}
.sliderwrapper p{
margin:0;
padding:0px;
font-size:13px;
line-height:18px;
}
.sliderwrapper img{
margin-top:18px;
}

.sliderwrapper div.contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width:950px; /*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;
}
.sliderwrapper div.contentdiv div.img1{
width:900px;
height:187px;
float:left;
background:url(../images/img.gif) no-repeat right top;
padding:85px 0px 0px 50px;
}
.sliderwrapper div.contentdiv div.img2{
width:900px;
height:187px;
float:left;
background:url(../images/img1.gif) no-repeat right top;
padding:85px 0px 0px 50px;
}
.sliderwrapper div.contentdiv div.img3{
width:900px;
height:187px;
float:left;
background:url(../images/img2.gif) no-repeat right top;
padding:85px 0px 0px 50px;
}
.sliderwrapper div.contentdiv div.img4{
width:900px;
height:187px;
float:left;
background:url(../images/img3.gif) no-repeat right top;
padding:85px 0px 0px 50px;
}
.sliderwrapper div.contentdiv div.img5{
width:900px;
height:187px;
float:left;
background:url(../images/img4.gif) no-repeat right top;
padding:85px 0px 0px 50px;
}

.sliderwrapper div.contentdiv div.img6{
width:900px;
height:187px;
float:left;
background:url(../images/img5.gif) no-repeat right top;
padding:85px 0px 0px 50px;
}

.sliderwrapper div.contentdiv div.img7{
width:900px;
height:187px;
float:left;
background:url(../images/img6.gif) no-repeat right top;
padding:85px 0px 0px 50px;
}


.pagination{
width:900px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
background-color:#000000;
padding:0px;
display:none;
}