div.scroller_con {
	width: 600px;
}

div.controls {
	position: relative;
	z-index: 1;
}

div.controls a {
	outline: none;
}

 
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 585px; 

	overflow: hidden;
	border:0px solid #cccccc;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:585px;

		background: #ffffff;
		overflow:hidden;
		float:left;
		
		}
	div.scroller div.content {
		width: 10000px;

		}



	div.marg_border {
	position: relative;
	border: dotted 0px #666;
	background: #fff;
	margin-top: 0px;
	}



/* container style should not need to edit except for image url */
		
.blocktop {
	background: transparent url('/mas_assets/block_lefttop.gif') no-repeat top left;

}

.blocktopr {
	background: transparent  url('/mas_assets/block_righttop.gif') no-repeat top right;
	padding: 5px;
}

.blockbottomr {
	background: transparent  url('/mas_assets/block_rightbottom.gif') no-repeat bottom right;
}

.blockbottom {
	background: transparent url('/mas_assets/block_leftbottom.gif') no-repeat bottom left;

}

.blockleft {

	background: transparent url('/mas_assets/block_right.gif') repeat-y left;
	padding-left: 4px;
}

.blockright {
	background: transparent url('/mas_assets/block_right.gif') repeat-y right;
}