#albums{
	padding-bottom:90px;
}

.page_realizations{
	position: relative;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 90px;
	padding-bottom: 90px;
}
.r_item{
	width:240px;
	height:210px;
	overflow:hidden;
	float:left;
	background:#cccccc;
	margin-left:4px;
	margin-top:4px;
	z-index:1000;
	position:relative;
}

.r_item:hover{
	cursor:pointer;
	 background-color: #000;
     -webkit-transition: background-color 300ms linear;
     -moz-transition: background-color 300ms linear;
     -o-transition: background-color 300ms linear;
     -ms-transition: background-color 300ms linear;
     transition: background-color 300ms linear;
}

.r_item a{
	text-decoration:none;
	color:#4c4c4c;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.r_item a:hover{
	color: #fff;
     -webkit-transition: color 300ms linear;
     -moz-transition: color 300ms linear;
     -o-transition: color 300ms linear;
     -ms-transition: color 300ms linear;
     transition: color 300ms linear;
}

.r_photo{
	padding:20px;
	padding-bottom:0;
	width:200px;
	height:150px;
	overflow:hidden;
}

.r_title{
	width:200px;
	height:40px;
	line-height:40px;
	font-size:18px;
	padding-left:20px;
	padding-right:20px;
	font-weight:bold;
	font-style:italic;
}

div.album_title h1{
	font-size:30px;
	padding-top:20px;
	font-style:italic;
	float:left;
	width:50%;
}

div.return{
	margin-top:20px;
	float:right;
	cursor:pointer;
	width:110px;
	height:40px;
	background: url(/templates/default/img/button-powrot.png);
	overflow:hidden;
}

div.return:hover{
background: url(/templates/default/img/hover-powrot.png);
-webkit-transition: background-image 300ms ease-in-out;
-moz-transition: background-image 300ms ease-in-out;
-ms-transition: background-image 300ms ease-in-out;
-o-transition: background-image 300ms ease-in-out;
transition: background-image 300ms ease-in-out;
}
