@charset "utf-8";
/* CSS Document */
.menu a {
	text-decoration:none;
	color:#666;
	font-size:14px
font-size: 14px;
    padding: 0px, 10px, 10px, 10px;
    text-align: center;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    width: 100px;
    display: inline-block;
    
    line-height: 10px
}
	

 
.menu a:hover {
    font-size: 17px
}
.album_galery {
	float:left;
	height:250px;
	width:260px;
	
	margin:23px;
	
}
.album_galery a  {
	color:#333;
	font-size:13px;
	text-decoration:none
}
.album_galery a:hover {
	font-size: inherit
}
.gallery_images {
	
	box-shadow: 0 0 10px rgba(0,0,0,0.5)
}
.footer td {
	font-size:12px;

}
.footer a {
	text-decoration:none;
	color:#333
}
.footer a:hover {
	font-size:12px
}
	