/* imagogallery css*/
body {
	
	color: #000000;
	margin: 0px;
}

.imago_thumbImg {
	border: 2px solid #FFFFFF;
	margin-top:0px;
	float:left
}

.imago_selectedThumb {
	border: 2px solid #FF0099;
}

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

#imagoThumbMenu {
	position:absolute;
	left: 480px;
	top: -20px;
	width: 750px;
	height:auto;
	float:right
}
#imagoCurrentThumbTable {
	border-collapse: separate;
	border-spacing: 1px;
	margin: 2px;
	padding: 2px;
	outline: 2px;
}

#imagoCurrentImageTitle {  /* Caption */
	position:relative;
	text-align:left;
	font-weight: bold;
	color:#FF0099;
	margin-top: 30px;
	margin-left:50px;
	z-index:11;
	font-family:Verdana, Arial, Helvetica, sans-serif
}

#imagoGalleryTitle {
	text-align: left;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0099;
	font-size:15px;
	margin-left:0px;
	line-height:18px;
}
#imagoFrame {
	position: relative;
	margin-top: 50px;
}
#imagoCurrentImageDiv {
	position:relative;
	top: 20px;
	left:47px;
	width:380px;
	height:auto;
}

#imagoCurrentImg {
	/*border: 5px solid #FFF;*/
	width:380px;
	height:auto;
}
.imagogallery{
	position:relative;
	top: 0px;
	margin-left:-50px;
	z-index:1px
}
.imgbig {
	width:800px
}
.imgthumb {
	float:right
}


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

#imagoLoadingDiv, #imagoCurrentImageLoadingDiv {
	background: url('img/loading.gif') no-repeat center center;
	background-color: #000;
}
#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: 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;
}
.sep {
	color:#FFFFFF;
}
