@charset "utf-8";
/* CSS Document */

#gallery{
margin-left:20px;
}

.galleryitem{
float:left;
margin:0 25px 25px 10px;
width:120px;
_position:relative;
color:#454545;
}

	.gallerypicture{
	overflow:hidden;
	position:relative;
	width:120px;
	height:175px;
	border:1px solid #e9e9e9;
	cursor:pointer;
	}	
	
	.gallerypicture img{
	width:120px;
	}	
	
	.white1{
	bottom:30px;
	width:120px;
	height:30px;
	position:absolute;
	background-color:#FFF;
	
	filter:alpha(opacity=30);
	opacity:0.3;
	}
	
	.white2{
	bottom:0px;
	width:120px;	
	height:30px;
	position:absolute;
	background-color:#FFF;
	
	filter:alpha(opacity=80);
	opacity:0.8;
	}
