
.sliderwrapper{
margin-top:-5px;
position: relative; /*leave as is*/
overflow: hidden;
margin-top:-3px;
 /*leave as is*/
margin-left:-3px;
width: 460px; /*width of featured content slider*/
height: 100%;



}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;

width: 450px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;

}
