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

.ALT_VIEWS a { border: 2px solid #fcf6f0; display: inline-block; height: 50px; width: 50px; }
.ALT_VIEWS a:hover { border: 2px solid grey; }

.overlay
{
	top:0; 
	left: 0; 
	position: fixed; 
	height: 100%; 
	width: 100%; 
	margin: 0 auto 0 auto;
	visibility: hidden;
}

.zoomimage
{
	position: fixed; 
	background-position: center; 
	background-image: url(../../../templates/images/50_percent.png);  
	margin:0 auto 0 auto; 
	left: 0; 
	top: 0; 
	width: 100%; 
	height: 100%; 
}

#image
{ 
	background-color: white; 
	background-image: url(../../../templates/images/1x1_tan.png); 
	background-repeat: repeat; 
	margin: 0 auto 0 auto;
	text-align: center;
	vertical-align: middle;
}
