#gallery_box {
	height: 150px;
	margin: 30px 0 0 0;
/*	width: 500px;*/
}
#gallery_box_left {
	height: 150px;
	width: 20px;
	background: url('../images/galbox-left.jpg');
	float: left;
	position: absolute; 
}
#gallery_box_right {
	height: 150px;
	width: 20px;
/*	margin: 0 0 0 380px;*/
	background: url('../images/galbox-right.jpg');
	display: block; 
	position: absolute; 
}
#gallery_box_content {
	height: 150px;
	width:  400px;
	overflow: hidden;
	background: #e4e1e1;
}
#gallery_box_content_table img {
	margin: 10px 2px 0 2px;
}
