.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 100%; /*width of featured content slider*/
height: 365px;
border:0px solid red;
}



.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: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 365px;
z-index:100;
text-align:center;
border:0px solid red;
}

.pagination{
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding:0px;
border:0px solid red;
margin-top:-285px;
display:table;
position:absolute;
z-index:100000000;
}

.pagination a{
width:80px;
height:120px;
padding:0px;
text-decoration: none; 
display:inline-block
}

.pagination a:hover, .pagination a.selected{
background:#fff;
opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
}


.prev{float:left}
	
