@charset "utf-8";
/* clearfix */
.clfix:after {
  	content: "."; 
  	display: block; 
  	height: 0; 
  	clear: both; 
  	visibility: hidden;
}
.clfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clfix {
	height: 1%;
}
.clfix {
	display: block;
}

ul li, ol li {
	list-style-type: none;
}

img {
	border: 0;
	vertical-align: bottom;
}


/*galley*/
div.g-inner {
	position:relative;
	width:480px;
	height:400px;
}
#view,#view2 {
	position: absolute;
	width:650px;
	height:450px;
	top:20px;
	left:20px;
	overflow:hidden;
}
#view p,#view2 p {
	position: absolute;
	width:650px;
	height:450px;
	top:0;
	left:0;
	text-align: center;
}
#thumbBtn,#thumbBtn2 {
	position:absolute;
	top:20px;
	left: 700px;
	width: 180px;
}
#caption,#caption2 {
	position:absolute;
	top:330px;
	left:20px;
	text-align:left;
	width:220px;
}
#thumbBtn li,#thumbBtn2 li {
	padding: 0 0 0 2px;
	float:left;
	text-align:right;
	width: 85px;
	cursor:pointer;
	margin-bottom: 5px;
	
}
#thumbBtn li.active,#thumbBtn2 li.active {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
#thumbBtn li img,#thumbBtn2 li img {
	border: solid 1px #ccc;
}
