@CHARSET "UTF-8";
.gallery_container {
	position: relative; 
	background: black; 
	text-align: center;	
}
gallery_container.w340 {
	width :340px;
}
.gallery_clearfix {
	clear: both;
	height: 0px;
}
.gallery_thumbnail_container{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	right: 0px; 
	overflow: hidden; 
	height: 100px; 
	border-bottom: 0.5px solid white; 
	z-index:1;
	text-align: center;
	background: black;
}
.gallery_thumbnail .thumb {
	float: left;
}

.gallery_thumbnail img {
	cursor: pointer;
	margin:10px 5px; 
	width: 75px; 
	height:75px
}
.gallery_thumbnail_slider_handle {
	height: 10px; 
	background: black; 
	color: white; 
	cursor:pointer;
	top: 90px;
	position: absolute;
	left: 0px;
	right: 0px;
	text-align: center;
}

.gallery_thumbnail_navigation_button {
	margin: 25px 0px -100px 0px;
	cursor: pointer;
	z-index:2; 
	position: relative; 
}

.gallery_slide_container {
	margin-top:15px; 
	position: absolute;
	width: 340px;
	top: 0px;
	left: auto;
	text-align: center;
}

.gallery_slide_container img {
	margin: 0px auto;
	text-align: left;
}