@charset "utf-8";

/*galley*/
div.g-inner {
	position:relative;
	width:399px;
	float: left;
}
#view {
	width:400px;
	height:326px;
	overflow:hidden;
}
#view p {
	width:399px;
	height:300px;
}
#thumbBtn {
margin-top:8px;
}
#caption {
	margin-top:8px;
	text-align:left;
	height:15px;
	width:399px;
	list-style-type: none;
}
#caption li{ font-size:12px; letter-spacing: 0.9px;}

#thumbBtn li {
	float:left;
	text-align:right;
	width: 101px;
	cursor:pointer;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-right: 10px;
	
}
#thumbBtn li.active {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
#thumbBtn li img {
	border: solid 1px #ccc;
}
