/* imagogallery css*/
body {
	background-color: #FFF;
	color: #000;
	margin: 0px;
}

.imago_thumbImg {
	border: 1px solid #555;
	cursor:hand;
}

.imago_selectedThumb {
	border: 1px solid #BBB;
}

#imagoError {
	position: absolute;
	top: 50px;
	left: 50px;
	display: none;
	color: #000;
}

#imagoThumbMenu {
	position: relative;
	left: 0px;
	top: 0px;
	width: 180px;
	height: 480px;
}
 
#imagoCurrentThumbTable {
	border-collapse: separate;
	border-spacing: 5px;
	margin: 5px;
	padding: 0px;
	outline: 5px;
}

#imagoCurrentImageTitle {
	margin:14px 0px;
	font-weight:normal;
	text-align: center;
	font-size:11px;
	font-family: verdana, Arial;
	color: #777;
	z-index:11;
}

#imagoGalleryTitle {
	text-align: center;
	font-weight: bold;
	font-family: verdana, Arial;
	color: #000;
}

#imagoFrame {
	position: relative;
	margin-top: -442px;
	margin-left: 187px;
}
#imagoFrameBackground {
	position: relative;
	width:599px;
	height:455px;
	background-image:url(/portfolio/gallery/Limited/background/bkgrnd.gif);
	margin-top: -475px;
	margin-left: 175px;
}

#imagoCurrentImageDiv {
	position: relative;
	top: 0px;
}

#imagoCurrentImg {
	border: 0px solid #181818;
}
.imagogallery{
    position: relative;
	top: 0px;
	left: 0px;

}

#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: #FFF;
}
#imagoCurrentImageLoadingDiv {
	position: absolute;
	display: none;
	z-index:10;
}
a.imago_navNextImage, a.imago_navPreviousImage
{
	position: absolute;
	height: 100%;
	width: 10%;
	z-index:10;
	background: url('img/empty.gif') no-repeat center center;
}

a.imago_navNext, a.imago_navPrev
{
	position: absolute;
	height: 31px;
	width: 31px;
	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: 30px;
	bottom: 0px;
	background: url('img/prevImg.png') no-repeat top left;
}

a.imago_navNext {
	right: 30px;
	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;
}