@charset "UTF-8";
/* CSS Document */


#gallery_title {
	margin:0 auto;
	padding:0 0 20px 0;
	width:940px;
	height:13px;
}

#gallery_menu {
	position:absolute;
	margin:0 0 0 5px;
	_margin-left:0;
	width:940px;
	height:38px;
	z-index:2;
}

#gallery_menu li {
	float:left;
	width:308px;
	height:38px;
	margin-left:4px;
	line-height:1;
}

#wrapcontainer {
	margin:34px auto 0 auto;
	*position:relative;
	*top:34px;
	padding:0;
	width:950px;
	height:585px;
	background:url(../images/gallery_bg.gif) no-repeat;
	z-index:1;
}

#wrapcontainer #flashcontent {
	margin:5px;
	padding:0;
	width:940px;
	height:575px;
}


/* Clearfix
----------------------------------------------------------*/
#gallery_menu {
	zoom:1;
}

#gallery_menu:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
