#content{
	max-width:100%;
	/*height:1000px;*/
	margin:0px auto;
	border-radius:3px;
	position: relative;
    z-index: 2;
}

#gallery_img{
	max-width:100%;
	/*height:350px;*/
	float:left;
	position:relative;
	border:1px solid #ddd;
	padding-bottom:15px;
}

#lefty{
	width:23px;
	position:absolute;
	top:50%;
	left:3%;
}

#righty{
	width:23px;
	position:absolute;
	top:50%;
	right:3%;
}

#play, #pause{
	width:12px;
	position:absolute;
	top:52%;
	right:12%;
}

#play{
	display:none;
}

#expand{
	width:18px;
	position:absolute;
	top:92%;
	right:3%;
}

#thumbs{
	height:100px;
	max-width:100%;
	float:left;
	overflow:auto;
	margin-top:15px;
	white-space:nowrap;
}

.thumbs_style{
	display:inline-block;
}

.thumbs_style img{
	width:105px;
	height:80px;
	border-radius:3px;
	border:3px solid rgba(0,0,0,0.4);
}

.gallery_img_style{
	max-width:100%;
	/*height:80%;*/
	border-radius:3px;
	position:relative;
	margin:0 auto;
}






