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

#gallery{
margin:0 auto;
width:435px;
}

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

	.gallerypicture{
	overflow:hidden;
	position:relative;
	width:120px;
	height:90px;
	border:1px solid #e9e9e9;
	cursor:pointer;
	}	
	
	.gallerypicture img{
	width:140px;
	}
