.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width:1002px; /*width of featured content slider*/
height:381px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding:0px;
background:transeparent;
width:1002px; /*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.slideimg1{
width:952px;
height:281px;
float:left;
background:url(../images/showcase.jpg) no-repeat;
font-family:Impact;
font-size:40px;
color:#ffffff;
line-height:43px;
padding:100px 50px 0 0;
text-align:right;
}

.sliderwrapper .contentdiv div.slideimg2{
width:952px;
height:281px;
float:left;
background:url(../images/s2.jpg) no-repeat center;
font-family:Impact;
font-size:40px;
color:#000000;
line-height:43px;
padding:100px 50px 0 0;
text-align:right;
}
.sliderwrapper .contentdiv p{
margin:0px;
padding:25px 0 0 0;
}

.sliderwrapper .contentdiv div.slideimg3{
width:952px;
height:251px;
float:left;
background:url(../images/memories.jpg) no-repeat center;
font-family:Impact;
font-size:40px;
color:#000000;
line-height:43px;
padding:130px 50px 0 0;
text-align:right;
}
.sliderwrapper .contentdiv .slideimg4 div.slidebutton{
padding-top:50px;
}

.sliderwrapper .contentdiv .slideimg3 div.slidebutton{
	padding-top:50px;
}

.sliderwrapper .contentdiv div.slideimg4{
width:952px;
height:251px;
float:left;
background:url(../images/deadline.jpg) no-repeat center;
font-family:Impact;
font-size:40px;
color:#000000;
line-height:43px;
padding:130px 50px 0 0;
text-align:right;
}


.pagination{
width:136px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
z-index:1000;
position:absolute;
background:url(../images/paginationbg.png) no-repeat;
height:22px;
right:50px;
top:330px;
padding:3px 0 0 10px;
}
.pagination a{
float:left;
padding:1px 0 0 0;
text-decoration: none; 
color: #ffffff;
margin:1px;
width:19px;
height:15px;
text-align:center;
}
.pagination a:hover, .pagination a.selected{
color: #ffffff;
background:#000000;
border:1px solid #383737;
margin:0px;
}
.pagination a img{
margin-top:3px;
}

