html, body {

	 width:100%;
}

.sp-wrap {
	display:none;
	line-height:0;
	font-size:0;
	background:#eee;
	position:relative;
	margin:0 25px 15px 0;
	border: 1px solid #E4E4E4;
	float:left;
}
.sp-large {
    position:relative;
    overflow:hidden;
}
.sp-title{
	
}
.sp-large a img {
    max-width:100%;
    height:auto;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}
.sp-large a {
    display:inline-block;
}
.sp-thumbs {
    width:100%;
    text-align:left;
}
.sp-thumbs img {
    width:80px;
    height:80px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
    border:2px solid #eee;
    display:inline-block;
	float:left;
	margin-right:5px;
}
.sp-thumbs a:hover, .sp-thumbs a:active, .sp-current {
    border:2px solid #222 ;
}
.sp-zoom {
    position:absolute;
    left:0;
    top:0;
    cursor:zoom;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    display:none;
}