/* CSS Document */

#imagezoom {
	position: absolute;
	width: 660px;
	height: 490px;
	z-index: 950;
	display: none;
}
#imagezoom #imagezoomcontents {
	background-color: #FFFFFF;
	background: #FFFFFF url(../images/Layout/zoomback.jpg) no-repeat right bottom;
	width: 660px;
	height: 500px;
	position: absolute;
}
#imagezoom #imagezoomclose {
	position: absolute;
	width: 100%;
	text-align: right;	
}
#imagezoom #imagezoomclose a {
	display: block;
	margin-top: -5px;
	margin-right: -5px;
	width: 20px;
	height: 20px;
	float: right;
}
#imagezoom #imagezoomtitle {
	position: absolute;
	background: url(../images/alphas/alpha_white_50.png);
	margin: 15px auto;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px;
	width: 200px;
	text-align: center;
	margin-left: 220px;
	line-height: 30px;
}
#imagezoom #imagezoomloader {
	width: 640px;
	height: 255px;
	text-align: center;
	position: absolute;
	z-index: 955;
	padding-top: 225px;
	background: url(../images/alphas/alpha_white_50.png);
	margin: 10px;
}
#imagezoom #imagezoomloader img {
}
#imagezoomimageframe {
	width: 100%;
	height: 100%;
}
#imagezoom #imagezoomimage {
	margin: 10px;
	
}
#imagezoomcontrol {
	position: relative;
	width: 100%;
	height: 30px;
	margin-top: -50px;
}
#imagezoomcontrol div {
	background: url(../images/alphas/alpha_white_50.png);
	width: 100px;
	float: left;
	line-height: 30px;
	font-weight: bold;
	border: solid 1px #CCCCCC;
}
#imagezoomcontrol div a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 0 20px;
	height: 100%;
}
#imagezoomcontrol div a:hover {
	background-color: #FFF;
}
div#imagezoomcontrol_prev {
	border-left: none;
}
div#imagezoomcontrol_next {
	text-align: right;
	float: right;
	margin-right: 0;
	border-right: none;
}
#imagezoomdetails {
	display: none;
}