/*------------------------------------------------------------------------
* ZT Template 1.5
* ------------------------------------------------------------------------
* Copyright (c) 2008-2011 ZooTemplate. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: ZooTemplate
* Websites:  http://www.zootemplate.com
-------------------------------------------------------------------------*/
.jvcarousel-item{
	padding-right:0 !important;
	margin:13px  !important;
	border-bottom:1px solid #28282A;
}
.jvcarousel-item:hover{
	border-bottom:1px solid #7cae15;
}
.jvcarousel-item:hover a{
	color:#7cae15;
}
.jv_news_wrap .list_news li .item:hover{
	border-bottom:1px solid #7cae15;
}
.jv_news_wrap .list_news li .item:hover a{
	color:#7cae15;
}


.jvcarousel-item img {
    margin: 0 20px 10px 0;
	padding: 5px;
    border: 1px solid #28282A;
	background: none;
}
.jvcarousel_mtitle {
	font-size: 150%;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
.jvcarousel_row {
	padding: 3px 0;
	display: block;
	border-bottom: dotted 1px #2E2E2E;
}

.jvcarousel_row_last{
	border-bottom:none;
}