
/* xGallery css */
#xGallery {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 1000px; /* important */
	height: 470px; /* important */
	float:left;
	margin-left:10px; margin-right:10px;
	

}

#xGallery_content {
	position: absolute;
	top: 0;
	margin:0;
	margin-left: 0;
}


#xGallery_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#xGallery_content {	width: 99999px;	}

#xGallery ul li {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		border: none;
		_background-color: #fff;
	}

#xGallery ul li img {
	display: block;
	border:0;
}

#xGallery_frame {
	position: relative;
	margin: 410px 0px 0px 0px;
}
#xGallery_frame ul li {
	margin: 0 2px;
}
#xGallery_frame ul li img{
	border: 1px solid #2e2e2e;
	padding: 2px;
}
#xGallery_frame ul li img:hover {border: 1px solid #369;}
			