div#imageGallery_image_container {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#000000;
	border:solid 5px #FFFFFF;
	z-index:2003;
}

div#imageGallery_btClose {
	display:block;
	position:absolute;
	top:-32px;
	right:-32px;
	width:20px;
	height:20px;
	font-weight:bold;
	border:solid 1px #999999;
	background-color:#FFFFFF;
	color:#000000;
	text-align:center;
	cursor:pointer;
	font-size:10px;
}

div#imageGallery_btNext {
	display:block;
	position:absolute;
	bottom:1px;
	right:1px;
	width:20px;
	height:20px;
	font-weight:bold;
	background-color:#FFFFFF;
	color:#000000;
	text-align:center;
	cursor:pointer;
	font-size:10px;
	z-index:10;
}

div#imageGallery_btPrev {
	display:block;
	position:absolute;
	bottom:1px;
	left:1px;
	width:20px;
	height:20px;
	font-weight:bold;
	background-color:#FFFFFF;
	color:#000000;
	text-align:center;
	cursor:pointer;
	font-size:10px;
	z-index:10;
}

img#imageGallery_image {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:5;
}

div#imageGallery_preloader {
	position:absolute;
	width:31px;
	height:31px;
	background-image:url(imageGallery_preloader.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	z-index:1;
}

div.imageGallery_thumbContainer {
	background-image:url(preloader_imageGallery.gif);
	background-position:center;
	background-repeat:no-repeat;
}

img.imageGallery_thumb {
	display:block;
	cursor:pointer;
}

div.imageGallery_editImageText {
	background-color:#666666;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:normal;
	z-index:5;
	cursor:pointer;
	padding:5px;
	border:solid 1px #FFFFFF;
	margin-bottom:5px;
}

div.imageGallery_editImageText:hover {
	background-color:#999999;
}

a.imageGallery_StepButton, a.imageGallery_activeStepButton {
	padding:2px;
	margin-right:3px;
	background:#FFFFFF;
	width:20px;
	height:17px;
	color:#999;
}

a.imageGallery_activeStepButton {
	font-weight:bold;
	color:#000000;
}
