/* progress bar (enabled with progress: true) */
.progress {
    height:9px;
    background-color:#C5FF00;
    display:none;
    opacity:0.6;
}


#mainDiv{
	margin-top:-30px;
}
		
#mainDiv #myCanvas{
	width:970px;
	height:220px;
	background-color:transparent;
}
			
		
			
#imageXSpace{
	margin-left:10px;	
	margin-top:5px;
	padding-bottom:10px;
}
