.jcarousel {   
    overflow: hidden;
    position: relative;
    width: 335px;
}
.jcarousel ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 20000em;
}
.jcarousel li {
    float: left;
    min-height: 120px;
    position: relative;
	width: 315px;
	height: 285px;
	background:#fff;
	padding:10px;
}
.jcarousel-pagination{
	float:left;
}
.jcarousel-pagination a{
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 10px;
    color: #4e443c;
    display: inline-block;
    font-size: 11px;
    height: 11px;
    line-height: 10px;
    margin-right: 10px;
    outline: 0 none;
    text-decoration: none;
    text-indent: -9999px;
    width: 11px;
	background:#999;
}
.jcarousel-pagination a.active{
	background:#fff;
}
.mayLikePagination .prev, .mayLikePagination .next{width: 7px;height: 23px;float:left;background: url(../Images/background/rotatorButtons.png) no-repeat 8px 5px;
padding-left:17px;position: static;cursor:pointer; float:left;}

.mayLikePagination .next{ background-position: 0 -13px;}
.mayLikePagination{ position: absolute; left: 117px; bottom: 15px;}
.BVCategoryInline{ float:right;}
.readReviewRating{float:left;width:100%;}