
/* GALLERY */

ul#gallery_main {
	clear:left;
	height: 100%;
}
ul.gallery_sub {
	height: 110px;
	width:100%;
	overflow: hidden;
	clear:left;
	position: relative;
}
ul.gallery_sub li.move {
	position: relative;
	height: 100px;
	float:left;
	margin-left: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
ul.gallery_sub li.first {
	position: relative;
	float:left;
	height: 100%;
	background-color: #BB5E00;
	width: 185px;
	margin: 0;
}
