body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#eShop-Designers{
	width:100%;
	margin:0px;
	padding:0px;
}
#eShop-Gallery{
	/*width:750px;*/
	padding:5px;
	margin:0px auto;
	/*background:#f0f0f0;
	border:1px solid #c4c4c4;*/
	float:left;
}
#eShop-Gallery #Large-image{
	width:100%;
	padding:0px;
	margin:0px auto;
	background:#fff;
	border:1px solid #c4c4c4;
	text-align:center!important;
	float:left;
	vertical-align:middle!important;
}
#eShop-Gallery #Large-image img{
	vertical-align:middle;
	max-width:650px;
	height:auto;
	cursor:pointer;
}


#eShop-Gallery #Thumbnail-image{
	width:100%;
	padding:0px;
	margin:5px auto 0px;
	float:left;
}
#eShop-Gallery #Thumbnail-image ul{
	width:100%;
	padding:0px;
	float:left;
	margin:0px;
}
#eShop-Gallery #Thumbnail-image ul li{
	width:100px;
	padding:0px;
	background-color:#FFFFFF;
	border:1px solid #c4c4c4;
	list-style:none;
	float:left;
	margin:5px 5px 0px 0px;
	text-align:center;
	 cursor:pointer;
}



#lightbox-overlay{
  position: fixed;
  top:0px;
  left:0px;
  bottom:0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  display:none;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  overflow: hidden;
  z-index:99999;
}
#lightbox-overlay > div{
  margin: auto;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
 /* bottom: 0;*/
  min-height:500px;
  max-height:50%;
  max-width: 60%;
  border: 3px solid white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background:#FFF;
}
#lightbox-overlay img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height:100%;
  max-width:100%;
 
}
a.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: white;
  color: black;
  text-decoration: none;
  position: absolute;
  top:0px;
  right: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  border:2px solid #000;
  cursor:pointer;
}

a.lightbox-close:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 23px;
  top:8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.lightbox-close:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 23px;
  top: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

