
body{
	background:#f7f7f7 url("pinstripe.gif") repeat top left;
	color:#000;
	font-family: Georgia, "Times New Roman",sans-serif;
	font-size:12px;
}
a{
	color:#000;
	text-decoration:none;
}
header h1{
	margin:10px 0 0 20px;
	font-size:100px;
	text-transform:uppercase;
	text-shadow:0px 0px 1px #fff;
	color:#444;
	font-family: 'Wire One', arial, serif; 
}
header span{
	font-style:italic;
	margin:-10px 0 10px 188px;
	display:block;
	color:#555;
	text-shadow:1px 1px 1px #fff;
}
.iw_wrapper{
	width:1200px;
	margin:10% auto 50px auto;
	position:relative;

}
.iw_thumbs{/*overflow: hidden;*/}
ul.iw_thumbs li{
	float:left;
	margin:5px;
	-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: 1s 0s all ease;
-ms-transition: 1s 0s all ease;
-o-transition: 1s 0s all ease;
-moz-transition: 1s 0s all ease;
transition: 1s 0s all ease;
-webkit-transform: scale(1,1);
-o-transform: scale(1,1);
-ms-transform: scale(1,1);
-moz-transform: scale(1,1);
transform: scale(1,1);
    width: 12%;
    height: 105px;
    margin: 2% 2%;
    box-sizing: border-box;
}
ul.iw_thumbs li div{
	position:absolute;
	top:5px;
	width:180px;
	padding:0px 10px;
	display:none;
	color:#fff;
	z-index:100;
}
ul.iw_thumbs li div h2{
	font-family: 'Wire One', arial, serif;
	font-size:38px;
	text-transform:uppercase;
	text-shadow:0px 0px 1px #fff;
}
ul.iw_thumbs li div p{
	font-size:11px;
	line-height:16px;
	font-style:italic;
}

ul.iw_thumbs li img{
	border:7px solid #fff;
	cursor:pointer;
	position:relative;
	-moz-box-shadow:1px 1px 1px #aaa;
	-webkit-box-shadow:1px 1px 1px #aaa;
	box-shadow:1px 1px 1px #aaa;
	width: 100%; height: 100%;

}

ul.iw_thumbs li { position:relative; z-index:7;}
ul.iw_thumbs li:hover{
	z-index:9;
	-webkit-transform: scale(2,2);
-o-transform: scale(2,2);
-moz-transform: scale(2,2);
-o-transform: scale(2,2);
transform: scale(2,2);
}
ul.iw_thumbs li img:hover{
	-moz-box-shadow:1px 1px 7px #777;
	-webkit-box-shadow:1px 1px 7px #777;
	box-shadow:1px 1px 7px #777;
}

.iw_ribbon{
	position:fixed;
	height:126px; /*first 126 then 0 to close and 100% to open (while top goes to 0) */
	width:0px;/*first 0 then animate to 100%*/
	left:0px;/*or right 0*/
	top:0px; /*First, top of thumb, then animate to 0*/
	background:#000;
	opacity:0.8;
	z-index:10;
	overflow:hidden;
	/*display:none;*/
}
.iw_close{
	position:absolute;
	top:10px;
	right:10px;
	background:#f0f0f0 url("20close.gif") no-repeat center center;
	width:18px;
	height:18px;
	display:none;
	cursor:pointer;
}
.iw_zoom{
	color:white;
	font-size:12px;
	font-family:Arial, sans-serif;
	text-transform:uppercase;
	padding:14px;
	display:none;
	float:right;
	margin-right:30px;
}
.iw_ribbon img, .img_con{
	position:absolute;
	top:50%;
	left:50%;
	border:7px solid #fff;
}
.img_con{ border:7px solid transparent;}
.img_txt{
	position:absolute; 
	bottom:-40px;
	 height:20px;
	 width:100%; 
	 line-height:1.2em;
	  color:#fff; 
	  font-size:16px; 
	  text-align:center;
	  font-family: '微软雅黑';
}
.iw_loading{
	display:none;
}
/* Footer Style */
.footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:13px;
	background:#000;
	opacity:0.9;
	height:20px;
	padding-bottom:5px;
	text-transform:uppercase;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	z-index:4;
}
.footer a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	float:right;
}
.footer a:hover{
	color:#fff;
}
.footer a span{
	font-weight:bold;
}
.footer a.left{
	float:left;
}
@media screen and (max-width:1200px) {
  .iw_wrapper{width: 95%;}
}

@media screen and (max-height:800px) {
 ul.iw_thumbs li{
 	height: 95px;
 }

}
