#product_body
{
	/*background: url(../images/page_bg.jpg) repeat;*/
	padding: 0px 0;
	margin: 0;
	width: 100%;
}

#product_module
{
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 10px 35px 10px;
}

#product_thumbnails
{
	display: inline-block;
	vertical-align: top;
	
	position: relative;
	top: -18px;
	width: 100px;
	height: 668px;
	padding-top: 18px;
	padding-left: 20px;
	background-color: white;
	z-index: 2005;
}

#product_panel_1
{
	position: relative;
	display: inline-block;
	min-height: 150px;
	margin-right: auto;
	margin-left: auto;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#product_panel_2
{
	position: relative;
	display: inline-block;
	width: 570px;
	vertical-align: top;
	z-index:1002;
	background-color: white;
	top: -18px;
	padding-top: 18px;
}

#product_image
{
	position: relative;
	z-index: 1000;
	width: 600px;
	height: 600px;
	border: 1px solid #fff;
	overflow-x: hidden;
}

#product_title
{
	color: black;
	font-size: 32px;
		
}

#product_info
{
	padding: 20px 0px 70px 95px;
	width: 380px;
}

#product_text
{
	text-align:left;
}

#product_text h4
{
	margin-top:10px;
	
}

#product_text table 
{
	font-size: 12px;
	text-shadow: none;
	width: 572px;
	text-align: center;
	border: 3px groove;
}	

#product_text table th 
{
	background: black;
	color: white;
	text-align: center;
	padding: 6px;
}

#producttext table td 
{
	background: #CCC;
	color: black;
	padding: 5px;
}

#magnifyLens
{
	display: none;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 200px;
	height: 120px;
	background-repeat: no-repeat no-repeat;
	border: 4px groove;
	overflow: hidden;
	background-color: white;
	z-index:1000;
}

#lensInternal
{
	position: absolute;	
	width: 600px;
	height: 600px;
	zoom: 2.5;
	overflow: hidden;
}

#selectedImage
{
	height:100%;
}

#magnifyImage
{
	height: 100%;
}