#carouselwrap {border:none; position:relative; overflow: hidden; margin:0 auto;}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-right:5px solid #b0ff05; 
border-left:5px solid #b0ff05;
width: 602px; /*width of featured content slider*/
height: 458px;
z-index:500;
}



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

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

}





/*Additional CSS for demos*/
#slider4{
position:relative;
float:left;
border-color: #b0ff05;

height: 470px;
}

#description_wrapper{position:absolute; background:transparent; width: 602px; height:55px; top:365px; margin: 0 auto; padding:0px 0px 0px 0px; border:0px solid #111; z-index:105;}

#description-slider4{position:absolute; background:transparent; top:8px; left:8px; margin: 0 auto; z-index:106;} 
#description-transparancy {background: #000; width:100%; height:100%; position:absolute; z-index:1; padding: 0px 0px 0px 0px;
	opacity: 0.55;
	filter: alpha(opacity=55);
	-moz-opacity: 0.55; 
}


 
#paginate-slider4{position:relative; float:left; background:transparent; border:none; margin-left: 0px; width: 90px; z-index:100; visibility:hidden;}
#paginate-slider4 a img{width: 90px; height: 79px; border: 0px solid gray; margin-top: 0px;} 
#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{border: 0px solid red;}
 

