@charset "utf-8";

/* page_gallery.css */

/*----------------------------------------------*/
/*                                              */
/* page_gallery                                 */
/*                                              */
/*----------------------------------------------*/
html.gallery,
html.gallery body {
	background-color: #000000;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
}
html.gallery {
	height:100%;
}
/* home
----------------------------------------*/
body.gallery #colorbox {
	overflow: hidden;
}
body.gallery #colorbox * {
	overflow: hidden;
}
/* for IE6 */
body.gallery #cboxslideWrap {
	background: #000000;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	display: none;
}

body.gallery #cboxListBox{
	position:absolute; 
	bottom: 0;
	right: 0; 
	display: block;
	width: 100%;
	z-index: 5000;
	overflow: hidden;
}
		body.gallery #cboxListButton {
			float: right;
			text-indent:-9999px;
		}
		body.gallery #cboxListButton a {
			display:block;
			background:url(../image/btn_color_list.gif) top right no-repeat; width:80px; height:30px; text-indent:-9999px; color: #ffffff;
			filter: alpha(opacity=80);
			-moz-opacity:0.80;
			opacity:0.80;
			overflow: hidden;
		}
		body.gallery #cboxList{
			position: static; bottom: auto; right: auto; background: none; width: auto; height: auto; text-indent:-9999px; color: #ffffff;
			cursor: default;
		}
		body.gallery #cboxListBox {
			display: none;
		}
		body.gallery #cboxListBoxInner {
			background:url(../image/bg_color_thum_box.png) left top repeat;
			height: 300px;
		}
		#cboxLoadingOverlay,
		#cboxLoadingGraphic{
			position:absolute; top:50%; left: 50%; display:block;
			z-index: 5000;
			display: none;
		}
div#cboxContent div#dImage {
	text-align: center;
}
div#cboxListBox div#cboxThumbnail {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
div#cboxListBox div#cboxThumbnail ul {
	text-align: center;
	margin-bottom: 10px;
}
		div#cboxListBox div#cboxThumbnail ul li {
			display: inline;
			padding-right: 10px;
		}
		div#cboxListBox div#cboxThumbnail ul li.lastElement {
			padding-right: 0;
		}