@charset "utf-8";
.pics {
	max-width:1280px;
	margin:0 auto;
}

/* SuperBox */
.superbox-img {
	max-width:100%;
	width:100%;
	cursor:pointer;
}
.superbox-show {
	position:relative;
	background:#333;
	box-shadow:inset 0 1px 5px #111;
	-webkit-box-shadow:inset 0 1px 5px #111;
	-moz-box-shadow:inset 0 1px 5px #111;
    float:left;
	padding:20px 30px 20px 30px;
	display:none;
	width:90%;
}
.superbox-current-img {
	max-width:100%;
	box-shadow:0 1px 4px #222;
	border:1px solid #222;
}
.superbox-img:hover {
	opacity:0.8;
}
.superbox-float {
	float:left;
}
.superbox-close {
	opacity:0.7;
	cursor:pointer;
	position:absolute;
	top:30px;
	right:30px;
	background:url(close.png) no-repeat center center;
	width:35px;
	height:35px;
}
.superbox-close:hover {
	opacity:1;
}
		.superbox-list {
			display:inline-block;
			*display:inline;
			zoom:1;
		}
		
		/*@media only screen and (min-width: 320px) {
			.superbox-list {
				width:50%;
			}
		}
		@media only screen and (min-width: 486px) {
			.superbox-list {
				width:25%;
			}
		}
		@media only screen and (min-width: 768px) {
			.superbox-list {
				width:16.66666667%;
			}
		}
		@media only screen and (min-width: 1025px) {
			.superbox-list {
				width:12.5%;
			}
		}*/
/* CSS Document */

