/* file(shop-additional-images.css) */

/* import */
@import url("/sites/nicotroniccomau/assets/css/core.css");


.gallery-container {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}


#photos { visibility: hidden; }
.gallery { background: #111 !important; margin:0 auto !important; border-bottom:1px solid #000 !important;}
.loader { background: url(/assets/images/throbber.gif) center center no-repeat #fff; }
.panel { background: #000; text-align: center;}
.panel .overlay-background {}
.panel .panel-overlay {
	background-color: #fff;
	height: auto;
	display:none;
}
.panel .panel-overlay h2 {
	margin:0px;
	display: none;
}
.panel .panel-overlay p {
	color: #666;
	margin: 0px;
}					  
.panel .overlay-background {  }
.panel .panel-overlay {
	color:#fff; font-size: 0.7em; }
.panel .panel-overlay a {
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}
.panel img { max-width:780px; max-height:590px; }
.filmstrip { margin: 0px; }
.frame {}
.frame .img_wrap { border: 1px solid #aaa; }
.frame.current .img_wrap { border-color: #000; }
.frame img { border: none; }
.frame .caption { 
	font-size:11px;
	text-align:center;
	color:#888;
}
.frame.current .caption {color:#000;}
#pointer {border-color:#fff!important;}
ul.filmstrip {background:transparent!important;}
ul.filmstrip li {
	text-align: center;
}
.ie6 ul.filmstrip img {
	width: 50px;
	height: 50px;
}
ul.filmstrip img {
	max-width: 50px;
	max-height: 50px;
}
.overlay {
	display: none;
}
*html .pointer {
	filter: chroma(color=pink);
}





#imageViewer {
	margin:0 auto;
	width:780px;
}
#imageViewer h1#logo {
	display:none;
}
#imageViewer .shop {
	margin: 0;
	padding: 0;
	overflow: hidden;
	padding: 15px;
	height: 40px;
	background-color: #f7f5ed;
	display:none;
}

#imageViewer .shop h2 {
	margin: 7px 20px 0 0;
	float: left;
	width:390px;
}

#imageViewer .shop .pricing {
	float: left;
	padding-top: 7px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #ECE2C1;
	height: 35px;
	margin: 0;
}

#imageViewer .shop .pricing .qty {
	float: left;
	margin: 0;
	width: auto;
}

#imageViewer .shop .pricing .single {
	float: left;
	margin: 0;
	width: auto;
	padding-left: 15px;
}

#imageViewer .shop .cart-buttons {
	margin: 7px 0 0 0;
	float: left;
}


#addToCartInfo {
	float: left;
	position: relative;
}
#divAddToCartUpdate {
	display: none;
	position: absolute; top: 0px; left: 20px;
	font-size: 12px;
	background:#eaf1de;
	color:#829d56;
	border:1px solid #d6e3c0;
	padding:8px 10px;
	width:300px; height:25px!important; line-height:25px;
	text-align:center;
}
#divAddToCartUpdate * {margin:0;}