.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width:664px; /*width of featured content slider*/
height:260px;
background:url(../images/slidebg.gif) repeat-x;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding:0px;
width:654px; /*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 .contentdiv div.inimg{
background:url(../images/img1.jpg) no-repeat left top;
text-align:right;
padding:100px 10px 0 0;
font-family:"Lucida Sans Unicode";
font-size:22px;
color:#ffffff;
font-weight:normal;
line-height:24px;
height:160px;
}
.sliderwrapper .contentdiv div.inimg span{
font-size:50px;
color:#ffffff;
font-weight:normal;
line-height:54px;
letter-spacing:-2px;
}

.sliderwrapper .contentdiv div.inimg1{
background:url(../images/img2.jpg) no-repeat left top;
text-align:right;
padding:100px 10px 0 0;
font-family:"Lucida Sans Unicode";
font-size:22px;
color:#ffffff;
font-weight:normal;
line-height:24px;
height:160px;
}
.sliderwrapper .contentdiv div.inimg1 span{
font-size:40px;
color:#ffffff;
font-weight:normal;
line-height:45px;
letter-spacing:-2px;
}

.sliderwrapper .contentdiv div.inimg2{
background:url(../images/img3.jpg) no-repeat left top;
text-align:right;
padding:100px 10px 0 0;
font-family:"Lucida Sans Unicode";
font-size:22px;
color:#ffffff;
font-weight:normal;
line-height:24px;
height:160px;
}
.sliderwrapper .contentdiv div.inimg2 span{
font-size:50px;
color:#ffffff;
font-weight:normal;
line-height:54px;
letter-spacing:-2px;
}

.sliderwrapper .contentdiv div.inimg3{
background:url(../images/img4.jpg) no-repeat left top;
text-align:right;
padding:100px 10px 0 0;
font-family:"Lucida Sans Unicode";
font-size:22px;
color:#ffffff;
font-weight:normal;
line-height:24px;
height:160px;
}
.sliderwrapper .contentdiv div.inimg3 span{
font-size:40px;
color:#ffffff;
font-weight:normal;
line-height:54px;
letter-spacing:-2px;
}


.pagination{
width:664px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color:#000000;
padding:0px;
display:none;
}

.pagination a{
padding:0px;
text-decoration: none; 
color: #000000;
background:#000000;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #000000;
}

.leftimg{width:px; float:left;}
