/*.jqzoom{
	position:relative;
	cursor:pointer;
	float:left;
	padding:0px;

    border:1px solid #ccc;
    width:408px;
    height:366px;
}
.jqzoom img{
    max-width:408px; 
    max-height:366px;
    vertical-align:middle;
}*/

.jqzoom{
	float:left;
	position:relative;
	padding:0px;
	/*cursor:pointer;*/}
.jqzoom img{
	float:left; width:405px; height:366px;
}

.zoomdiv{
	z-index:100;
	position:absolute;
	top:1px;
	left:0px;
	width:200px;
	height:200px;
	background:#ffffff;
	border:1px solid #47391D;
	display:none;
	text-align:center;
	overflow: hidden;}
.bigimg{
	width:650px;
	height:587px;
}
.jqZoomPup{
	z-index:10;
	visibility:hidden;
	position:absolute;
	top:0px;left:0px;
	width:50px;height:50px;
	border:1px solid #aaa;
	background:#c4c4c4 50% top no-repeat;
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	filter:alpha(Opacity=50);
	cursor:crosshair;
}
#mycarousel{ padding-left:5px;}
#mycarousel li img{ width:44px !important; height:40px;}