/* Block relatedproducts */
#relatedproducts {
	position: relative;
}
	#relatedproducts .carousel-control {
		background: url("carousel-button2.png") no-repeat scroll left 0 transparent;
		border: 0 none;
		border-radius: 0 0 0 0;
		top:5px;

		right: 25px;
		left: auto;
		opacity: 1;
		top: 30px;
		width: 23px;
		height: 23px;
	}
	#relatedproducts .carousel-control:hover {background: url("carousel-button2.png") no-repeat scroll left -40px transparent;}
	#relatedproducts .carousel-control.right {

		background: url("carousel-button2.png") no-repeat scroll right 0 transparent; right:10px;
	}
	#relatedproducts .carousel-control.right:hover {background: url("carousel-button2.png") no-repeat scroll right -40px transparent;}
  .carousel-control{
	z-index:10;
	
}
.carousel
{
	position:inherit;
}

/*03/01/14 price display in related products */
.product_block .right_block {
    height:84px;
    padding: 0 5%;
    position: relative;
}
.right_block .s_title_block{
    font-size: 13px;
    line-height: 18px;
    max-height: 62px;
    overflow: hidden;
}

#leorelatedcarousel .list-products .left_block {
    margin: 0;
    padding: 5px 0 2px;
    height: 20px;
    text-align: center;
}
#leorelatedcarousel .product_block .right_block{height:auto}