﻿.album {
	padding:0px 40px 20px 50px;
	border: 0px red solid;
	text-align:center;
}
.album a {
	margin:15px;
	
	float:left;
	text-align: center;
	font-size: small;
	opacity: ;
	display: block;
	width: 180px;
	height: 130px;
	text-decoration: none;
	color: #000;
}
.album a:hover {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.album a img {
	padding: 5px;
	outline: #666 groove 4px;
	margin-bottom: 10px;
	width: 180px;
	height: 110px;
	float: left;
	opacity: 1;
}
.album a img:hover {
	outline: #ccc groove 4px;
	opacity: 0.7;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
