.mod_bannerslider {
	overflow: visible;
	
	/* the 3 lines below were added to the original mod_bannerslider.css */
	float: left;	/* needed to fix position in IE */
	display: inline;  /* this fixes the mysterious IE6 "Doubled Float Margin Bug" */
	margin-left: 35px;  /* added to the original mod_bannerslider.css  Pushes img from edge */
}

.mod_bannerslider .bs_opacitylayer { /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
	width: 100%;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100); 
	-moz-opacity: .1;
	opacity: .1;
}

.mod_bannerslider .bs_contentdiv {
	/*display: none;*/
}