body {
	font:normal 12px/normal  Helvetica, Arial,  sans-serif;
	/* font: font-weight font-size/line-height font-family */	
	color:#000;
	background:#000; 
}
body,html    { height: 100%; }
*            { margin:0; padding:0; }
img          { border:0; }
.clearBoth   { clear:both; font-size:0; line-height:0; height:0; }
.left-image  { margin:5px 15px 10px 0; float:left; }
.right-image { margin:5px 0 10px 15px; float:right; }

/* collection styles */

.collectionGalleryContainer {
}
.collectionGalleryContainer .galleryCollection {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    clear: both;
	position:absolute;
	/*bottom:0;*/
	top:10px;
	left:10px;
	width:28%;
} 
.collectionGalleryContainer .galleryCollection li{ 
	float:left;
	margin:0 1px 1px 0;
}
.collectionGalleryContainer .galleryCollection li img {
    cursor: pointer;
    top: auto;
    left: auto;
    display: block;
    width: auto;
    height: auto
}

.collectionGalleryContainer #main_image {	
	margin:10px auto 0 auto;
	left:30%;
	position:absolute;
}
.collectionGalleryContainer #main_image img{
	display:block;
}
.logoColNameContainer {
	width:250px;
	margin:0;
	text-align:left;
	position:absolute;
	right:5px;
	top:200px;
}
.logoColNameContainer .bestLogo {
	background:url('/images/logosmall.gif') no-repeat;
	width:242px;
	height:65px;
	float:left;
}
.logoColNameContainer .collectionName {
	font-size:57px;
	color:#fff;
	font-weight:bold;
	margin:0;
}
#backtoOverview {
	position:absolute;
	right:10px;
	top:10px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}
#backtoOverview:hover {
	text-decoration:underline;
}

#loader{
    position: absolute;
    width: 200px;
    margin-left: -100px;
    left: 50%;
    top: 30%;
    padding: 20px;
    text-align: center;
    background-color:#000;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);    
    color: #fff;
    font-size:18px;
    z-index: 99;
}