@charset "utf-8";

/*galley*/
div.g-inner {
	position:relative;
	width:760px;
	height:196px;
	float:left;display:inline; margin:0px;
}
#view {
	position: absolute;
	width:720px;
	height:196px;
	top:0;
	left:0;
	overflow:hidden;
}
#view p {
	position: absolute;
	width:720px;
	height:196px;
	top:0;
	left:0;
}
#thumbBtn {
	position:absolute;
	top:0;
	right:0;
	width:40px;
	overflow:hidden;
}
#thumbBtn li {
	padding: 0 0 0 0px;
		opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	text-align:right;
	width: 40px;
	cursor:pointer;
	
}
#thumbBtn li.active {
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
#thumbBtn li img {
	border-top: solid 1px #000;
		border-bottom: solid 1px #000;
}
