/* imagogallery css*/
 @CHARSET "ISO-8859-1";

body {
	background-color: #000000;
	color: #000000;
}

.imago_thumbImg {
	border: 2px solid #000000;
}

.imago_selectedThumb {
	border: 2px 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: 227px;
	height: 363px;
	position: absolute;
	top: -120px;
	left: -6px;
}
 
table.imago_currentThumbTable {
	width: 219px;
}

div.imago_currentImage {
	padding-bottom: 0px;
}

div.imago_cititle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align:left;
}

 div.imago_galleryTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
 
div.imago_cart {
	text-align: right;
	color: #FFFFFF;
	margin-right:20px;
}

div.imago_frame {
	position: absolute;
	top: -100px;
	left: 240px;
}

div.imago_currentImage {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;		
}
.imagogallery {
	position: relative;
	top: 100px;
	left: 0px;
	width: 694px;
	height: 100%;
}

.imago_shoppinginfo {
	font-size: 8pt;
}

div.imago_loading {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 219px;
	height: 100%;
	background-color: #000000;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
a.imago_navNext, a.imago_navPrev
{
	position: absolute;
	height: 17px;
	width: 17px;
	cursor: pointer;
	z-index:10;
	/*filter:alpha(opacity=20);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;*/
}
a.imago_navPrev {
	left: 6px;
	top: 382px;
	background: url('../images/pl_prev.jpg') no-repeat top left;
}

a.imago_navNext {
	right: 6px;
	top: 382px;
	background: url('../images/pl_next.jpg') no-repeat top right;
}
.imago_downloadLink {
  float: right;
  background-color: #000000;
}

