.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #000000;
border-bottom-width: 1px;
/*width: 368px;*/ /*width of featured content slider*/
height: 290px;
background-color: #333;
color:#ffffff;
}


.sliderwrapper .contentdiv {
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
background-color: #333;
color:#ffffff;
width: 368px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 230px; 
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 360px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #000;
padding: 5px 5px;

margin-bottom:10px;
}

.pagination a{
padding: 0 6px;
text-decoration: none;
color : #fff;
}

.pagination a:hover, .pagination a.selected{
	background-color: #fff; color: #000

}


