/* imagogallery css*/
 @CHARSET "ISO-8859-1";

body {
	background-color: #242424;
	color: #000000;
	margin: 0px;
}

.imago_thumbImg {
	border: 5px solid #000000;
	
}

.imago_selectedThumb {
	border: 5px solid #FFFFFF;
}

img.imago_loading {
	position: absolute;
	top: 40px;
	left: 40px;
	display: none;
}

.imago_error {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	color: #FFFFFF;
}

div.imago_thumbMenu {
	width: 330px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 30px;
	margin-top:-150px;
	
}
 
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;
	color: #FFFFFF;
}

 div.imago_galleryTitle {
	text-align: center;
	font-size: larger;
	font-weight: bold;
	font-family: monospace;
	color: #FFFFFF;
}
 
div.imago_cart {
	text-align: right;
	color: #FFFFFF;
	margin-right:20px;
}

div.imago_frame {
	position: absolute;
	top: 0px;
	left: 330px;
	margin: 40px;
}

div.imago_currentImage {
	border: 20px solid #000000;
	margin-left: 20px;
	margin-top: 20px;
	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: 20px;
	left: 20px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	color: #FFFFFF;
}
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;
}

a.imago_navNext {
	right: 0;
	top: 0;
	background: url('img/next.gif') no-repeat top right;
}
.imago_downloadLink {
  float: right;
  background-color: #000000;
}
.imago_downloadLink a {
  color: #FFFFFF;
  font-size: xx-small;
}
