/* *********************************************************************
Styelesheet pszgallery.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;

	top: 198px;
	_top: 198px; /* IE Only adjust top by -20px*/
	
	width: 100%;
	left: 0px; /* needed for IE */
	/*float: center;*/
	text-align: center;

	z-index: 1;
	cursor: url("graphics/magminus.cur"), auto;

	background: transparent;
}
	.pszgz img {
		border: 2px solid black;
	}
	
.pzzg_mag {
	cursor: url("graphics/magplus.cur"), auto;		
}

.pszg {
/*
	position: absolute;

	top: 148px;
	_top: 155px;  IE Only adjust top by -20px
	
	*/
	width: 250px;
	
	/*height:1px;*/
	float: right;
	
	/*left: 0px;*/ /* needed for IE */
	/*float: center;*/
	text-align: center;
	margin-left: 15px;
	margin-right: 0px;
	border-right: 0px none;

	padding: 0px;
	padding-top: 5px;
	
	cursor: url("graphics/magminus.cur"), auto;

	background: transparent;
}
.pzzg_title {
	background-color: white;
	text-align: center;
}
	.pzzg_title p {
		font-size: smaller;
		display: inline;
		color: #999999;
	}
	
.pzzg_thumbs {
	/*background-color: #FFCC00;*/
	padding:0px;
	border:0px;
	margin:0px;
	/*width:254px;*/
	width:250px;
	float: center;
}	
.pzzg_thumbs-l {
	border:0;
	padding-left:0px; 
	padding-top:5px;
	padding-right:3px;
	width:57px;
	height:57px;
	cursor: url("graphics/magplus.cur"), auto;
}	
.pzzg_thumbs-c {
	border:0;
	padding-left:0px; 
	padding-top:5px;
	padding-right:3px;
	width:57px;
	height:57px;
	cursor: url("graphics/magplus.cur"), auto;
}
.pzzg_thumbs-r {
	border:0;
	padding-left:0px; 
	padding-top:5px;
	padding-right:0px;
	width:57px;
	height:57px;
	cursor: url("graphics/magplus.cur"), auto;
}

