#gallery_wrap {
    min-width: 1px;
    max-width: 800px;
    margin: 25px auto;
    padding: 20px;
    background: #191919;
    border: 0px;
    border-radius: 6px;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
}		 

#carousel, #thumbs {
	overflow: hidden;
}

#carousel span, #carousel img,
#thumbs a, #thumbs img  {
	display: block;
	float: left;
}

#carousel img {
	cursor: pointer;
}

#carousel span, #carousel a,
#thumbs span, #thumbs a {
	position: relative;
}

#carousel img {
	border: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#thumbs img {
	border: none;
	width: 100px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px 5px;
}

#carousel span {
	width: 554px;
	height: 313px;
}

#thumbs-wrapper {
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

#thumbs a {
	width: 150px;
	overflow: hidden;
}

#prev, #next {
	background: transparent url('carousel_nav.png') no-repeat 0 0;
	display: block;
	width: 19px;
	height: 20px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
}

#prev {
	background-position: 0 0;
	left: 10px;
}

#next {
	background-position: -19px 0;
	right: 10px;
}

#prev:hover { 
	background-position: 0 -20px;				
}

#next:hover {
	background-position: -19px -20px;				
}

#prev.disabled, #next.disabled {
	display: none !important;
}

#image_box {
  width: 500px;
  height: auto;
  position: absolute;
  left: 300px;
  top: 200px; /* Or perhaps different coordinates */
  display: none;
}