@charset "utf-8";

/*galley*/
div.g-inner {
	position:relative;
	width:722px;
	height:560px;
}
#view {
	position: absolute;
	width:722px;
	height:480px;
	top:0;
	left:0;
	overflow:hidden;
}
#view p {
	position: absolute;
	width:480px;
	height:300px;
	top:0;
	left:0;
}
#thumbBtn {
	position:absolute;
	top:486px;
	right:0px;
	width: 260px;
	height: 63px;
}
#caption {
	position: absolute;
	top: 486px;
	left: 3px;
	text-align: left;
	width: 454px;
	height: 181px;
}
#thumbBtn li {
	padding: 0 0 0 2px;
	float:right;
	text-align:right;
	width: 24px;
	cursor:pointer;
	
}
#thumbBtn li.active {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
.cap_txt {
	font-weight: bold;
}
