#container {
	width:806px;
	height:618px;
	float:left;
	position:relative;
	border:1px solid #333;
	font-size:9px;
}
.item {
	background:#000000;
	height:103px; width:110px;
	margin:10px 12px;
	float:left;
}
.item a {
	text-decoration:none;
	color:#FFFFFF;
	height:103px; width:110px;
	float:left;
	border:solid 2px #cccccc;
}
.item a:hover {
	text-decoration:underline;
	border:solid 2px #CC0000;
}
#zoom {
	background:url(http://cdn.afflictionclothing.com/images/loadingAnimation.gif) no-repeat #fff center;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 10;
	height:0px;
	width:0px;
	float:left;
	display:none;
}
#scrollBox {
	top: 0px;
	left: 0px;
	height:618px;
	width:806px;
	overflow: hidden;
	position: relative;
	background-color:#000;
}
#imgZoom {
	position:absolute;
	cursor:move;
	top: 0;
	left: 0;
	width:840px;
	float:left;
}
#caption {
	position:absolute;
	bottom:0px;
	height:30px;
	background:#000000;
	color:#FFFFFF;
	padding:5px;
	width:796px;
	visibility:hidden;
}
#caption a{
	color:#ffffff;
	text-decoration:none;
	position:absolute;
	top:15px;
	right:15px;
	font-weight:bold;
}
#caption a:hover {
	color:#cc0000;
}
#closeBtn {
	position:absolute;
	top:10px;
	right:10px;
	background:#000000;
	color:#FFFFFF;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	visibility:hidden;
}
#closeBtn a {
	text-decoration:none;
	color:#FFFFFF;
}
#closeBtn a:hover {
	text-decoration:underline;
}
.show {
	height:618px;
	width:806px;
}
.hide {
	height:1px;
	width:1px;
}
