/* @override http://staging.leopardfilms.com/css/skins/leopard/skin.css */



div.jcarousel-skin-leopard {
	margin: 0;
	height: 100%;
	border: 1px solid #5663ae;
}

*:first-child+html div.jcarousel-skin-leopard {
	position: relative;
	left: -9px;
}


.jcarousel-container  {
	height: 100%;
	
}

.jcarousel-clip-horizontal {
	height: 143px;
	width: 786px !important;
	background: #070916;
	overflow: hidden;
}

* html .jcarousel-clip-horizontal {
	width: 780px !important;
}

.jcarousel-clip #mycarousel {
	height: 100% !important;
	width:10000px !important;
	visibility: visible;
	
}



.jcarousel-item {
	height: 100% !important;
	width: 207px !important;
	color: #d2d2d2;
	text-align: left;
	padding: 0 26px 0 26px;
	background: #070916 url(/images/news-splash-bg.png) no-repeat right top;
	float: left;
	width:210px !important;
	
}

* html .jcarousel-item {
	width: 212px !important;
}

.jcarousel-item .title {
	font-size: 1.2em;
	color: #fff;
	display: block;
	margin-top: 26px;
	margin-bottom: -6px;
}

.jcarousel-next, .jcarousel-prev {
	width: 20px;
	height: 143px;
	border-left: 1px solid #5663ae;
	float: right;
	width:64px;
	background: url(/images/news-splash-right.png) no-repeat center center;
	cursor: pointer;
}

.jcarousel-prev {
	float: left !important;
	border-left: none;
	border-right: 1px solid #5663ae;
	background: url(/images/news-splash-left.png) no-repeat center center;
	
}



