.sp-wrap {

	display: none;

	line-height: 0;

	font-size: 0;

	border: 0px solid #eee;

	border-radius: 0px;

	position: relative;

	margin: 0 0px 0px 0;

	float: left;

  padding:0px 0px 0px 0px;

	width: 100%

}






.sp-thumbs {

	text-align: left;

	display: inline-block;

	margin: 10px 0 0 0;

}

.sp-thumbs img {

	width: 100%;

	height: auto;

}

.sp-thumbs a:link, .sp-thumbs a:visited {

    border: 1px solid #ccc;

	width: 45px;

  height: 45px;

    margin:0 5px 5px 0;

	overflow: hidden;

	opacity: .6;

	display: inline-block;

    background: no-repeat;

	background-size: 100%;

	background-position: center;

	-webkit-transition: all .2s ease-out;

	-moz-transition: all .2s ease-out;

	-ms-transition: all .2s ease-out;

	-o-transition: all .2s ease-out;

	transition: all .2s ease-out;

  -moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;

}

.sp-thumbs a:hover {

	opacity: 1;

}







.sp-thumbs a:active, .sp-current {

	opacity: 1!important;

	position: relative;

    border: 1px solid #0977bc  !important;



}







.sp-large {

	position: relative;

	overflow: hidden;

	top: 0;

	left: 0;

  -moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;

}

+.sp-large a img {

	width: 100%;

	height: auto;

}

.sp-large a {

	display: block;

	width: 100%

}

.sp-large a img{

    display: block;

    width: 100%;

    height: auto;

}







.sp-zoom {

	position: absolute;

	left: -50%;

	top: -50%;

	cursor: -webkit-zoom-in;

	cursor: -moz-zoom-in;

	cursor: zoom-in;

	display: none;

}




.sp-lightbox {

	position: fixed;

	top: 0;

	left: 0;

	height: 100%;

	width: 100%;

	background: rgb(0, 0, 0);

	background: rgba(0, 0, 0, .9);

	z-index: 999999999;

	display: none;

	cursor: pointer;

}

.sp-lightbox img {

	position: absolute;

	margin: auto;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	max-width: 90%;

	max-height: 90%;

}

#sp-prev, #sp-next {

	position: absolute;

	top: 50%;

	margin-top: -25px;

	z-index: 501;

	color: #fff;

	padding: 14px;

	text-decoration: none;

	background: #000;

	border-radius: 25px;

	border: 2px solid #fff;

	width: 50px;

	height: 50px;

	box-sizing: border-box;

	transition: .2s;

}

#sp-prev {

	left: 10px;

}

#sp-prev:before {

	content: '';

	border: 7px solid transparent;

	border-right: 15px solid #fff;

	position: absolute;

	top: 16px;

	left: 7px;

}

#sp-next {

	right: 10px;

}

#sp-next:before {

	content: '';

	border: 7px solid transparent;

	border-left: 15px solid white;

	position: absolute;

	top: 16px;

	left: 18px;

}

#sp-prev:hover, #sp-next:hover {

	background: #444;

}



