/* imagogallery css*/

*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #000;
	color: #000;
	margin: 0px;
	font-size: 1em;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.imago_thumbImg {
	border: 1px solid #333;
}

.imago_selectedThumb {
	border: 1px solid #FFFFFF;
}

#imagoError {
	position: absolute;
	top: 50px;
	left: 50px;
	display: none;
	color: #FFFFFF;
}

#imagoThumbMenu {
	position: relative;
	left: 50px;
	top: 100px;
	width: 260px;
	height: 580px;
}
 
#imagoCurrentThumbTable
{
	border-collapse: separate;
	border-spacing: 4px;
	margin: 10px 0 0 -5px;
	padding: 0;
	outline: 5px;
}

#imagoCurrentImageTitle
{
	text-align: right;
	color: #FFF;
	z-index: 11;
	font-size: 80%;
	margin: 5px 0 0 0;
	padding-bottom: 5px;
	padding-right: 5px;
}

#imagoGalleryTitle {
	margin-top: -110px;
	height: 90px;
	width: 270px;
	background-image: url('img/tit.gif');
	background-repeat: no-repeat;
	background-position: 0 50px;
}

.imagogallery{
    position: relative;
	top: 0px;
	left: 0px;

}



#imagoFrame {
	position: relative;
	margin-top: -377px;
	margin-left: 370px;
	width: 653px;
	background-color: #000;
	border: 1px solid #111;
	text-align: center;
}

#imagoCurrentImageDiv {
	position: relative;
	top: 0px;
	width: 653px;
	text-align: center;
}

#imagoCurrentImg {

	text-align: center;
}


#imagoLoadingDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:10;
	//width: 100%;
	width: 653px;
	height: 100%;
	text-align: center;
	background: url('img/loading.gif') no-repeat center center;
	background-color: transparent;
}


#imagoCurrentImageLoadingDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index:10;
	width: 653px;
	height: 100%;
	text-align: center;
	background: url('img/loading.gif') no-repeat center center;
	background-color: transparent;
}






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: 0;
	bottom: 0px;
	background: url('img/prevImg.png') no-repeat top left;
}

a.imago_navNext {
	right: 0;
	bottom: 0px;
	background: url('img/nextImg.png') no-repeat top right;
}

a.imago_navNextImage:hover {
	background: url('img/nextImg.png') no-repeat center center;
}

a.imago_navNextImage {
	right: 20px;
	top: 0px;
}

a.imago_navPreviousImage {
	left: 20px;
	top: 0px;
}
a.imago_navPreviousImage:hover {
	background: url('img/prevImg.png') no-repeat center center;
}