.main_view {
	position: relative;
	width:1000px;
/*	margin:auto;
	margin-top:-220px;*/
}
/*--Window/Masking �����--*/
.window {
	height:275px;	width:100%;
	overflow: hidden; /*--������ ��� �� ��������� width/height--*/
	position: relative;
	/*border:solid 1px white;*/
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
	
	
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;
width:1000px;

}
/*--Paging �����--*/
.paging {
	font-size:15px;
	position: absolute;
	bottom: 0px; right: 0px;
	width:40%;
	z-index: 100; /*--������ ����� ������� ������ �����������--*/
	text-align: center;
/*	background-color:#555555;*/
	padding:8px 0px;
	opacity:0.6;
	/* background:rgba(0,0,0,0.5); */
	border:0 1px 1px 0 solid white;
	
	/* display: none; */ /*--�������� �� ���������, ����� ����� �������� � ������� jQuery--*/
}
.paging a {
	height:5px;
	width:5px;
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	color:yellow;
}
.paging a:hover {font-weight: bold;}

.img_annotation {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	bottom: 0;
	color: white;
	font-size: 17px;
	left: 40px;
	padding: 7px 0;
	position: absolute;
	text-align: center;
	width: 120%;
	/*height:30px;*/
	z-index: 100;
}	
.img_annotation div, .slider-side-bar-text div{
display:none;
}
.img_annotation div.activeText, .slider-side-bar-text div.activeText
{display:block;}
.slider-side-bar{
	float: right;
	width: 400px;
	height: 241px;

}
.slider-side-bar-index{
	background-color: #14737e;
	background-color: #065863;
	background: linear-gradient(to right, #14737e 0%,#065863 100%); /* W3C */}
.slider-side-bar-text{
	font-size: 25px;
	color:white;
	text-align: center;
	padding: 70px 15px;
}
.slider{
	margin-top: -165px;
	position: relative;
}
.slider-side-bar-department{
	background: linear-gradient(to right, #008135 0%, #008135 100%); /* W3C */
	background-color: #cb6c32;
}