.imagezoom , .imagezoomlarge
{
	cursor: default;
	list-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
}

.imagezoom a , .imagezoomlarge
{
	cursor: default;
}

.imagezoom a .zoom, .imagezoomlarge a .zoom
{
	display: none;
}

.imagezoom a:hover .zoom, .imagezoomlarge a:hover .zoom {
	display: block;
	position: absolute;
	top: -195px;
	left: -275px;
	z-index: 2;
}

#left-column .imagezoom a:hover .zoom, #left-column .imagezoomlarge a:hover .zoom {
 left:-25px; 
}

.imagezoom img , .imagezoomlarge img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
	vertical-align: top;
	width: 95px;
	height: 80px;
}

.imagezoom li , .imagezoomlarge li 
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	display: inline;
	float:left;
	position: relative;
	margin:0 0 2px;
    padding:3px;
}

ul.imagezoom, ol.imagezoom {
	border:0pt none;
	display:block;
	margin:0px 0pt 0px 0px;
	padding:0px;
} 

.imagezoomheading {
	float:left;
	font-weight: bold;
	font-size:12px;
	text-align:center;
	margin-left:3px;
	width:109px;
}


.imagezoom .zoom , .imagezoomlarge .zoom 
{
	border-color: #000;
	border-style:none;
	border:2px;
	border-style:inset;
	width: 401px;
	height: 311px;
}

.imagezoomlarge .zoom
{
	width: 480px;
	height: 321px;
}

.zoomcaption {
	display:none;		
}

ul.imagezoom a:hover span, ul.imagezoomlarge a:hover span {
	background:#336699 none repeat scroll 0% 0%;
	color:#FFFFFF;
	display:block;
	font-family:verdana,sans-serif;
	font-size:9pt;
	text-align:justify;
	text-decoration:none;
	line-height:130%;
	left:-275px;
	margin-top:-3px;
	margin-right: -200px;
	position:absolute;
	top:130px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 8px;
	width:386px;
	z-index:1;
}

#left-column ul.imagezoom a:hover span, #left-column ul.imagezoomlarge a:hover span {
  left:-25px; 
}
