body { margin: 0; padding:0; }

#issue {
	margin: 0;
	overflow: hidden; 
	height: 332px; 
	width: 552px;
	position: relative;
	z-index:1;
}
 
#scrollin {
	width: 3864px;
	height: 332px;
	position: relative;
	float: left;
}

#scrollin img { float: left; }
#scrollinx a { position: absolute; top: 139px; left: 6px; display: block; width: 40px; height: 331px; text-indent: -1000em; z-index: 10; }
#scrollinx a div { display: block; width: 40px; height: 331px; text-indent:-1000em; background: url(/files/home/prev.png) top left no-repeat; }
#scrollinx a#next div { background-image: url(/files/home/next.png); }
* html #scrollinx a#prev div { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/files/home/prev.png",sizingMethod='image'); }
* html #scrollinx a#next div { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/files/home/next.png",sizingMethod='image'); }
* html #scrollinx a#prev.off div, * html #scrollinx a#next.off div { display: none; }
#scrollinx a.off { cursor: auto; }
#scrollinx a.off div { display: none; }
a#next { left: 518px; }