
/** Carousel **/

.jcarousel-news {
    position: relative;
    overflow: hidden;
	width: 438px;
}

.jcarousel-news ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel-news li {
    float: left;
	width: 438px;
}
.news_text{
	font-size: 16px;
}
.news_text span{
	display: block;
	margin:7px 0 10px;
	font-size: 20px;
}
.news_top{
	width: 438px;
	height: 254px;
	position:relative;
	margin-top:10px;
}
.news_date{
	display: block;
	width: 177px;
	height: 36px;
	background:#43b38a;
	text-align:center;
	line-height: 36px;
	font-size: 25px;
	color:#ffffff;
	font-weight: 600;
	position:absolute;
	left:0;
	top:0px;	
}

/** Carousel Pagination **/

.jcarousel-pagination-news {
    position: relative;
    bottom: 0;
    margin-top: 30px;
}

.jcarousel-pagination-news a {
	width: 25px;
	height: 13px;
	background:url(../images/pager.png) no-repeat left top;    
    display: inline-block;  
}

.jcarousel-pagination-news a.active {
    background:url(../images/pager.png) no-repeat right top;
}

.jcarousel-news-wrapper{position: relative;}

.jcarousel-news-wrapper .prev,
.jcarousel-news-wrapper .next {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    width: 12px;
    height: 22px;
    text-align: center;
    text-decoration: none;
	cursor: pointer;    
}

.jcarousel-news-wrapper .prev {
    background-image: url("/images/arrow_left_hover.jpg");
    left: 300px;
    top: -33px;
}

.jcarousel-news-wrapper .next {
    background-image: url("/images/arrow_right_hover.jpg");
    right: 105px;
    top: -33px;
}

.jcarousel-news-wrapper .prev:hover{
    background-image: url('/images/arrow_left.jpg');
}

.jcarousel-news-wrapper .next:hover{
    background-image: url('/images/arrow_right.jpg');
}











