@charset "utf-8";
/* CSS Document */

#frontCanvasD {
	position:relative;
	border:solid;
	border-width:1px;
	border-color:#999;
	width:1003px;
	height:460px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}


div#compDiv{
	display:none;
	position:absolute;
	bottom:0px;
	right:0px;
	padding:0px;
}

div#compDiv img{
	filter:alpha(opacity=80);/* for IE */
	opacity:0.80;/* CSS3 standard */
}

div#compDiv img:hover{
	filter:alpha(opacity=100);/* for IE */
	opacity:1.00;/* CSS3 standard */
}