
/** Carousel **/

.jcarousel-reviews{
    position: relative;
    overflow: hidden;
	width: 400px;
}

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

.jcarousel-reviews li {
	width: 400px;
    float: left;
}

.rew{
	font-size: 16px;
	margin-bottom:22px;
}
.rew_name{
	font-size: 20px;
	text-transform:uppercase;
	display: block;
	margin:0 0 10px;
}
/** Carousel Pagination **/

.jcarousel-pagination-reviews {
    position: relative;
    bottom: 0;
}

.jcarousel-pagination-reviews a {
	width: 25px;
	height: 13px;
	background:url(../images/pager.png) no-repeat left top;    
    display: inline-block;  
}

.jcarousel-pagination-reviews a.active {
    background:url(../images/pager.png) no-repeat right top;
}

.jcarousel-reviews-wrapper {position: relative;}

.jcarousel-reviews-wrapper .prev,
.jcarousel-reviews-wrapper .next {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    width: 12px;
    height: 22px;
    text-align: center;
    text-decoration: none;
	cursor: pointer;    
}

.jcarousel-reviews-wrapper .prev {
    background-image: url("/images/arrow_left_hover.jpg");
    left: 278px;
    top: -38px;
}

.jcarousel-reviews-wrapper .next {
    background-image: url("/images/arrow_right_hover.jpg");
    right: 89px;
    top: -38px;
}

.jcarousel-reviews-wrapper .prev:hover{
    background-image: url('/images/arrow_left.jpg');
}

.jcarousel-reviews-wrapper .next:hover{
    background-image: url('/images/arrow_right.jpg');
}


