/* imagogallery css*/
 @CHARSET "ISO-8859-1";

/*body {
	background-color: #242424;
	color: #000000;
	margin: 0px;
}*/

.imago_thumbImg {
	border: 2px solid #5f8a5c;
	
}

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

img.imago_loading {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.imago_error {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	color: #FFFFFF;
}

div.imago_thumbMenu {
	/*width: 330px;*/
	height: auto;
	position: relative;
	left: auto;
	right: auto;
	/*
	top: 50%;
	margin-top:-150px;
	*/
	
}
 
table.imago_currentThumbTable {
	margin-left: 11%;
	margin-right: 11%;
	/*width: 200px;*/
}

div.imago_currentImage {
	/*padding-bottom: 0px;*/
	height: 253px;        
	text-align: center;
}

div.imago_cititle {
	text-align: center;
	font-weight: bold;
	color: #5F8A5C;
}

 div.imago_galleryTitle {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #5F8A5C;
}
 
div.imago_frame {
	position: relative;
	/*top: 0px;
	left: 400;
	margin: 0px;*/
}

div.imago_currentImage {
	border: 5px solid #5F8A5C;
	margin-left: 25px;
	margin-top: 25px;
	margin-right: 25px;	
}
.imagogallery {
	position: relative;
	top: 0px;
	left: auto;
	right: auto;
	width: 100%;
	height: 100%;
}

.imago_shoppinginfo {
	font-size: 8pt;
}

div.imago_loading {
	position: relative;
	top: 20px;
	left: 20px;
	width: 100%;
	height: 100%;
	/*background-color: #000000;*/
	color: #FFFFFF;
	display: none;
}
a.imago_navNext, a.imago_navPrev
{
	position: absolute;
	height: 100%;
	width: 10%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
a.imago_navPrev {
	left: 0;
	top: 0;
	background: url(./img/prev.gif) no-repeat top left;
	border-bottom: none;
}

a.imago_navNext {
	right: 0;
	top: 0;
	background: url(./img/next.gif) no-repeat top right;
	border-bottom: none;
}
