body {
	background-color: #ffffff;
}

li {
	list-style-type: none;
}

.imagesSource {
	display: none;
}

.canvasHolder {
	
	top:-170px;
	position:absoulute
	;
}

.canvasHolder canvas {
	/*border: 1px solid black;*/
	}


.flex_holder {
	height: 380px;
	float: left;
	width: 600px;
	margin-right: 10px;
}

#mouse {
	background:green;
	opacity:0.65;
	position:absolute;
	color: White;
	text-align: center;
	font-weight: bold;
	z-index: 100;
}
