/* imagogallery css*/
 @CHARSET "ISO-8859-1";

body {
	background-color: #000000;
	color: #000000;
	margin: 0px;
}

.imago_thumbImg {
	border: 2px solid #000000;
	
}

.imago_selectedThumb {
	border: 2px solid #FFFFFF;
}

img.imago_loading {
	position: absolute;
	top: 10px;
	left: 15px;
	display: none;
}

.imago_error {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	color: #FFFFFF;
}

div.imago_thumbMenu {
	width: 330px;
	height: 600px;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top:-200px;
	
}
 
table.imago_currentThumbTable {
	margin-left: 11%;
	margin-right: 11%;
	width: 200px;
}

div.imago_currentImage {
	padding-bottom: 0px;
}

div.imago_cititle {
	text-align: center;
	font-weight: bold;
	font-family: verdana;
	color: #FFFFFF;
}

 div.imago_galleryTitle {
	text-align: center;
	font-size: larger;
	font-weight: bold;
	font-family: verdana;
	color: #A99C57;
}
 
div.imago_cart {
	text-align: none;
	color: #000000;
	margin-right:20px;
}

div.imago_frame {
	position: absolute;
	top: 0px;
	left: 330px;
	margin: 5px;
}

div.imago_currentImage {
	border: 10px solid #000000;
	margin-left: 20px;
	margin-top: 5px;
	margin-right: 20px;		
}
.imagogallery {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.imago_shoppinginfo {
	font-size: 8pt;
}

div.imago_loading {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	color: #000000;
}
a.imago_navNext, a.imago_navPrev
{
	position: absolute;
	top: 35px;
	left: 280px;
	height: 100%;
	width: 10%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
a.imago_navPrev {
	left: 0;
	top: -25;
	background: url('img/prev.gif') no-repeat top left;
}

a.imago_navNext {
	right: 0;
	top: -25;
	background: url('img/next.gif') no-repeat top right;
}
.imago_downloadLink {
  float: right;
  background-color: #000000;
}