#scrolling {background: url(/i/site/Default/indexPhotoBG.png) no-repeat 0 0; height: 298px; position: relative; margin: -7px 6px 0 4px; padding: 2px 1px 0 3px; }

div#btnPrev a { width: 35px; height: 35px; margin-left: 8px; background: transparent url('../i/site/Default/icons/slide-prev.png') no-repeat 0 0; display: block; position: absolute; z-index: 100; top: 130px; left: 0; cursor: pointer; _background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/site/Default/icons/slide-prev.png', sizingMethod='scale'); }
div#btnNext a { width: 35px; height: 35px; margin-right: 8px; background: transparent url('../i/site/Default/icons/slide-next.png') no-repeat 0 0; display: block; position: absolute; z-index: 100; top: 130px; right: 0; cursor: pointer; _background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/site/Default/icons/slide-next.png', sizingMethod='scale'); }

div#btnPrev a.disabled, div#btnNext a.disabled {
	visibility: hidden !important;		
} 	

.scrollable {
	position: relative;
	overflow: hidden;
	width: 512px;
	height: 292px;
}

.scrollable .items {
	width: 20000em;
	position: absolute;
	clear: both;
}

.scrollable img {
	float: left;
	padding: 0;
	width: 512px;
	height: 292px;
}

.scrollable .active {
}
