@charset "utf-8";

html, body, div, h1, h2, h3, h4, h5, h6,
p, address, blockquote,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset, input {
	margin: 0px;
	padding: 0px;

}

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

/*galley*/
div.g-inner {
position:relative;
width:960px;
height:320px;
}

#view {
position: absolute;
width:960px;
height:320px;
top:0;
left:0;
overflow:hidden;
}

#view p {
position: absolute;
width:960px;
height:320px;
top:0;
left:0;
}

#thumbBtn {
position:absolute;
top:0px;
right:0px;
}

#thumbBtn li {
text-align:right;
width:0px;
cursor:pointer;	
}

#thumbBtn li.active {
opacity:0.5;
filter:alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
}

li img {
vertical-align: bottom;
}




