.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border-bottom-width: 6px;*/
width: 948px; /*width of featured content slider*/
height: 350px;
}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
text-align:left;
/*padding: 5px;
background: white;*/
width: 948px; /*width of content DIVs within slider. Total width should equal slider's inner width  
height: 100%;*/
/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);*/ /* GET RID OF IE NOT RENDERING H's correctly*/
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 288px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
/*width: 878px;*/ /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: rgba(18,18,18,0.5);
background-image:url();
padding: 5px 10px;
font-size:0.9em;
position: absolute;
right:0px;
bottom:0px;
z-index:100;
}

.pagination a{
padding: 0 5px;
text-decoration: none;
background-color: #1f1f1f;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
/*background-color: #FEE496;*/
background-color: #343434;
}

.contentdiv {position:relative;width:948px;height:350px;}
	.contentdiv small {position:absolute; top:10px;right:10px; letter-spacing:0.3em; color:#666666; }
