


.PZoom a { position:absolute; cursor:default; }
.PZoom.Link a { cursor:pointer; }

.PZtopLeft .PZoom a:hover,
    .PZtopCenter .PZoom a:hover,
    .PZtopRight .PZoom a:hover,
    .PZmidLeft .PZoom a:hover,
    .PZmidRight .PZoom a:hover,
    .PZbotLeft .PZoom a:hover,
    .PZbotCenter .PZoom a:hover,
    .PZbotRight .PZoom a:hover,
.PZleft .PZoom a:hover,.PZcntr .PZoom a:hover,
    .PZright .PZoom a:hover,
    .PZleft .PZoom.Link a:hover,
    .PZright .PZoom.Link a:hover {
    border:0; background:none; 
    text-decoration:none; }

.PZtopRight .PZoom,.PZmidRight .PZoom,
    .PZbotRight .PZoom,
.PZright .PZoom { float:right; 
    margin:5px 0px 5px 10px; 
    position:relative; left:16px; top:-3px; }

.PZtopLeft .PZoom,.PZtopCenter .PZoom,
    .PZmidLeft .PZoom,.PZbotLeft .PZoom,
    .PZbotCenter .PZoom,
.PZleft .PZoom,.PZcntr .PZoom { float:left; 
    margin:0; position:relative; }



.t100 img { width:85px;}
.PZoom img 
{ 
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;	
}

.PZoom.noBrdr img { border:none; }


/*.w350 a:hover,.w350 a:hover img { width:350px; }*/
.w400 a:hover,.w400 a:hover img { width:160px; }
.PZoom a:hover img { margin-bottom:-3px; }
.PZoom .PZcap { display:none; }

.PZoom a:hover .PZcap { 	
     display:block;  background:#369;
     border:1px solid #346699;
     text-align:justify;   
     color:white; margin-right:-2px;
     font:1.0em/1.2em verdana,sans-serif;}

.PZoom a:hover .PZpad { display:block;
     padding:3px 5px 5px 5px; }

.PZoom.noCap a:hover .PZcap { display:none; }










