@charset "utf-8";
* CSS Document */

.backToTop:hover img {
	margin-top:-32px;
}

.galleryContent {
	list-style-type: none;
	display: block;
	margin-left: 100px;
	width: 800px;
	overflow: hidden;
	margin-top: 20px;
	background-color: #000;
}
.galleryPage li {
	display:block;
	float:left;
	position:relative;
	width:420px;
	margin-left:25px;
	overflow:hidden;
	margin-bottom:25px;
}
.galleryThumb {
	display:block;
	width:400px;
	height:250;
	padding:4px;
	border:1px solid #ccc;
	background:#fff;
	float:left;
	overflow:hidden;
}
.galleryItemOver {
	position:absolute;
	left:5px;
	top:5px;
	
	opacity:0;
	filter:alpha(opacity=0);
}
