h2.productsRproducts_h2 {
    font-size: 1em;
    line-height: 1.8em;
}

#productsRproducts {
    display: inline-block;
    width: 100%;
}


.rproducts_item .product_image{
    display: inline-block;
    width: 100%;
    text-align: center;
}

.rproducts_item {
    float: left;
    padding: 10px 5px 10px 5px;
    cursor: pointer;
    text-align: center;
    width: 123px;
    overflow: hidden;
    line-height: 20px;
    display: inline-block;
}

a.productsRproducts_center {
    display: inline-block;
    width: 100%;
    height: 40px;
    text-align: center;
    text-decoration: none; }

.rproducts_item .rproductsPrice{
    font-weight: bold;
}
.rproducts_item .exclusive{
    margin-top: 2px;
}




.bx-wrapper {
	position: relative;
    text-align: left;
	margin: 0 0 20px;
	padding: 0;
	*zoom: 1;

}



/** THEME
===================================*/


a.prev, a.next {
	background: url(../img/miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 85px;
}
a.prev {			left: -22px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -50px; }
a.prev.disabled {	background-position: 0 -100px !important;  }
a.next {			right: -22px;
					background-position: -50px 0; }
a.next:hover {		background-position: -50px -50px; }
a.next.disabled {	background-position: -50px -100px !important;  }
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}
.pagination {
	text-align: center;
}
.pagination a {
	background: url(../img/miscellaneous_sprite.png) 0 0 no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -25px 0px;
	cursor: default;
}
.pagination a span {
	display: none;
}
