
/*

roller css

pretty simple to change this just change all the height and widths as needed!

*/

	#roller {
		height: 220px;
		width: 1000px;
		cursor: pointer;
	cursor: hand;
	}

	#rllr_screenone {
		background-color: #CCCCCC;
		width: 1000px;
		height: 220px;
		z-index: 200;
		position: absolute;
	}
	#rllr_screentwo {
		background-color: #CCCCCC;
		width: 1000px;
		height: 220px;
		z-index: 201;
		position: absolute;
	}
	#rllr_overlay {
		background-image: url(images/overlay.png);
		width: 1000px;
		height: 220px;
		z-index: 202;
		position: absolute;
		display: none;
	}
		
	