@charset "UTF-8";
#GalleryLeftShadow {
	position: absolute;
	height: 400px;
	width: 10px;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	top: 170px;
	background-color: #2E2C2D;
	background-image: url(../images/left_shadow.jpg);
	background-repeat: no-repeat;
}
#GalleryContent {
	position: absolute;
	width: 600px;
	top: 250px;
	left: 66px;
	background-color: #333333;
	height: 500px;
}
#GalleryRightShadow {
	position: absolute;
	height: 500px;
	width: 10px;
	margin-right: auto;
	margin-left: auto;
	left: 790px;
	top: 170px;
	background-color: #2E2C2D;
	background-image: url(../images/right_shadow_gallery.jpg);
	background-repeat: no-repeat;
}
