#gallery
{
	position: relative;
	color: black;
	margin: 0px auto;
	padding: 0px 10px;
       font-size: 14pt;
	/*background-color: #ffffff;*/
	background-color: #eeeeee;
	/*width: 600px;*/
	
	/*height: 600px;*/
	z-index: 1;
	border: 1px solid #d2d2c6;
}
div#fullImage
{
	position: relative;
	color: black;
	margin: 0px auto 0px auto;
	font-size: 14pt;
	background-color: #ffffff;
	width: 500px;
	/*height: 400px;*/
	min-height: 375px;
	z-index: 2;
	padding: 5px;
	border: 1px solid #d2d2c6;
	text-align: center;
}
#elementsOfGallery
{
	position: relative;
	color: black;
	margin:20px auto 0px auto;
	left: 0px;
	font-size: 14pt;
	/*background-color: #ffffff;*/
	z-index: 2;
	height: 160px;
	width: auto;
	/*cursor: pointer;
	cursor: hand;*/
}

#loaderBlock {
	background-color: #ABAB9E;
	width:220px;
	padding: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -110px;
	color: #4F5241;
}
#loaderBar {
	background-color: #ABAB9E;
	height:20px;
	width:220px;
	overflow: hidden;
	/*color: #4F5241;*/
	color: #ABAB9E;
}
#loaderBarImage {
}

#loaderText {
	width:220px;
	height: 20px;
	text-align: center;
}

.gallery
{
	position: absolute;
}

.closedHand {
	cursor: url(../images/closedhand.cur), move !important;
}

.openHand {
	cursor: url(../images/openhand.cur),  default !important;
}
