.jcarousel-wrapper {
    margin: 0px auto;
    position: relative;
	
}
/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    width: 400px;
    float: left;
  
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	border: 10px solid white;
}
.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}
/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 30%;
    width: 30px;
    height: 45px;
    text-align: center;     
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    
}
.jcarousel-control-prev {
    left: 15px;
	background: transparent url('/Skins/Ex/Images/left.png') no-repeat 0 0;
}
.jcarousel-control-next {
    right: 15px;
	background: transparent url('/Skins/Ex/Images/right.png')  no-repeat 0 0;
	
}