.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
width: 316px; /*width of featured content slider*/
height: 422px;
margin-top: -45px;
}

.sliderwrapper .images{
overflow: hidden;
height: 300px;
width: 200px;
}

.sliderwrapper .images img{
height: 200px;
}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
/*background: url("../design_images/cool_tile.jpg") repeat-y top left;*/
width: 305px; /*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;
margin: 0 auto;
}

.contentdiv p{
	padding: 0px;
	text-align: center;
}

.pagination{
width: 285px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 39px;
margin-top: -250px;
z-index: 1000;
position: absolute;
}

.pagination a{
text-decoration: none; 
z-index: 1000;
position: absolute;
}