/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {position: relative;}
.jcarousel-clip {z-index:2;padding:0;margin:0px auto;overflow:hidden;position:relative;width:560px;}
.news_type2 .jcarousel-clip {z-index:2;padding:0;margin:0px auto;overflow:hidden;position:relative;width:567px;}

.jcarousel-list {z-index:1;overflow:hidden;position:relative;top:0;left:0;margin:0;padding:0;}

.jcarousel-list li,
.jcarousel-item {float:left;width:115px;height:180px;}

.posters_info .jcarousel-list li,
.posters_info .jcarousel-item {float:left;width:190px;height:auto; }


/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */


.news_type2 .jcarousel-next {z-index:3;width:11px;height:135px;position:absolute;right:0px;top:4%;cursor:pointer;
	background: url(/_i/icons/last_body_n_p2.gif) -12px 43px no-repeat;}
.news_type2 .jcarousel-prev {z-index:3;width:11px;height:135px;position:absolute;left:0px;top:4%;cursor:pointer;
	background: url(/_i/icons/last_body_n_p2.gif) 1px 43px no-repeat;}



 
 
.last_news_body .jcarousel-next {z-index:3;width:11px;height:66px;position:absolute;right:0px;top:6px;cursor:pointer;
	background:url(/_i/icons/last_body_n_p2.gif) -15px 0px no-repeat;}
.last_news_body .jcarousel-prev {z-index:3;width:11px;height:66px;position:absolute;left:0px;top:6px;cursor:pointer;
	background:url(/_i/icons/last_body_n_p2.gif) 4px 0px no-repeat;}


.last_news_body .jcarousel-next-disabled {cursor:default;background:url(/_i/icons/last_body_n_p2.gif) -15px -66px no-repeat;}
.last_news_body .jcarousel-prev-disabled {cursor:default;background:url(/_i/icons/last_body_n_p2.gif) 4px -66px no-repeat;}



.last_reporting .jcarousel-next {z-index:3;width:11px;height:66px;position:absolute;right:0px;top:6px;cursor:pointer;
	background:url(/_i/icons/last_body_n_pr.gif) -15px 0px no-repeat;}
.last_reporting .jcarousel-prev {z-index:3;width:11px;height:66px;position:absolute;left:0px;top:6px;cursor:pointer;
	background:url(/_i/icons/last_body_n_pr.gif) 4px 0px no-repeat;}


.last_reporting .jcarousel-next-disabled {cursor:default;background:url(/_i/icons/last_body_n_pr.gif) -15px -66px no-repeat;}
.last_reporting .jcarousel-prev-disabled {cursor:default;background:url(/_i/icons/last_body_n_pr.gif) 4px -66px no-repeat;}
