 #finderparent
{
	clear: both;
	width: 1000px;
	height: 490px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 25px;
	position:relative;
}
 #finder
{
	position:absolute;
	height: auto;
}
 ul#finder,
 ul#finder li,
 ul#finder ul
{
	width: 320px;
	height: 26px;
	background-image: url(../_images/_buttons/finder_unselected.png);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type:none;
	margin:0;
	padding:0;
	color: #909090;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
}
 ul#finder li:hover,
 ul#finder ul:hover
{
	width: 320px;
	height: 26px;
	background-image: url(../_images/_buttons/finder_hover.png);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type:none;
	margin:0;
	padding:0;
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
}
 ul#finder ul.hidden
{
	top:0px;
	left:-2000px;
	position:absolute;
}
 ul#finder ul.shown
{
	top:0px;
	left:328px;
	position:absolute;
	width: 328px;
	padding-right: 5px;
}
 #finder a.open
{
	background-image: url(../_images/_buttons/finder_selected.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #00bce2;
	cursor: pointer;
	width: 328px;
	height: 26px;
	display: inline-block;
}
	 #finder a.open:link,  #finder a.open:active,  #finder a.open:visited,  #finder a.open:hover
	{
		color: #00bce2;
		cursor: pointer;
	}

 #finder a.parent
{
	padding-left: 0px;
}
 ul#finder li a:link,  ul#finder li a:active,  ul#finder li a:visited
{
	text-decoration:none;
	color: #909090;
}

 ul#finder li a:hover
{
	text-decoration:none;
	color: #ffffff;
}

.detail_description {
	padding-left: 25px;
	padding-top: 10px;
	overflow: hidden;
}

	.detail_description #detail_right {
		float: right;
		width: 634px;
		padding-left: 20px;
	}
	
		.detail_description #detail_right #gallery_bg {
			background-image: url(../_images/_backgrounds/cg__detail_bg.png);
			background-repeat: no-repeat;
			background-position: center top;
			width: 633px;
			height: 432px;
		}
		
			.detail_description #detail_right #gallery_bg #gallery_content {
				padding-top: 10px;
				padding-left: 10px;
			}

				.detail_description #detail_right #gallery_bg #gallery_content #ssp {
					width: 613px;
					height: 412px;
					position: absolute;
					display: block;
				}
