@charset "utf-8";

}

#wrapper2 .images {
	padding-left: 2px;
	padding-top: 15px;
	margin-top: 5px;
}
 
 
 #productImages .tab {
	float:left;
	width:500px;
	border: 1px solid #FFF;
	height: 320px;
	margin: 20px 15px 20px 20px;
 }
 #productImages-nav {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 363px;
 }
 #productImages-nav li {
	float:left;
	list-style:none;
	padding: 0px 0px 0;
	margin: 21px 5px 0px;
 }
 
 #productImages-nav li img {
	border:1px solid #FFF;
	opacity:0.9;
	padding: 0px;
	margin: 0;
 }
#productImages-nav li img:hover {
	border:1px solid #FF0000;
	opacity:0.9;
	
}

#productImages-nav a.active img {
	opacity:0.9;
	border:1px solid #333;
}

#preview {
	position:absolute;
	z-index:9;

	margin-top:-25px
	display:none;
	-moz-border-radius:5px;
	-moz-box-shadow: 0px 0px #444444;
	
}

#preview img {
	width:600px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius: 0em;
	-moz-box-shadow: 0em 0em #FFF;
	-webkit-border-radius: 0.5em;
	-webkit-box-shadow: 0em 0em #FFF;
	border: 0.4em solid #222222;
}
