@charset "utf-8";

/* Gallery */

#gallery {	
	margin-left: 10px;
	margin-right: 16px;
}

#g_top {
	background: url(../images/gallery_top.png) no-repeat center bottom;
	width: 734px;
	height: 50px;
	margin: 0px;
	padding: 0px;
}

#g_body {
	text-align: center;
	background: url(../images/gallery_bg.png) repeat-y center center;
	width: 734px;
	padding: 0px;
	margin: 0px;
}

#g_bottom {
	background: url(../images/gallery_foot.png) no-repeat center top;
	width: 734px;
	height: 26px;	
	margin: 0;
	padding: 0;
}

#m_gallery {
	margin-left: 10px;
}

#m_gallery_top {
	background: url(../images/g_top.png) no-repeat center top;
	width: 382px;
	height: 62px;
	margin: 0px;
}

#m_gallery_body {
	text-align: center;
	background: url(../images/g_body.png) repeat-y center;
	width: 382px;
	padding: 0px;
	margin: 0px;
}

#m_gallery_foot {
	background: url(../images/g_foot.png) no-repeat center top;
	width: 382px;
	height: 28px;	
	margin: 0;
	padding: 0;
}