/* beg UE Zoom - Pure-CSS */

a:link:hover {background:#ffffff;
     border:0px solid #0000FF;
	 text-decoration:none;   /* neccessary beacuse otherwise the link is underlined */
     padding: 1px 1px; }

a:visited:hover {background:#ffffff;
     border:0px solid #0000FF;
	 text-decoration:none;       /* neccessary beacuse otherwise the link is underlined */
     padding:1px 3px;}


.Zright  { float:right; margin:5px 0px 2px 10px; }
.Zleft   { float: left; margin:5px 10px 2px 0px; }
.Zcenter { float: center; margin:0px 0px 2px 0px; }

.Zoom img { border: 1px solid #369; }
.Zoom.t100 img { width:100px; }
.Zoom.t150 img { width:150px; }
.Zoom.t200 img { width:200px; }
.Zoom.t250 img { width:250px; }
.Zoom.t300 img { width:300px; }
.Zoom.t350 img { width:350px; }
.Zoom.t400 img { width:400px; }
.Zoom.t450 img { width:450px; }
.Zoom.t500 img { width:500px; }
.Zoom.t550 img { width:550px; }
.Zoom.t600 img { width:600px; }

.Zoom .caption { display:none; }

.Zoom a { padding:0px; }
.Zoom a:hover { padding:0px; } 
.Zoom a:visited { padding:0px; }

.w100 a:hover img,.w100 a:hover .caption {width:100px}
.w150 a:hover img,.w150 a:hover .caption {width:150px}
.w200 a:hover img,.w200 a:hover .caption {width:200px}
.w250 a:hover img,.w250 a:hover .caption {width:250px}
.w300 a:hover img,.w300 a:hover .caption {width:300px}
.w350 a:hover img,.w350 a:hover .caption {width:350px}
.w400 a:hover img,.w400 a:hover .caption {width:400px}
.w450 a:hover img,.w450 a:hover .caption {width:450px}
.w500 a:hover img,.w500 a:hover .caption {width:500px}
.w550 a:hover img,.w550 a:hover .caption {width:550px}
.w600 a:hover img,.w600 a:hover .caption {width:600px}
.w650 a:hover img,.w600 a:hover .caption {width:650px}
.w700 a:hover img,.w600 a:hover .caption {width:700px}
.w750 a:hover img,.w600 a:hover .caption {width:750px}
.w800 a:hover img,.w600 a:hover .caption {width:800px}
.w850 a:hover img,.w600 a:hover .caption {width:850px}
.w900 a:hover img,.w600 a:hover .caption {width:900px}
.Zoom a:hover img { margin-bottom:0px;}

.Zoom a:hover .caption {
display:block;
background:#eef;
border:0px solid #339;
font-family:verdana,sans-serif;
text-decoration:none;
text-align:justify;
font-size:10pt;
color:#339; }

.Zoom a:hover .inner {
display:block;
text-decoration:none;
padding:5px 8px; }

/* end */ 
