#zoomBG{
	background-color : #CACACA;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity : 0.9;
	left: 0;
	top: 0;
	position : absolute;
	width: 100%;
	height: 200%;
}
#zoom{
	background-color : #666666;
	/*filter: alpha(opacity=100);*/
	/*-moz-opacity: 1.0;*/
	/*opacity : 1.0;*/
	position : absolute;
	width: 800px;
	left: 50%;
	top: 10%;
	margin-left:-390px;
	text-align:center;
	color: #E3E3E3;
}

#imgzoom{
	width: 450px;
	height: 450px;
	border: #EB613D 2px dotted;
	margin:10px;
    text-align: center;
	float:left;
	padding-top:10px;
}


#descriptionzoom{
	width: 300px;
	height: 450px;
	float:right;
	margin:5px;
}