@charset "utf-8";

/*galley*/
div.g-inner {
	position:relative;
	width:660px;
	height:400px;
}
#view {
	width:360px;
	height:400px;
	top:0;
	left:0;
	overflow:hidden;
}
#view p {
	position: absolute;
	width:360px;
	height:400px;
	top:0;
	left:0;
}
#thumbBtn {
	position: absolute;
	float:left;
	left:400px;
	width:600px;
	top:80px;
	color:#7897ba;
}
#caption {
	position:absolute;
	top:310px;
	left:0px;
	text-align:left;
	width:220px;
}
#thumbBtn li {
	padding: 0 0 0 2px;
	width:600px;
	cursor:pointer;
	
}
#thumbBtn li.active {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
#thumbBtn li img {
	border: solid 1px #ccc;
}
