/* zipzackgallery css*/
@CHARSET "ISO-8859-1";
/*
body {
	background-color: #a1dc64;
	color: #000000;
	margin: 0px;
}
*/
.zzg_thumbImg {
	margin: 5px;
	border: 2px solid #242424;
}

.zzg_selectedThumb {
	border: 5px solid #242424;
}

.zzg_loading {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

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

div.zzg_thumbMenu {
	width: 250px;
}

div.zzg_currentImage {
	margin: 20px;
}
div.zzg_cititle {
	text-align: center;
	font-weight: bold;
	background-color: #a1dc64;
}

div.zzg_cart {
	text-align: right;
	background-color: #a1dc64;
}
div.zzg_frame {
	position: absolute;
	top: 20px;
	left: 240px;
	background-color: #242424;
	margin-left: 40px;
}

.zipzackgallery {

}
.zzg_shoppinginfo {
	font-size: smaller;	
	
}
	
div.zzg_loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	color: #FFFFFF;
}
