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

#gallery  {
	width: 610px;
}
#gallery li  {
	width: 195px;
	padding: 0px;
	float: left;
	margin-top: 15px;
	background-image: url(images/g_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom:10px;
	}
.ghead   {
	width: 195px;
	background-image: url(images/g_bg_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-top:1px;
}
.gheadBg   {
	width: 195px;
	background-image: url(images/g_bg_topbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-top:1px;
}
.gBottom   {
	width: 195px;
	display: block;
}
#gallery li {
	text-align:center;
}

#gallery li img{
	width: 155px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.galleryimg {
	width:155px;
	border: 1px solid #AB680C;
	display:block;
	padding: 4px;
	margin-top: 14px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	background-color: #FFF;
}

.text {
	background-image: url(images/g_bg_side.gif);
	background-repeat: repeat-y;
	display: block;
	padding-top: 0px;
	padding-right: 14px;
	padding-left: 14px;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align:left;
}
#gallery li strong {
	color: #0D89CE;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 14px;
	padding-bottom: 0px;
	display: block;
	margin: 0px;
	font-size:0.9em;
	text-align:left;
}

#gallery_single {
	margin:16px 0 0 0;
	background-image: url(images/g_single_bottom.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	padding:0 0 20px 0;
	width:610px;
}

#gallery_single_body {
	background-image: url(images/g_single_side.gif);
	background-repeat: repeat-y;
	padding:0 14px 0px 14px; 
	margin:0 0 -10px 0;
	overflow:hidden;
}

#gallery_single_top {
	background-image: url(images/g_single_top.gif);
	height:5px;
	background-repeat: no-repeat;
	text-indent:-9999px;
	text-align:left;
	margin:0;
	padding:0;
	overflow:hidden;
	width:610px;
}

.gborderBlue {
	margin-top: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #0D89CE;
	margin-bottom: 10px;
	padding-top:4px;
	padding-bottom: 5px;
	width:580px;
}

#ghonbun {
	width:580px;
	overflow:hidden;
	margin-bottom:0px;
	padding-bottom:0px;
}

#ghonbun .photolink {
	text-align:right;
	font-size:0.8em;
}


#g_main .mainphoto {
	border:1px solid #AB680C;
	padding:10px 0 10px 0;
	margin:0 auto 10px auto;
}

#g_main .mainphoto .photoimg {
	text-align:center;
}

#g_main .mainphoto .photocaption {
	font-size:0.85em;
	margin:0 auto 0 auto;
	text-align:center;
	line-height:1.3em;
}

#g_main .gallerybody {
	overflow:hidden;
	margin:12px 0 0 0;
}


#g_main .uservoice {
	clear:both;
	border-top:2px dotted #AB680C;
	padding-top:8px;
	padding-bottom:8px;
	margin-top:8px;
}

#g_main .bulidervoice {
	border-top:2px dotted #AB680C;
	clear:both;
	padding-top:8px;
	padding-bottom:8px;
	margin-top:8px;
}

#g_main .uservoice strong, #g_main .bulidervoice strong {
	color:#AB680C;
}

#g_main .gallerytext {
	width:360px;
	float:left;
}

#g_main .gallerytext p {
	line-height:1.6em;
	padding-bottom:1em;
}

#g_main .gdatameta {
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
}

#g_main .gallerymeta {
	width:190px;
	float:right;
	border:1px solid #AB680C;
	font-size:0.8em;
	padding:8px;
}

#g_main .gallerymeta dl {
	
}

#g_main .gallerymeta dt {
	padding-top:2px;
	float:left;
	clear:both;
	width:60px;
	border-top:1px dotted #AB680C;
}

#g_main .gallerymeta dd {
	width:120px;
	float:left;
	padding-top:2px;
	padding-left:4px;
	border-top:1px dotted #AB680C;
}


#g_thumb_wide {
	background:url(images/leftbar_bg.gif);
	overflow:hidden;
	width:580px;
	padding:2px;
}

#g_thumb_wide ul li{
	float:left;
}


#g_thumb {
	float:right;
	width:100px;
	background:url(images/leftbar_bg.gif);
	overflow:hidden;
	margin-left:8px;
}

#g_thumb ul {
	text-align:center;
	margin:10px auto 10px auto;
}

#galleryimglist {
	text-align:center;
	margin-top:2px;	
}
#galleryimglist .gallery-icon {
	display:block;
	text-align:center;
}

#galleryimglist li {
	padding-bottom:4px;
	margin:0 2px 0 2px;
}

#galleryimglist .gallery-icon {
	border:1px solid #AB680C;
	padding:3px;
}


#photos	{
	background:#ddd;
}
#photos .panel {
	margin:0 auto 0 auto;
	text-align:center;
}
#photos .panel img{
	padding-bottom:8px;
	padding:4px;
}


.hidden {
	display:none; 
}
