﻿#zoom {
	z-index: 99990;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	z-index: 66;
}
#zoom .content {
	z-index: 99991;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	background: #ffffff no-repeat 50% 50%;
	padding: 0;
	margin: -100px 0 0 -100px;
	box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	padding: 10px 20px;
}
#zoom .content.loading {
	background-image: url('../images/loading.gif');
}
#zoom img {
	display: block;
	max-width: none;
	background: #ececec;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	border-radius: 4px;
	min-width: 600px;
}
#zoom .close {
	z-index: 99993;
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
    height: 35px;
    background-image: url(../images/imgs-grid-icons.png);
    background-repeat: no-repeat;
    background-position: -100px;
	opacity: 1;
	filter: alpha(opacity=100);
	border-radius: 0 0 0 4px;
	cursor: pointer;
}
#zoom .previous,
#zoom .next {
	z-index: 99992;
	position: absolute;
	top: 50%;
	overflow: hidden;
	display: block;
	height: 65px;
	width: 40px;
	margin-top: -32.5px;
	background-image: url(../images/imgs-grid-icons.png);
}
#zoom .previous {
	left: 20px;
	background-position: 0px center;
}
#zoom .next {
	right: 20px;
	background-position: -40px center;
}
#zoom .close:hover {
	/*background-color: #da4f49;*/
}
#zoom .previous:hover,
#zoom .next:hover {
	/*background-color: #0088cc;*/
}
.margin-t-20 {
    margin-top: 20px;
}
.fn-clear {
    zoom: 1;
}
.case li {
    float: left;
    width: 270px;
    margin-right: 17px;
    margin-bottom: 20px;
}
.case li span {
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #666;
}
.fn-clear li a img{
	width: 100%;
}