

/** Carousel **/
.jcarousel-wrapper{
	position: relative;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

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

.jcarousel li {
    width: 233px;
    float: left;
}

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

/** Carousel Controls **/

.jcarousel-control-prev {
    position: absolute;
    top:35%;
	left:0px;
    padding:0;
    background-repeat: no-repeat;
    background-image: url('../../../img/page_left.png');
    width: 25px;
    height: 59px;
    display: block;
    cursor: pointer;
}

.jcarousel-control-next {
    position: absolute;
    top:35%;
    padding:0;
    background-repeat: no-repeat;
    right:0px;
    background-image: url('../../../img/page_right.png');
    width: 25px;
    height: 59px;
    display: block;
    cursor: pointer;
}

.jcarousel:after{
	content: "";
display: block;
position: absolute;
height: 100px;
background: #0E5CC9;
width: 2px;
right: 19px;
top: 0px;
	}
