/* CSS Document */
@import url("sdw/shadow.css");
#imagezoom {
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 950;
	display: none;
	left: 10px;
	top: 10px;
	border: solid 1px #FFFFFF;
}
#imagezoom #imagezoomcontents {
	background-color: #FFFFFF;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	text-align: center;
	border: solid 5px #000;
}
#imagezoom #imagezoomclose {
	position: absolute;
	width: 100%;
	text-align: right;
	z-index: 965;
}
#imagezoom #imagezoomclose a {
	display: block;
	margin-right: 0px;
	width: 25px;
	height: 25px;
	float: right;
	border: none;
	background: url(Images/close.png) no-repeat center top;
	margin-top: -10px;
	margin-right: -10px;
}
#imagezoom #imagezoomclose iframe{
	width: 25px;
	height: 25px;
	margin-top: -10px;
	margin-right: -10px;
	float: right;
	border: none;
}
#imagezoom #imagezoomclose a:hover {
	background-position: center bottom;
}
#imagezoom #imagezoomclose a img {
	border: none;
}
#imagezoom #imagezoomtitle {
	position: absolute;
	background: url(images/alpha_white_50.png);
	margin: 15px auto;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px;
	width: 250px;
	text-align: center;
	margin-left: 125px;
	line-height: 30px;
}
#imagezoom #imagezoomloader {
	width: 50px;
	height: 16px;
	text-align: center;
	position: absolute;
	z-index: 955;
	padding-top: 16px;
	background: url(images/alpha_white_50.png);
}
#imagezoom #imagezoomloader img {
}
#imagezoomimageframe {
	padding: 5px;
	text-align: center;	
}
#imagezoom #imagezoomimage {
/*	margin: 10px;*/
	
}
#imagezoomcontrol {
	height: 30px;
	display: none;
	position: absolute;
	width: 100%;
	padding-top: 5px;
	
}
#imagezoomcontrol div {	
	width: 100px;
	float: left;
	line-height: 30px;
	font-weight: bold;
	border: solid 1px #FFF;
	
}
#imagezoomcontrol div a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0 5px;
	height: 100%;
	border: none;
	background: url(images/alpha_white_50.png) center top;
}
#imagezoomcontrol div iframe {
	width: 100px;
	height: 30px;
	border: none;
	background-color:transparent;
}
#imagezoomcontrol div a:hover {
	background-position: center bottom;
}

div#imagezoomcontrol_prev {
	margin-left: -1px;
	text-align: left;
}
div#imagezoomcontrol_next {
	text-align: right;
	float: right;
	margin-right: -1px;
}
#imagezoom #imagezoomdetails {
	
}
