/* Created by Ronald Huereca - www.ronalfy.com */
body { margin: 0 auto; padding: 0; text-align: center; overflow: auto; }
#container { margin: 0 auto; position: relative; }
.crc-overlay { 
	display: block;
	position: absolute;
	right: 0px;
	top: 0;
	width: 3px;
	cursor: e-resize;
	z-index: 100;
	
}



