
.news_block {
    margin-top: 30px;
}
.title_news{
	font-size:20px;
	font-family: 'Open Sans';
	font-weight: bold;
}
.title_news strong, .title_news strong a{
	*border-bottom: 1px solid #4B4E50;
    color: #4B4E50;
    font-family: 'PT Sans';
    font-size: 12px;
    font-weight: 100;
}

.date_new {
 background: url("/pic/news/news_date.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    font-family: 'PT Sans';
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    height: 20px;
 
    text-align: center;
    width: 99px;
}
.news-title {
    padding-top: 4px;
    line-height: 20px;
    padding-left: 6px;
    display: block;
}
.news_block ul li a{
color:#8d1212;
 font-family: 'PT Sans';
	 font-size: 14px;
	 color: #8D1212;
    font-family: 'PT Sans';
    font-size: 14px;
    line-height: 20px;
}
.news_block  ul {
    padding-top: 30px;
}

.news_block li {
    padding-bottom: 15px;
    padding-left: 0px!important;
    background: none!important;
}

.right_block {
    float: right;
	width:930px;
	margin-bottom: 40px;
}

.inner-page .right_block {
    margin-left: 10px;
    width: 930px;
}

.right_block p, .wide_content p {
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 16px;
}


/*---------------------coruasel--------------------------------*/
.jcarousel {
    position: relative;
    overflow: hidden;
	width: 100%;
	padding-top: 2px;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
	 width: 930px;
	 list-style:none;
     padding-left: 0px!important;
     background: none!important;
     position: relative;
}

.jcarousel-pagination {
    margin-left: 20px;
    margin-top: -40px;
    position: absolute;
   
}

.jcarousel-pagination a {
    background: url("/pic/news/na.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
	display: inline-block;
  padding-top: 5px;
  
    *opacity: 0.75;
    text-align: center;
    text-decoration: none;
	 height: 20px;
    width: 20px;
	font-size:11px;
	 font-family: 'PT Sans';
	 color:#010101;
	 margin-right: 4px;
}
.jcarousel-pagination a.active {
    background: url("/pic/news/akt.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
    color: #fefefe;
	font-size:11px;
	 font-family: 'PT Sans';
    *opacity: 1;
    *text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}

