/* CSS for imagezoom */
div#wnf	{ 
	position:relative; 
	width:270px; height:370px; 
	left: 15px;
	overflow:hidden;	
	}
div#wng	{ 
	position:relative; 
	width:270px; height:180px; 
	left: 15px;
	overflow:hidden;	
	}
.imagezoom {
	cursor: url(../js/graphics/zoomin.cur), pointer;
    outline: none;
}
.imagezoom-active-anchor img {
	visibility: hidden;
}
.imagezoom-wrapper {
	background: white;
}
.imagezoom-image {
    border: 1px solid white;
}
.imagezoom-image-blur {
}
.imagezoom-caption {
    display: none;
    border: 1px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 11px;
	font-weight:bold;
	color: #004b8d;
    padding: 5px 0 0px 0;
    background-color: white;
	text-align: center;
  	min-height:50px;
  	height:auto !important;
  	height:50px;
}
.imagezoom-loading {
    display: block;
	color: black;
	font-size: 10px;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(../js/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

.imagezoom-move {
    cursor: move;
}
a.imagezoom-full-expand {
	background: url(../js/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.imagezoom-display-block {
    display: block;
}
.imagezoom-display-none {
    display: none;
}

/* These are not imagezoom core CSS rules, but define the styles of the caption. */
.control {
	float: right;
    display: block;
    position: relative;
	padding: 1px 0px 1px 0;
	font-size: 11px;
    font-weight: bold;
	text-decoration: none;
}
.control:hover {
}
.control, .control * {
	color: #666;
}


a.closelink:link {color:#ffffff; text-decoration: none; background-color:#DD3333; border:none;}
a.closelink:active {color:#ffffff; text-decoration: none; background-color:#DD3333; border:none;}
a.closelink:visited {color:#ffffff; text-decoration: none; background-color:#DD3333; border:none;}
a.closelink:hover {color:#ffffff; text-decoration: none; background-color:#c72c2c; border:none;}


a.nextprev:link {color:#DD3333; text-decoration: none;}
a.nextprev:active {color:#DD3333; text-decoration: none;}
a.nextprev:visited {color:#DD3333; text-decoration: none;}
a.nextprev:hover {color:#c72c2c; text-decoration: none;}

