/* @override http://localhost/inc/css/galerie-seznam.css */

.gallery{
	float: left;
	clear: left;
	margin-bottom: 10px;
	width: 580px;
}

.gallery .thumbnail{
	float: left;
	width: 220px;
	text-align: center;
}

.gallery .thumbnail a{
	display: block;
}

.gallery .info{
	padding-left: 240px;
}

.gallery .info h3 a{
	text-decoration: none;
	color: #d82424;
}

.gallery .info h3 a:hover{
	color: #0a5687;
	text-decoration: underline;
}