/* imagogallery css*/
@font-face {
	font-family: 'MeloriacRegular';
	src: url('meloriac.eot');
	src: local('Meloriac Regular'), local('Meloriac-Regular'), url('meloriac.otf') format('opentype');
}



body {
	background-color: #b7ddf0;
	color: #812f7c;
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a{
	color: #fff;
	font-size:12px;
	text-decoration:none;
}
.imago_thumbImg {
	border: 2px solid #78c5ec;
	height:56px;
	width:80px;
	margin:3px;
}

.imago_selectedThumb {
	border: 5px solid #ffffff;
	margin:0;
}

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

#imagoThumbMenu {
	position: relative;
	left: 0px;
	top: 50px;
	width: 305px;
	height: 330px;/**/
}
 
#imagoCurrentThumbTable {
	border-collapse: separate;
	/*border-spacing: 5px;
	margin: 5px;*/
	padding: 5px 5px 5px 0;
	/*outline: 5px;*/
}

#imagoCurrentImageTitle {
	
	font-weight: bold;
	margin-top: 0px;
	z-index:11;
	font-size:12px;
	padding:5px 0 ;
	/*text-align: center;
	position:absolute;
	top:10px;
	left:460px;*/
}

#imagoGalleryTitle {
	text-align: center;
	font-size: larger;
	font-weight: bold;
	/*color: #FFFFFF;*/
}

#imagoFrame {
	position: relative;
	margin-top: -265px;
	margin-left: 300px;
}

#imagoCurrentImageDiv {
	position: relative;
	top: 0px;
}

#imagoCurrentImg {
	border: 10px solid #ffffff;
}
.imagogallery{
    position: relative;
	top: 0px;
	left: 0px;
	height:400px;

}
.album{
    position: relative;
	top: 65px;
	left: 20px;
	height:400px;

}

#imagoLoadingDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:10;
	width: 100%;
	height: 100%;
}

#imagoLoadingDiv, #imagoCurrentImageLoadingDiv {
	background: url('../images/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%;
	cursor: pointer;
	z-index:10;
	background: url('../images/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('../images/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('../images/prevImg.png') no-repeat top left;
}

a.imago_navNext {
	right: 20px;
	bottom: 0px;
	background: url('../images/nextImg.png') no-repeat top right;
}
a.imago_navBack {
	right: 30px;
	top: 550px;
	background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	height: 66px;
	width: 144px;
	cursor: pointer;
	z-index:10;
}

a.imago_navNextImage:hover {
	/*background: url('../images/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('../images/prevImg.png') no-repeat center center;*/
}

h1{padding:0;
	margin:0;
	font: normal 22px 'MeloriacRegular', sans-serif;
	}
	
	
.photogallery {
	background-image: url(../images/photo_gallery.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 272px;
	display: block;
}
.galleryAlbums {
	background-image: url(../images/galleryAlbums.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 300px;
	display: block;
}
h2{
	font-size: 12px;
	padding:5px 0;
	margin:0;
	font-weight: normal;
}
#container{
	margin:15px auto 0;
	width:700px;
	text-align: left;
}
.displayNone {
	display: none;
}
.albumImage {
	float: left;
	margin-right: 15px;
	margin-top: 10px;
	width:120px;
}
.album img{
	border:2px solid #FFFFFF;
	height:81px;
}
.albumRow {
	clear: both;
}

p{
	margin-top:5px;
	padding-top:0;
}
