body{
	margin:0;
	padding:0;
}
h1 { text-align: center; color: #fff; }


#main{
	background:#333;
	width:100%;
	height:100%;
	position:fixed;
	padding-top:150px;
}

#content{
	width:100%;
	margin:0px auto;
	border-radius:3px;
}

#gallery_img{
	width:100%;
	min-height:45vw;
	float:left;
	position:relative;
}
#image > img{
	display: block;
	width: 100%;
	height: auto;
}
#lefty{
width: 30px;
    position: absolute;
    top: 47%;
 
	left:10px;
}

#righty{
width: 30px;
    position: absolute;
    top: 47%;
    right: 10px;
}

#play, #pause{
    width: 13px;
    position: absolute;
    top: 89.3%;
    right: 5%;
}

#play{
	display:none;
}

#expand{
    width: 27px;
    position: absolute;
    right: 0%;
    padding: 3px;
    bottom: 50px;
    background: #643c90;
}

#thumbs{
	height:100px;
	width:100%;
	float:left;
	overflow:auto;
	margin-top: -37px;
    margin-bottom: 20px;
	white-space:nowrap;
}

.thumbs_style{
	display:inline-block;
}

.thumbs_style img{
	width:105px;
	height:80px;
	border-radius:3px;
	border: 3px solid rgb(255, 255, 255);  
}

.gallery_img_style{
	width:845px;
	height:500px;
	border-radius:3px;
	position:absolute;
}
@media only screen and (max-width: 991px) {
	#gallery_img{
		width:100%;
		min-height:60vw;
		float:left;
		position:relative;
	}
}





