#zoom_overlay
{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10001;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.0
}

#zoom_content
{
	position: fixed;
	z-index: 10001000;
	border-radius: 5px 0px 5px 5px;
	-webkit-border-radius: 5px 0px 5px 5px;
	-moz-border-radius: 5px 0px 5px 5px;
	text-align: left;
	background-color: white;
	box-shadow: 2px 2px 4px black, -2px -2px 4px black;
	-webkit-box-shadow: 2px 2px 4px black, -2px -2px 4px black;
	-moz-box-shadow: 2px 2px 4px black, -2px -2px 4px black;
}

#zoom_content_inner
{
	position: relative;
}

#zoom_header
{
	color: #333333;
    font-weight: 400;
    left: 17px;
    margin: 0;
    position: absolute;
    top: 7px;
}

#close_button
{
	position: absolute;
	top: -18px;
	right: 0px;
	width: 65px;
	border: none;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	text-align: center;
	background-color: white;
	box-shadow: 0px 6px 0px white, 2px 2px 4px black, -2px -2px 4px black;
	-webkit-box-shadow: 0px 6px 0px white, 2px 2px 4px black, -2px -2px 4px black;
	-moz-box-shadow: 0px 6px 0px white, -2px -2px 4px black, -2px 2px 4px black;
	cursor: pointer;
}

#zoom_main_image_area
{
	position: relative;
	top: 40px;
	left: 10px;
	overflow: hidden;
	border: 2px solid #888888;
	cursor: pointer;
}

#zoom_main_image
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

#zoom 
{
	position: absolute;
	cursor: pointer;
	display: none;
	height: 200px;
	width: 200px;
	z-index: 20000;
}

#zoom_options
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 20001;
	width: 122px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #888888;
	border-top: none;
	border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	text-align: center;
	background-color: white;
	box-shadow: 2px 2px 4px black;
	-webkit-box-shadow: 2px 2px 4px black;
	-moz-box-shadow: 2px 2px 4px black;
}

#zoom_options a
{
	display: block;
	float: left;
	padding: 5px;
	text-decoration: none;
	color: black;
	outline: none;
}

#zoom_options a:hover
{
	color: white;
	background-color: #444444;
}

#zoom_thumbnail_options
{
	position: absolute;
	top: 40px;
	right: 10px;
	width: 220px;
	height: 486px; /* 486px */
	border: 2px solid #888888;
}

#zoom_thumbnail_options button
{
	width: 108px;
}

#zoom_thumbnail_area
{
	position: relative;
	overflow: hidden;
}

#zoom_thumbnail_scroller
{
	position: relative;
	height: 426px; /* 462px */
}

#zoom_thumbnail_scroller img
{
	position: absolute;
	width: 104px;
	height: 78px;
	border: 1px solid #999999;
	cursor: pointer;
}

#zoom_thumbnail_scroller a.zoomThumbActive img
{
	box-shadow: 0px 1px 3px black;
	-webkit-box-shadow: 0px 1px 3px black;
	-moz-box-shadow: 0px 1px 3px black;
}

div#right_arrow,
div#left_arrow
{
	display: block;
	width: 48px;
	height: 487px;
	line-height: 486px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10000;
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	color: white;
	background-color: black;
	opacity: 0.5;
	cursor: pointer;
}

div#left_arrow
{
	left: 0px;
}
