
/*Omat tyylit*/

#galleria {
	float: center;
	width: 700px;
	margin-bottom: 20px;
}

#galleria .photos img{
	float: center;
	margin-right: 12px;
	margin-bottom: 12px;
	-moz-box-shadow: 0px 0px 7px #888;
	-webkit-box-shadow: 0px 0px 7px #888;
	box-shadow: 0px 0px 7px #888;
	border-style:ridge;
	border-width:medium;
	border-color: black;

}

#galleria .photos img.last{
	margin-right: 0px;
}

#galleria .photos {
	float: center;
	width: 800px;	
}

#galleria .photos {
	float: center;
	width: 800px;
	margin-bottom: 25px;	
}