	/* -------------------------------------------------------------------- */	
	/* iZoom (v. rc-1 - 2008-5-21 ) */
	/* -------------------------------------------------------------------- */	
	/* Main Styles */		
	.zoom_header {
		background: url('../images/izoom/zoom_header.gif') top left no-repeat;
		margin: 15px 0px 15px 0px;					
		width: 139px;
		height: 16px;	
		text-indent: -9999px;
		text-align: center;
		color:#D6D6D6;
	}	
	#iZoom {
		background: url('../images/izoom/indicator-large2.gif') center center no-repeat;
		display: block;
		width:350px;	
		height:334px;
		margin-bottom: 5px;	
	}
	#iZoom img {
		border: 0px;
		visibility:hidden;
	}	
	/* Tint Styles */
	#tint {
		background: #ffffff;
		position:absolute;			
		top:0px;	
		left:0px;		
		width:350px;	
		height:334px;
	}					
	/* Drag Styles */
	#dragBox {
		position:absolute;
		visibility:hidden;	
		top:0px;
		left:0px;		
		width:165px;	
		height:116px;
		cursor:pointer;
		overflow:hidden;
		z-index:10;
	}
	#dragImg {
		top:0px;
		left:0px;
		position:absolute;
	}
	#dragLayer {
		position:absolute;	
		top:0px;
		left:0px;	
		width:350px;	
		height:334px;
		overflow:hidden;
		z-index:80;
	}
	/* Zoom Styles */
	#zoomLayer {
		position:absolute;
		visibility:hidden;	
		top:0px;	
		left:0px;
		width:453px;	
		height:324px;
		*width:467px;	
		*height:267px;		
		overflow:hidden;
		z-index:-10;
		border: 7px solid #000000;	
		margin-left:10px;			
	}
	#zoomImg {
		position:absolute;	
		top:0px;		
		left:0px;
	}
	/* Thumbnail styles */
	.thumb {
		border: 1px solid #b7b7b7;
		padding: 2px;
		margin: 0px 3px 3px 0px;
		display: inline-block;
	}
	.thumb:hover { border: 1px solid #000000; display: inline-block; }	
	.thumb img { border: 0px; }		

