 
.news_sidebar-jcarousel .jcarousel-clip
{
	width:200px;
	height:370px;
	float:left;
	margin:0;
}
.news_sidebar-jcarousel ul li
{
	float:left;
	width:200px;
	height:370px; 
	border-bottom:1px solid #CCC;
	padding-bottom:15px;
	margin:0;  
}
.news_sidebar-jcarousel ul li .item_news {padding-bottom:8px;
	border-bottom:1px solid #CCC;
	margin-bottom:8px;}
.news_sidebar-jcarousel ul li .item_news.last {border-bottom:none;
	padding-bottom:0
	}
.news_sidebar-jcarousel .news-jcarousel-last
{
	padding:0;
	margin:0;
}
.pagination_warp {position:absolute;
	right:0px;
	top:-47px;}
.pagination_warp a {
	width: 24px;
      height: 24px;
      display: block;
      float: left;
      text-indent:-9999px;
      border: 1px solid #999;
      background-repeat: no-repeat;
      -webkit-transition: all 0.25s ease-in;
         -moz-transition: all 0.25s ease-in;
          -ms-transition: all 0.25s ease-in;
           -o-transition: all 0.25s ease-in;
              transition: all 0.25s ease-in;
	}
.news_sidebar-jcarousel .arr_prev
{
	border-color: #ccc;
  background-color: #fff;
   background-image: url(../images/arrow-left-slider.png);
	 cursor:pointer;
}
.news_sidebar-jcarousel .arr_next
{
	border-color: #999;
  background-color: #fff;
	background:url(../images/arrow-right-slider.png);
  margin-left: -1px;
	cursor:pointer
}
      
a.arr_prev , a.arr_prev.disabled:hover{ background-position: -8px  center; }
a.arr_prev:hover { background-position:  -89px center; background-color: #000;}
      
a.arr_next, a.arr_next.disabled:hover{ background-position: -89px center !important; }
a.arr_next:hover { background-position: -8px  center !important; background-color: #000;}
    
.pagination_warp > a.prev, .pagination_warp > a.prev.disabled:hover  { background-position: 0px center; }
.pagination_warp > a.prev:hover { background-position: -80px  center; background-color: #000;}
.pagination_warp > a.next, .pagination_warp > a.next.disabled:hover  { background-position: -80px center; }
 .pagination_warp > a.next:hover { background-position: 0px  center; background-color: #000;}
			
			
.news_sidebar-jcarousel { position:relative;
	padding-bottom:20px;}
.news_sidebar-jcarousel ul li h3.title { padding:0px;
	font-size:11px;
	overflow:hidden;
	padding-left:10px;}
.news_sidebar-jcarousel ul li h3.title a { font-weight:normal;}
.news_sidebar-jcarousel ul li .img  {
 	text-align:center;	 
}

.news_sidebar-jcarousel ul li .price {
	font-weight:bold;
	color:#68b92e ;
}


.news_sidebar-jcarousel ul li.noItem  {
	width:650px;
	padding-top:45px;
	text-align:center;
	color:#FF0000;
}