.jcarousel-wrapper {
    position: relative;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 995px;
	margin-left: 88px;
		top: -10px;
}

.jcarousel ul {
    width: 20000em;
	list-style-type: none;
	margin: 0px; 
	padding: 0px;
	border: none;
	position: relative;
	z-index: 9000;
}

.jcarousel li {
	list-style-type: none;	
	width: 235px;
	float: left;
	margin: 0px 10px 15px 5px;
	background-color: #FFF;
	-webkit-box-shadow:2px 2px 3px rgba(187,187,187,0.75);
	box-shadow:2px 2px 3px rgba(187,187,187,0.75);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#a6bbbbbb,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#a6bbbbbb,Positive=true);
    box-sizing: border-box;
}

.jcarousel li:hover { 
	background-color: #F4F4F4; 
	-webkit-box-shadow:2px 2px 3px rgba(102,102,102,0.75);
	box-shadow:2px 2px 3px rgba(102,102,102,0.75);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#666666,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#666666,Positive=true);
    box-sizing: border-box;	
}

.jcarousel li h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: normal;
}

.jcarousel li a {
	color: #000000;
	text-decoration: none;
}

.jcarousel li a:visited {
	color: #000000;
	text-decoration: none;
}

.jcarousel li a:hover {
	color: #000000;
	text-decoration: underline;
}

.jcarousel li .d_img {
	width: 225px;
	float: left;
	text-align: center;
	margin: 5px 5px 0px 5px;
}
.jcarousel li .d_info {
	float: left;
	font-size: 11px;
	line-height: 1.2em;
	text-align: center;
	width: 225px;
	margin: 5px 5px 0px 5px;
	height: 30px;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -42px;
    width: 35px;
    height: 70px;
    text-align: center;
    background-color: #BF1E2D;
    color: #fff;
    text-decoration: none;
    font: 24px/27px Arial, sans-serif;
}

.jcarousel-control-prev {
    left: 0px;
	background: #BF1E2D url(/js/jcarousel/images/arrow-prev.png) no-repeat center center;
}

.jcarousel-control-next {
    right: 0px;
	background: #BF1E2D url(/js/jcarousel/images/arrow-next.png) no-repeat center center;
}
a.jcarousel-control-prev:hover,
a.jcarousel-control-next:hover {
	 background-color: #DD2638;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
