/* These are styles for the smArtswap rotator. The only user-modifyable thing here is are the art sizes,
   everything else is meant for various browsers or will break things if changed. */
 img.smArtSwapImg {
	height:auto !important; height: 147px;	 /* IE-Hack */
	max-height:147px;
	width:auto !important; width: 723px; /* IE-Hack */
	max-width:723px;
	position:absolute;
	top: 0px;
	left:0px;
	border: 0;
	padding:8px 22px;
 }

 img#smArt0 { /* Underlying image, stays at opacity 1 */
	opacity: 1.0;
	filter:alpha(opacity=100);
 }

 img#smArt1 { /* Overlay, opacity varies */
	opacity: 0;
	filter:alpha(opacity=0);
 }
