@charset "utf-8";

/*galley*/
div.g-inner {
	position: relative;
	width: 780px;
	height: 465px;
}
#view {
	position: absolute;
	width: 780px;
	height: 465px;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
#view p {
	position: absolute;
	width: 780px;
	height: 465px;
	top: 0px;
	left: 2px;
}
#thumbBtn {
	position: absolute;
	top: 473px;
	right: 452px;
	width: 352px;
	left: 12px;
	height: 99px;
}

#thumbBtn li {
	padding: 0 0 0 0px;
	float:left;
	text-align:right;
	width: 85px;
	cursor:pointer;
	
}
#thumbBtn li.active {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
