.media_only_block
{
	margin: 0 auto;
	max-width: 640px;
	width: 99%
}

@media only screen
and (max-width: 1024px)
{
	.media_only_block
	{
		max-width: 580px;
	}
}

.fotorama__caption
{
	background: rgba(255,255,255, 0.8);
}

.fotorama__caption__wrap,
.fotorama_frame_description
{
	display: block;
	color: #333;
	font-family: 'Roboto Regular', 'Roboto', sans-serif;
	font-size: 13px;
	border-left: 5px solid #aaa;
	padding: 8px;
	line-height: 16px;
	box-sizing: border-box;
	margin-top: 6px;
	text-align: left;

	background: rgba(255,255,255, 0);
}

.fotorama--fullscreen .fotorama__caption__wrap
{
	margin-top: 0;
}

.fotorama_mobil_mod {
	height: 41px;
	overflow: hidden;
	cursor: pointer;
}

.fotorama_caption_action {
	height: auto;
}

.fotorama_mobil_mod .fotorama__caption__wrap {
	background: #fff url( http://i.sdska.ru/_img/system/default/arr-up.png ) no-repeat 2px -6px;
	text-align: left;
	padding: 0 8px 8px 29px;
}

.fotorama_mobil_mod.fotorama_caption_action .fotorama__caption__wrap
{
	background: #fff url( http://i.sdska.ru/_img/system/default/arr-down.png ) no-repeat 2px -6px;
}

.fotorama img
{
	max-width: 100%;
}

.fotorama_lazy_image {
	background: #f5f5f5;
}