.contentdiv{
visibility: hidden; /*leave as is*/
position: absolute;
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: #1f2227;
width: 262px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 147px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
text-align:center;
margin-left: -2px;
}
.sliderwrapper {
	visibility: hidden; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background: transparent;
	width: 262px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	height: 172px;
	margin-bottom: 7px;
}

