/*-------ADDS BLOCK----------------*/
.jcarousel {
    position: relative;
    overflow: hidden;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    float: left;
	width: 1243px;
}
.wrap_jcarousel{
	position:relative;
}
.adds_area{
	position:relative;
	margin:4px 0;
}
.adds_img{
	height:373px;
	width:100%;
	position:relative;
}
.adds_descr{
	position:absolute;
	width:300px;
	height:349px;
	right:0;
	bottom:0;
	background:url(/img/grey_transp_bgnd.png) top left repeat;
	padding:12px;
	z-index:2;
}
.adds_descr *{
	color:#ffffff;
	font-size:24px;
}
.adds_descr p{
	text-transform:uppercase;
	margin-top:150px;
}
.adds_descr p span, .adds_descr p sup{
	text-transform:none !important;
	font-weight:300;
	font-style:italic;
}
.adds_descr a{
	position:absolute;
	right:12px;
	bottom:12px;
}
.adds_descr a, .adds_descr a span{
	font-size:18px;
}
.more{
	font-weight:300 !important;
	text-decoration:none;
	float:right;
}
.more:hover, .more span:hover{
	color: #D31C24 !important;
	cursor:pointer !important;
}
.rotator {
	position:absolute;
	width:1197px;
	bottom:25px;
	/*left:50px;*/
    display: flex;
    justify-content: center;
}
.rotator a{
	display: block;
	width:16px;
	height:16px;
	border:1px solid #ffffff;
	margin:0 12px;
	cursor:pointer;
}
.active{
	background-color:#ffffff;
}

/*-------MAIN CONTENT----------------*/
.content{
	margin-top:34px;
	margin-bottom:78px;
}
.news{
	margin:36px 0;
}
.news:after{
	content:'';
    display:block;
	clear:both;
}
.news_header{
	width:100%;
	height:23px;
	line-height:23px;
	background-color:#e5e5e5;
	color:#454545;
	margin-bottom:10px;
}
.news_header span{
	font-size:15px;
	font-weight:300;
	margin-left:17px;
	text-transform:uppercase;
}
.news_header a{
	font-size:14px;
	font-weight:500;
	font-style:italic;
	text-decoration:none;
	float:right;
	margin-right:16px;
}
.news_title{
	font-size: 16px;
    font-weight: 700;
    width: 300px;
	height:40px;
}
.news_area{
	width:403px;
	float:left;
	font-size:13px;
}
.news_area_margin{
	margin-right:17px;
}
.news_img{
	margin:20px 9px 0 0;
	float:left;
}
.news_descr{
	width:182px;
	float:right;
	font-weight:300;
	font-size:14px;
}
.news_descr *{
	line-height:17px;
}
.date{
	float:right;
	font-size:13px;
	font-weight:300;
	font-style:italic;
}
.text p{
	font-size:15px;
	padding:5px 0;
}