/* фоторепортаж - просмотр */
.photoreport-page{
}
.photoreport-page h2{
	margin-bottom: 5px;
}
.photoreport-page .date{
	font-size: 11px;
}
.photoreport-view{
	padding-left: 60px;
	padding-top: 20px;
}
.photoreport-view .left-pane{
	float: left;
	width: 35px;
	position: relative;
	cursor: pointer;
	min-height: 460px;
	background: url(../../../img/new_templates3/photoreport/main/lgr.jpg) repeat-y;
}
.photoreport-view .left-pane .top-filler{
	width: 35px;
	height: 17px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../../img/new_templates3/photoreport/main/lgt.jpg) no-repeat;	
}
.photoreport-view .left-pane .bottom-filler{
	width: 35px;
	height: 64px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../../../img/new_templates3/photoreport/main/lgb.jpg) no-repeat;	
}
.photoreport-view .left-pane .rla{
	width: 10px;
	height: 16px;
	position: absolute;
	top: 50%;
	margin-top: -26px;
	left: 12px;
	background: url(../../../img/new_templates3/photoreport/main/rla.jpg) no-repeat;	
}
.photoreport-view .center-pane{
	float: left;
	width: 613px;
}
.photoreport-view .center-pane .top-filler{
	height: 7px;
	background: url(../../../img/new_templates3/photoreport/main/lgtfiller.jpg) no-repeat;
}
.photoreport-view .center-pane .bottom-filler{
	height: 53px;	
	background: url(../../../img/new_templates3/photoreport/main/lgbfiller.jpg) no-repeat;
}
.photoreport-view .right-pane{
	float: left;
	width: 38px;
	position: relative;
	cursor: pointer;
	min-height: 460px;
	background: url(../../../img/new_templates3/photoreport/main/rgr.jpg) repeat-y 0 0;
}
.photoreport-view .right-pane .top-filler{
	width: 38px;
	height: 17px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../../img/new_templates3/photoreport/main/rgt.jpg) no-repeat;	
}
.photoreport-view .right-pane .bottom-filler{
	width: 38px;
	height: 64px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../../../img/new_templates3/photoreport/main/rgb.jpg) no-repeat;	
}
.photoreport-view .right-pane .rra{
	width: 10px;
	height: 16px;
	position: absolute;
	top: 50%;
	margin-top: -26px;
	right: 12px;
	background: url(../../../img/new_templates3/photoreport/main/rra.jpg) no-repeat;	
}
.photoreport-view .left-pane.disabled, /* задисабленное состояние навигации */
.photoreport-view .right-pane.disabled{
	cursor: default;
}
.photoreport-view .left-pane.disabled .rla,
.photoreport-view .right-pane.disabled .rra{
	display: none;
}
.photoreport-view .image{
	max-width: 600px;
	padding-left: 7px;
	position: relative;
	overflow-x: hidden;	
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbfbfb), to(#f5f5f5));	
	background: -moz-linear-gradient(top, #fbfbfb, #f5f5f5);	
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#f5f5f5');
}
.photoreport-view .image img{
	display: block;
	min-height: 400px;
}
.photoreport-view .image .hq{
	color: #fff;
	background: #000;
	background: rgba(0,0,0,0.5);
	filter: alpha(opacity=50);
	text-align: center;	
	position: relative;
	width: 600px;
	height: 30px;
	line-height: 30px;
	margin-top: -30px;
}
.photoreport-view .image .hq a{
	color: #fff;		
	font: 14px "Trebuchet MS", sans-serif;
	font-style: italic;
	text-shadow: 1px 1px 1px #000;
	padding-left: 44px;
	display: inline-block;
	line-height: 22px;
	background: url(../../../img/new_templates3/photoreport/main/hq.png) no-repeat;
}
.photoreport-view .thumbs{
	width: 660px;
	margin-left: 36px;
	top: -20px;
	position: relative;
}
.photoreport-view .thumbs a{
	display: block;
	float: left;
	width: 123px;
	height: 93px;
	cursor: pointer;
	margin: 0 2px 4px 0;
	background: url(../../../img/new_templates3/photoreport/main/th_bg.png) no-repeat;	
}
.photoreport-view .thumbs a:hover{
	background: url(../../../img/new_templates3/photoreport/main/th_bg_selected.png) no-repeat;	
}
.photoreport-view .thumbs a img{
	display: block;
	margin: 6px 0 0 6px;
}