@charset "utf-8";

/* CSS Document */



#galleryList {

	width:600px;

	margin:0px auto;

	margin-top:30px;

}



#galleryList li {

	margin-left:10px;

	margin-bottom:10px;

	float:left;

	cursor:pointer;

	width:110px;

	height:110px;

}



#galleryList li:hover {

	overflow:hidden;

	border:4px solid #09F;

	

	width:102px;

	height:102px;

}



#galleryList li:hover img {

	margin:-4px;

}



#btnClose {

	width:82px;

	height:14px;

	cursor:pointer;

	overflow:hidden;

}



#btnClose:hover img {

	margin-left:-82px;

}



#galleryWindow {

	z-index:5;

	position:absolute;

	left:0px;

	top:0px;

	width:100%;

	height:100%;

}



#galleryBg {

	z-index:-1;

	position:absolute;

	left:0px;

	top:0px;

	width:100%;

	height:100%;

	

	background:#000;

	opacity: 0.8;

	-moz-opacity: 0.8;

	filter: alpha(opacity=80);

}



#galleryCaption {

	width:500px;

	color:#fff;

	text-align:center;

	font-size:12px;

}



