@charset "utf-8";

/*galley*/
div.g-inner {
	position:relative;
	width:850px;
	height:250px;
	margin-bottom:10px;
}
#view {
	position: absolute;
	width:850px;
	height:300px;
	top:0;
	left:0;
	overflow:hidden;
}
#view p {
	position: absolute;
	width:850px;
	height:200px;
	top:0;
	left:0;
}
#thumbBtn {
	position:absolute;
	top:200px;
	left:0px;
	padding-top:0;
	padding-right:0;
	padding-bottom:10px;
	padding-left:15px;
}
/*#caption {
	position:absolute;
	top:210px;
	left:0px;
	text-align:left;
	width:400px;
}

#caption li{
	list-style:none;
	}*/

#thumbBtn li {
	padding:0;
	float:left;
	text-align:left;
	width: 208px;
	cursor:pointer;
	list-style:none;
	
}
#thumbBtn li.active {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
#thumbBtn li img {
	border: solid 1px #ccc;
}
