@charset "UTF-8";

.galleryThumb {
	float:left;
	margin-right:6px; margin-bottom:6px;
	width:88px; height:55px;
	border:solid 2px #757575;
	cursor:pointer;
}

#galleryImageView {
	width:100%;	height:100%;
	position:absolute;
	display:none;
}

#galleryImageBackground { position:absolute; }
#galleryImageLoader { position:absolute; }
#galleryImageContainer { position:absolute; }

#galleryPreviousButton {
	cursor:pointer;
	position:absolute;
	width:48px; height:48px;
	background:url(../images/gallery/previous.png) 0px 0px; 
}
#galleryPreviousButton:hover, #galleryPreviousButton:active, #galleryPreviousButton:focus  { background-position:0px -50px; }

#galleryNextButton {
	cursor:pointer;
	position:absolute;
	width:48px; height:48px;
	background:url(../images/gallery/next.png) 0px 0px; 
}
#galleryNextButton:hover, #galleryNextButton:active, #galleryNextButton:focus  { background-position:0px -50px; }

#galleryCloseButton {
	cursor:pointer;
	position:absolute;
	width:48px; height:48px;
	background:url(../images/gallery/close.png) 0px 0px; 
}
#galleryCloseButton:hover, #galleryCloseButton:active, #galleryCloseButton:focus  { background-position:0px -50px; }
