/* J4 */
.jevcarousel_j4 .carousel-item-next .carousel-caption ,
.jevcarousel_j4 .carousel-item-left .carousel-caption {
	display:none!important;
}
/*
.jevcarousel_j4 .carousel {
	position: relative;
	margin-bottom: 0px;
	line-height: 1;
}

.jevcarousel_j4 .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.jevcarousel_j4 .carousel-inner > .carousel-item {
	position: relative;
	display: none;
	width: auto;
	transition: 0.6s ease-in-out left;
}

.jevcarousel_j4 .carousel-inner > .carousel-item > img,
.jevcarousel_j4 .carousel-inner > .carousel-item > a > img {
	display: block;
	line-height: 1;
	max-width: none !important;
}

.jevcarousel_j4 .carousel-inner > .active,
.jevcarousel_j4 .carousel-inner > .next,
.jevcarousel_j4 .carousel-inner > .prev {
	display: block;
}

.jevcarousel_j4 .carousel-inner > .active {
	left: 0;
}

.jevcarousel_j4 .carousel-inner > .next,
.jevcarousel_j4 .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.jevcarousel_j4 .carousel-inner > .next {
	left: 100%;
}

.jevcarousel_j4 .carousel-inner > .prev {
	left: -100%;
}

.jevcarousel_j4 .carousel-inner > .next.left,
.jevcarousel_j4 .carousel-inner > .prev.right {
	left: 0;
}

.jevcarousel_j4 .carousel-inner > .active.left {
	left: -100%;
}

.jevcarousel_j4 .carousel-inner > .active.right {
	left: 100%;
}

.jevcarousel_j4 .carousel-inner img {
	border-radius: 10px;
}

.jevcarousel_j4 .carousel-control {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	background: url("themes.gif") no-repeat scroll left center transparent;
	border: 3px solid #ffffff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.jevcarousel_j4 .carousel-control.right {
	background-position: right center;
	right: 10px;
	left: auto;
}

.jevcarousel_j4 .carousel-control:hover,
.jevcarousel_j4 .carousel-control:focus {
	color: #ffffff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.jevcarousel_j4 .carousel-indicators {
	position: absolute;
	bottom:10px;
	left:0%;
	margin-left:0%;
	padding-left:0px;
	width:100%;
	text-align:center;
	z-index: 15;
	margin: 0;
	list-style: none;
	top:auto;
	right:auto;
}

.jevcarousel_j4 .carousel-indicators li {
	display:inline-block;
	float: none;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	text-indent: -999px;
	background-color: #ccc;
	background-color: rgba(255, 255, 255, 0.25);
	border-radius: 5px;
	cusor: pointer;
}

.jevcarousel_j4 .carousel-indicators .active {
	background-color: #fff;
}
*/
.jevcarousel_j4 .carousel-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px 15px 35px 15px;
	background: #333333;
	background: rgba(0, 0, 0, 0.75);
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}


.jevcarousel_j4 .carousel-caption h4,
.jevcarousel_j4 .carousel-caption p,
.jevcarousel_j4 .carousel-caption a {
	line-height: 20px;
	color: #ffffff;
}

.jevcarousel_j4 .carousel-caption h4 {
	margin: 0 0 5px;
}

.jevcarousel_j4 .carousel-caption p {
	margin-bottom: 0;
}

.jevcarousel_j4 .jevcstart {
	float:right;
}
@media (max-width: 480px) {
	.jevcarousel_j4 .carousel-caption {
		position: static;
	}
}


/* J3 */
.jevcarousel .carousel {
	position: relative;
	margin-bottom: 0px;
	line-height: 1;
}

.jevcarousel .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.jevcarousel .carousel-inner > .item {
	position: relative;
	display: none;
	width: auto;
	-webkit-transition: 0.6s ease-in-out left;
	-moz-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}

.jevcarousel .carousel-inner > .item > img,
.jevcarousel .carousel-inner > .item > a > img {
	display: block;
	line-height: 1;
	max-width: none !important;
}

.jevcarousel .carousel-inner > .active,
.jevcarousel .carousel-inner > .next,
.jevcarousel .carousel-inner > .prev {
	display: block;
}

.jevcarousel .carousel-inner > .active {
	left: 0;
}

.jevcarousel .carousel-inner > .next,
.jevcarousel .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.jevcarousel .carousel-inner > .next {
	left: 100%;
}

.jevcarousel .carousel-inner > .prev {
	left: -100%;
}

.jevcarousel .carousel-inner > .next.left,
.jevcarousel .carousel-inner > .prev.right {
	left: 0;
}

.jevcarousel .carousel-inner > .active.left {
	left: -100%;
}

.jevcarousel .carousel-inner > .active.right {
	left: 100%;
}

.jevcarousel .carousel-inner img {
	border-radius: 10px;
}

.jevcarousel .carousel-control {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	background: url("themes.gif") no-repeat scroll left center transparent;
	border: 3px solid #ffffff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.jevcarousel .carousel-control.right {
	background-position: right center;
	right: 10px;
	left: auto;
}

.jevcarousel .carousel-control:hover,
.jevcarousel .carousel-control:focus {
	color: #ffffff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.jevcarousel .carousel-indicators {
	position: absolute;
	bottom:10px;
	left:0%;
	margin-left:0%;
	padding-left:0px;
	width:100%;
	text-align:center;
	z-index: 15;
	margin: 0;
	list-style: none;
	top:auto;
	right:auto;
}

.jevcarousel .carousel-indicators li {
	display:inline-block;
	float: none;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	text-indent: -999px;
	background-color: #ccc;
	background-color: rgba(255, 255, 255, 0.25);
	border-radius: 5px;
	cusor: pointer;
}

.jevcarousel .carousel-indicators .active {
	background-color: #fff;
}

.jevcarousel .carousel-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px 15px 35px 15px;
	background: #333333;
	background: rgba(0, 0, 0, 0.75);
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}


.jevcarousel .carousel-caption h4,
.jevcarousel .carousel-caption p {
	line-height: 20px;
	color: #ffffff;
}

.jevcarousel .carousel-caption h4 {
	margin: 0 0 5px;
}

.jevcarousel .carousel-caption p {
	margin-bottom: 0;
}

.jevcarousel .jevcstart {
	float:right;
}
@media (max-width: 480px) {
	.jevcarousel .carousel-caption {
		position: static;
	}
}
