.for_media {
	float: right;
	position: relative;
	left: 48px;
	width: 44px;
	height: 20px;
	overflow: hidden;
	top: -2px;
	text-align: right;
}

.for_media a {
	display: inline-block;
	width: 20px;
	height: 20px;
}

.show_photos {
	position: absolute;
	left: 0;
	background: url(/f/1/global/Trefes_icons_small.png) no-repeat;
	background-position: -80px bottom;
	border: none;
}

.show_photos.with_open {
	background-position: -80px top;
}

.show_videos {
	background: url(/f/1/global/Trefes_icons_small.png) no-repeat;
	background-position: -100px top;
	border: none;
}

/*tr.media .preloader {
	position: relative;
	top: 24px;
	left: 30px;
	margin-bottom: -25px;
}*/

div.media {
	position: relative;
	top: 20px;
	width: 580px;
	height: 125px;
	margin: 0 -580px 38px 32px;
}

.videos {
	width: 643px;
	position: relative;
	left: -50px;
	margin-right: -1000px!important;
	margin-top: 25px;
}

.video_item {
	height: 1px;
	overflow: hidden;
}

.video_item.ready {
	width: 100%;
	height: auto;
	margin: 15px 0;
}

.video_item h3 {
	position: absolute;
	width: 100%;
	z-index: 2;
	background: #fff;
	height: 1px;
	overflow: hidden;
	font-size: 13px;
	text-align: left;
	margin: 0 0 5px 0;
}

.video_item.ready h3 {
	position: relative;
	height: auto;
}

.videos .preloader {
	position: relative;
	width: 25px;
	height: 25px;
	background-image: url(/f/1/mainpage/preloader.gif);
	margin: 15px 0 10px 0;
}

iframe {
	border: none;
}

.video_item iframe {
	position: relative;
	z-index: 1;
}

.video_item.ready iframe {
	position: relative;
	left: 0;
}

tr.media .photo ul {
	width: 440px;
}

tr.media .go_right {
	left: 440px;
}

tr.media .videos .go_right {
	left: 464px;
	top: 10px;
}