@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;
}*/

/*galley*/
div.g-inner {
	position:relative;
	width:697px;
	height:250px;
	border-left:#002063 solid 1px;
	border-right:#002063 solid 1px;
}
div.g-inner #view {
	position: absolute;
	width:320px;
	height:240px;
	padding-top: 5px;
	left:5px;
	
	overflow:hidden;
}
div.g-inner #view p {
	position: absolute;
	width:320px;
	height:240px;
	top:5px;
	left:0px;
}
div.g-inner #thumbBtn {
	position:absolute;
	top:190px;
	left:330px;
}
div.g-inner #caption {
	position:absolute;
	top:55px;
	left:330px;
	text-align:left;
	width:350px;
}
div.g-inner #thumbBtn li {
	padding: 0 0 0 5px;
	float:left;
	text-align:left;
	width: 64px;
	cursor:pointer;
}
div.g-inner #thumbBtn li.active {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
div.g-inner #thumbBtn li img {
	border: solid 1px #ccc;
}
