.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 100%; /*width of featured content slider*/
height: 430px;
overflow: hidden;
}



.sliderwrapper .contentdiv{

padding: 0px;
background: black;
width: 300px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
float:left;
opacity:0;
filter:alpha(opacity=0);
}

.pagination{
}
