@charset "utf-8";
#page_gallery {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 1236px;
	height: auto;
}
.page_gallery_left_panel {
	width: 796px;
	height: auto;
	display: block;
	float: left;
}
.page_gallery_right_panel {
	width: 425px;
	height: 700px;
	display: block;
	float: right;
	overflow-y: auto;
	-webkit-box-shadow: 5px 5px 2.5px #515151;
	box-shadow: 5px 5px 2.5px #515151;
}

.page_gallery_right_overflow_truck {
	display: block;
	float: left;
	width: 200px;
	height: auto;
}
.page_gallery_right_overflow_body {
	display: block;
	float: right;
	width: 200px;
	height: auto;
}
#page_gallery_description {
	width: 100%;
	height: auto;
	padding: 10px;
	border-radius: 20px;
	border: 3px inset #C0C0C0;
	background-color: #FFFFFF;
	margin-top: 20px;
}
#main-image-overlay{
	position:absolute;
	top:108px;
	height:670px;
	width:796px;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
}
#left-image-overlay{
	float:left;
	width:398px;
	height:100%;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
}
#right-image-overlay{
	float:right;
	width:398px;
	height:100%;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
}