@charset "utf-8";
.galleryContainer {
	z-index:7;
	position:absolute;
	width:5px;
	height:5px;
	border:2px solid #666666;
	display:block;
	top:50%;
	left:50%;
	overflow:hidden;
	background-color:#ffffff;
}

.galleryContainerHidden {
	display:none;	
}

.galleryFader {
	position:absolute;
	z-index:5;
	background-color:#000;
	width:100%;
	height:100%;
	display:block;
	top:0;
	left:0;
}

.galleryFooter {
	position:absolute;
	left:-10000px;
	top:-10000px;
	text-align:center;
	height:20px;
	background-color:#cccccc;
	color:#333333;
	font-size:150%;
	z-index:6;
	width:100%;
}

.galleryFooter span {
	font-size:100%;
}

.galleryNav {
	position:absolute;
	margin-top:2px;
}
.galleryBody {
	overflow:hidden;	
}
.galleryContainer img {
	cursor:pointer;
	cursor:url('./images/zoomout.cur'), pointer;
	cursor:-moz-zoom-out;
	cursor:-webkit-zoom-out;
	position:absolute;
	left:0;
	top:0;
}

img.gallery {
	cursor:pointer;
	cursor:url('./images/zoomin.cur'), pointer;
	cursor:-moz-zoom-in;
	cursor:-webkit-zoom-in;
}
/** IE **/
* html .galleryContainer img {
	cursor:url('./images/zoomout.cur'), pointer;
}

* html img.gallery {
	cursor:url('./images/zoomin.cur'), pointer;	
}

*:first-child+html .galleryContainer img {
	cursor:url('./images/zoomout.cur'), pointer;
}

*:first-child+html img.gallery {
	cursor:url('./images/zoomin.cur'), pointer;	
}
/** END IE **/
.galleryTip {
	z-index:8;
	background-color:#cccccc;
	color:#333333;
	font-size:150%;
	padding:0.2em;
}
