/* imagogallery css*/

.overlay2 {width:100% !important; height:100%; position:absolute; top:0; left:0; background-color:#000000; opacity:0.8; filter:alpha(opacity=80); z-index: 1001; display:none; }


.imago_thumbImg {
	border: 3px solid #000000;
	cursor:pointer;
	/*
	_width: 64px !important;
	_height:56px !important;	
	*/
	*/
}

.imago_selectedThumb {
	border: 3px solid #FFFFFF;
	/*
	_width: 64px !important;
	_height:56px !important;
*/
	}

#imagoError {
	position: absolute;
	top: 50px;
	left: 50px;
	display: none;
	color: #FFFFFF;
}

#imagoThumbMenu {
	background: #000000;
	position: relative;
	left: 10px;
	/*top: 640px;
	_top: 645px;*/
	width: 753px;
	height: 110px;
	overflow:hidden;
}
 
#imagoCurrentThumbTable {
	border-collapse: separate;
	border-spacing: 0px;
	margin: 5px;
	padding: 5px;	
	outline: 5px;
	margin-left:12px;	
	_margin-left:14px;
	
	
}

#imagoCurrentImageTitle {
	text-align: left;
	font: bold 12px arial;
	color: #cccccc;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left:20px;
	_margin-left:10px;
	z-index:11;
	padding-top:20px;
	float:left;
	width:600px;
}

#imagoCurrentImageClose {
	float:right;
	background: url(img/close.gif) no-repeat;
	width:78px;
	height:24px;
	margin-right:22px;
	_margin-right:11px;
	margin-top:11px;
	cursor:pointer;
}

#imagoGalleryTitle {
	display:none;
	text-align: center;
	font-size: larger;
	font-weight: bold;
	font-family: monospace;
	color: #FFFFFF;
}

#imagoFrame {
	position: relative;
	/* margin-top: -90px; */
	margin-left: 10px;
}

#imagoCurrentImageDiv {
	position: relative;
	top: 0px;
	width:753px !important;
	/* height:648px; */
	background:#000000;
	overflow:hidden;
	text-align: center;
	}

#imagoCurrentImg {	
	margin-left:0px;
}
.imagogallery{
    position: absolute;
	top: 20px;
	left: 22%;
	z-index: 1002;
}

#imagoLoadingDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:10;
	width: 100%;
	height: 100%;
}

#imagoLoadingDiv, #imagoCurrentImageLoadingDiv {
	/*background: url('img/loading.gif') no-repeat center center;*/
	background-color: #000;
	width:735px !important;
	/* height: 650px !important; */
}
#imagoCurrentImageLoadingDiv {
	position: absolute;
	display: none;
	z-index:10;
}
a.imago_navNextImage, a.imago_navPreviousImage
{
	position: absolute;
	height: 100%;
	width: 10%;
	cursor: pointer;
	z-index:10;
	background: url('img/empty.gif') no-repeat center center;
}

a.imago_navNext, a.imago_navPrev
{
	position: absolute;
	height: 31px;
	width: 31px;
	cursor: pointer;
	z-index:10;
	background: url('img/empty.gif') no-repeat center center;
}

a.imago_navPreviousImage:focus, a.imago_navNextImage:focus {
  outline-style: none;
}

a.imago_navPrev {
	left: 0px;
	top: 11px;
	bottom: 0px;
	background: url('img/prevImg.png') no-repeat -25px;
	height:64px;
	width:43px;
	
}

a.imago_navNext {
	right: 0px;	
	bottom: 0px;
	background: url('img/nextImg.png') no-repeat 23px;
	height:64px;
	width:43px;	
	top:11px;
}

a.imago_navNextImage{
	background: url('img/nextImg.png') no-repeat 30px 50px;
	_background: url('img/nextImg.png') no-repeat 32px 50px;
}

a.imago_navNextImage {
	right: 19px;
	top: 35px;
}

a.imago_navPreviousImage {
	left: 20px;
	top: 0px;
}
a.imago_navPreviousImage{
	background: url('img/prevImg.png') no-repeat 0px 80px;
}