.jcarousel-wrapper {
    position: relative;

}


.jcarousel-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.jcarousel-wrapper .photo-credits a {
    color: #fff;
}



/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
		height:426px;
		width:720px;

}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
	margin-top:0px !important;
		height:426px;
		width:720px;
		
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 41px;
    margin-top: -15px;
    width: 25px;
    height: 45px;
}


.jcarousel-control-prev {
    left: 10px;
}

.jcarousel-control-next {
    left: 10px;
	top:120px;
}










@media (max-width: 320px) {
.jcarousel {
    position: relative;
    overflow: hidden;
	height:189px;
	width:320px;
	max-width:100%;
	min-width:320px;
}

.jcarousel ul {
    width: 9000px;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
	margin-top:0px !important;
	height:189px;
	width:320px;
	max-width:100%;
	min-width:320px;
}
}
@media (max-width: 360px) {
	.jcarousel {
		position: relative;
		overflow: hidden;
		height:213px;
		width:360px;
	}
	
	.jcarousel ul {
		width: 9000px;
		position: relative;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.jcarousel li {
		float: left;
		margin-top:0px !important;
		height:213px;
		width:360px;

	}
}




@media (min-width: 384px) {
	.jcarousel {
		position: relative;
		overflow: hidden;
		height:227px;
		width:384px;
	}
	
	.jcarousel ul {
		width: 9000px;
		position: relative;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.jcarousel li {
		float: left;
		margin-top:0px !important;
		height:227px;
		width:384px;

	}
}

@media (min-width: 720px) {
	.jcarousel {
		position: relative;
		overflow: hidden;
		height:426px;
		width:720px;
	}
	
	.jcarousel ul {
		width: 9000px;
		position: relative;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.jcarousel li {
		float: left;
		margin-top:0px !important;
		height:426px;
		width:720px;
		/*min-width:100%;*/
	}
}



/*

/** Carousel **/
/*@media (max-width: 320px) {
.jcarousel {
    position: relative;
    overflow: hidden;
	height:189px;
	width:320px;
	max-width:100%;
	min-width:320px;
}

.jcarousel ul {
    width: 9000px;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
	margin-top:0px !important;
	height:189px;
	width:320px;
	max-width:100%;
	min-width:320px;
}
}
@media (max-width: 360px) {
	.jcarousel {
		position: relative;
		overflow: hidden;
		height:213px;
		width:360px;
	}
	
	.jcarousel ul {
		width: 9000px;
		position: relative;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.jcarousel li {
		float: left;
		margin-top:0px !important;
		height:213px;
		width:360px;

	}
}

@media (min-width: 384px) {
	.jcarousel {
		position: relative;
		overflow: hidden;
		height:227px;
		width:384px;
	}
	
	.jcarousel ul {
		width: 9000px;
		position: relative;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.jcarousel li {
		float: left;
		margin-top:0px !important;
		height:227px;
		width:384px;

	}
}


@media (min-width: 720px) {
	.jcarousel {
		position: relative;
		overflow: hidden;
		height:426px;
		width:768px;
	}
	
	.jcarousel ul {
		width: 9000px;
		position: relative;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.jcarousel li {
		float: left;
		margin-top:0px !important;
		height:426px;
		width:720px;
		min-width:100%;
	}
}


/*
	.jcarousel {
		position: relative;
		overflow: hidden;
		height:426px;
		width:768px;
	}
	
	.jcarousel ul {
		width: 9000px;
		position: relative;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.jcarousel li {
		float: left;
		margin-top:0px !important;
		height:426px;
		width:720px;
		min-width:100%;
	}



/** Carousel Controls **/

/*
.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 41px;
    width: 25px;
    height: 45px;
   /* text-align: center;
    text-decoration: none;  */ 
	/*z-index:20; */
/*}

.jcarousel-control-prev {
    left: 10px;
}

.jcarousel-control-next {
    left: 10px;
	top:120px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}
*/



/** Carousel Pagination **/
/*
.jcarousel-pagination {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 11px;
    line-height: 14px;
    min-width: 14px;
    
    background: #fff;
    color: #4E443C;
    border-radius: 14px;
    padding: 3px;
    text-align: center;
    
    margin-right: 2px;
    
    opacity: .75;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}*/