#gallery {
	position:relative;
	height:460px;
}

#gallery a.img_link {
	float:left;
	position:absolute;
}

#gallery a img {
	border:none;
}

#gallery a.show {
	z-index:500
}

#gallery .caption {
	z-index:600; 
	background-color:#000; 
	color:#ffffff; 
	height:75px; 
	position:absolute;
	bottom:20px;
	right:20px;
	width:500px;
	
}

#gallery .caption .content {
	padding:10px 10px 0px 10px;
	/*width:480px;*/
	color:#FFF;
	width:480px;
	
}

#gallery .caption .content .w300{
	position:relative;
	top:0px;left:0px;
	width:480px;border:1px solid red;
}

#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color:#FFF;
}

#gallery  .after {
	background-image: url('/slideshow/images/png_bg.png');
	behavior: url('/bitrix/templates/interdom/iepngfix.htc');
	z-index:600; 
	bottom:20px;
	right:20px;
	position:absolute;
	width:500px;
	height:20px;
}

#gallery  .top {
	z-index:600; 
	right:20px;
	bottom:95px;
	position:absolute;
	width:260px;
	/*height:45px;*/
	background-color:#fff;
	font:bold 26px Arial;
	padding:3px 15px 0px 15px;
	text-align:right;
}

.top .big {font-size:35px;color:#E01D04;}

#gallery  .direct {
	z-index:600; 
	bottom:20px;
	left:20px;
	position:absolute;
	width:360px;
	/*height:48px;*/
	background:#fff;
	font:bold 14px Arial;
	padding:17px 20px 25px 20px;
}

.direct a{
	position:relative !important;
	margin-right:8px;
}