#gallery_container {
	width:100%;
	min-width:500px;
	padding:15px;
	margin:0 auto;
	margin-top:0;
    background: #191919; 
    overflow: hidden;
}

h2 {
	color:white;
	font-family:calibri;
	
}

#image_container {
	border:0px solid black;
}
#thumbdiv {
	display:inline-block;
	margin:5px;
	width:100px;
	height:100px;
}
.thumb {
	width:100px;
	cursor:pointer;
}

#image_viewer {
	width:100%;
}
#image_viewer img {
	width:100%;
}
#image_viewer span {
	color:white;
	font-family:calibri;
	font-size:16px;
}