.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #3F3426;
border-bottom-width: 0px;
width: 530px; /*width of featured content slider*/
height: 150px;
}

.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: white;
width: 510px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 150px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}


/*sdfsdgsdf*/
.sliderwrapperdos{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #3F3426;
border-bottom-width: 0px;
width: 150px; /*width of featured content slider*/
height: 150px;
}

.sliderwrapperdos .contentdivdos{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 150px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 150px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}



.pagination{
width: 532px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
/*text-align: right;*/
background-color: #3F3426;
padding: 0px 0px;
vertical-align:top;
}

.pagination a{
	padding: 0 0px;
	text-decoration:underline;
	color: #FFCC33;
	background: #3F3426;
}

.pagination a:hover, .pagination a.selected{
color: #FFCC33;
background-color: #3F3426;
}
