.sliderwrapper
{
	margin-left:40px;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
background-image:url('images/fame.jpg');
width: 700px; /*width of featured content slider*/
height: 500px;
	top: 2px;
	left: 85px;
}
	
.sliderwrapper .contentdiv
{
 padding-left:43px;
 padding-right:20px;
 padding-top:42px;
 padding-bottom:20px;	
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0px;  /*leave as is*/
top: 0;  /*leave as is*/
/*padding: 5px;*/
/*background: white;*/
width: 720px; /*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;
border:0;
}
.sliderwrapper img
{
	border:0;
}
.pagination
{
	margin-top:3px;
	margin-left:90px;
	
width: 625px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:300px;
text-align:left;


/*background-color: navy;*/
/*padding: 5px 10px;*/
}

.pagination a{
/*padding: 0 5px;*/
text-decoration: none; 
color: white;
background: white;
border:0;


}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color:white;
}