/* CSS Document */
.jcarousel-wrapper {
    height: 300px;
    overflow: hidden;
}
.jcarousel-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}
.jcarousel-wrapper .photo-credits a {
    color: #fff;
}
.news-run .jcarousel ul{    background-color: #fff;
    padding: 18px 9px 9px;
	margin-top:3px;
}
.news-run .jcarousel ul li{
	background-color: #f5f5f5;
    text-align: justify;
    padding-right: 10px;
    overflow: hidden;
    line-height: 21px;
	width:100%;
	margin:5px 0px;
}
/** Carousel **/
.jcarousel {
    position: relative;
    overflow: hidden;
    height: 300px;
	margin-top:33px;
	border: solid 1px #ccc;
}
.jcarousel img {
    display: block;
	float:left;margin-right:10px;
}
.news-run .a_blac{line-height:25px;}

.jcarousel ul {
    width: 100%;
    height: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 2%;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #f0f0f0;
    color: #2b2b2b;
	font-weight:600;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 16px/22px Arial, sans-serif;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	box-shadow: 0 0 2px #999;
}

.jcarousel-control-prev {
    right: 5px;
}

.jcarousel-control-next {
    right: 30px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 11px;
    line-height: 14px;
    min-width: 14px;
    
    background: #fff;
    color: #4E443C;
    border-radius: 14px;
    padding: 3px;
    text-align: center;
    
    margin-right: 2px;
    
    opacity: .75;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}


