﻿#tbody
{
	width: 330px;
}
#mainbody
{
	border: 1px solid #CCCCCC;
	padding: 1px;
	width: 320px;
}
#mainphoto
{
	display: block;
	cursor: pointer;
}
#goleft
{
	margin: 4px 5px 0px 3px;
	float: left;
	clear: left;
}
#goright
{
	margin: 4px 3px 0px 5px;
	float: right;
	clear: right;
}
#photos
{
	line-height: 49px;
	margin: 4px 0px;
	width: 290px;
	height: 49px;
	overflow: hidden;
}
#showArea {
	width: 290px;
	line-height: 49px;
	height: 49px;
}

#showArea IMG
{
	margin: 2px;
	display: block;
	float: left;
	cursor: pointer;
	padding: 1px;
	border: 1px solid #CCCCCC;
}
/**/
.jqzoom{
	position:relative;
	padding:0px;
	cursor:pointer;
}

div.zoomdiv {
z-index                 : 100;
position                : absolute;
top:0px;
left:0px;
width                   : 200px;
height                  : 200px;
background: #ffffff;
border:1px solid #CCCCCC;
display:none;
text-align: center;
overflow: hidden;
}

div.jqZoomPup {
z-index                 : 10;
visibility              : hidden;
position                : absolute;
top:0px;
left:0px;
width                   : 50px;
height                  : 50px;
border: 1px solid #aaa;
background: #ffffff url(../images/zoom.gif) 50% top  no-repeat;
opacity: 0.5;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
filter: alpha(Opacity=50);
}
