/* *********************************************************************
Styelesheet pszgallery-small.css for Professional Solutions Zoom Gallery

requires:
	graphics/magminus.cur
	graphics/magplus.cur
	
used by:	'pszgallery.js'
	<link rel="stylesheet" type="text/css" href="pszgallery.css">	
********************************************************************* */	

#pszgz {
	position: absolute;
	float:left;
	
	width: 100%;
	left: 0px; /* needed for IE */
	text-align: center;
	height:0px;
	padding: 0px;
	margin:0px;
	
	z-index: 3;

	/*background: #F0E68C;*/
}
	#pszgz img {
		/*_margin-top:20px;*/

		margin-top:20px;
		_top: 20px; /* IE Only adjust top by -20px*/
		
		/*border: 3px solid white;*/ /*#FBDBC8;*/
		
		cursor: url("graphics/magminus.cur"), auto;

		/* experimental grey page .. not working */
		/*background: url(pszg/back90.png) repeat; 
		behavior: url(iepngfix.htc);*/
	}
	
	.pszgz-work {
		display: none;
	}

.pzzg_title {
	/*background-color: white;*/
	color: White;
	text-align: center;
	font-size: medium;
}
	.pzzg_title p {
		font-size: smaller;
		display: inline;
		color: #AFEEEE;
	}

#pzzg {
	display: block;
	width:240px;
	height:180px;	
}
	
.pzzg_mag, .pzzg_nomag, .pzzg_randImage {
	/*border: 3px solid #006794;*/
	/*border: 3px solid white;*/

}
.pzzg_mag {
	cursor: url("graphics/magplus.cur"), auto;	
}
	
.pzzg_thumbs {
	/*background-color: #FFCC00;*/
	padding:0px;
	padding-left:4px; 
	border:0px;
	margin:0px;
	/*width:254px;*/
	width:100%;
	float: center;
}	
.pzzg_thumbs-l {
	border:0;
	padding-left:0px; 
	padding-top:5px;
	padding-right:2px;
	width:58px;
	height:43px;
	cursor: url("graphics/magplus.cur"), auto;
}	
.pzzg_thumbs-c {
	border:0;
	padding-left:0px; 
	padding-top:5px;
	padding-right:2px;
	width:58px;
	height:43px;
	cursor: url("graphics/magplus.cur"), auto;
}
.pzzg_thumbs-r {
	border:0;
	padding-left:0px; 
	padding-top:5px;
	padding-right:0px;
	width:58px;
	height:43px;
	cursor: url("graphics/magplus.cur"), auto;
}

/* ---------------------------------------------------- */
	#preview {
		MARGIN: 0px; 
		margin-left:2px;
		margin-right:2px;
		float:left; 
		width:58px;
		height:43px;
	}
	#preview IMG {
		POSITION: absolute; 
		border:0px;
	}
	