#mod_rand {width:100%;clear:both;display:block;overflow:hidden;}
#mod_rand .mod_rand_clear {clear:both;display:block;width:100%;}
#mod_rand .mod_rand_product {float:left;display:block;width:100%;}
#mod_rand .mod_rand_product .mod_rand_product_wrap { border: 0px solid #CCCCCC;
    margin: 5px;
    padding: 5px;}
#mod_rand .mod_rand_product .mod_rand_product_wrap .mod_rand_image {display:block;width:100%;text-align:center;height:100px;}
#mod_rand .mod_rand_product .mod_rand_product_wrap .mod_rand_image a {display:block;width:100%;}
#mod_rand .mod_rand_product .mod_rand_product_wrap .mod_rand_image img {max-height:200px;width:auto;margin:auto;float:none;}
#mod_rand .mod_rand_product .mod_rand_product_wrap .mod_rand_naz { clear: both;
    display: block;
    font-size: 11px;
    line-height: 11px;
    text-align: center;
    width: 100%;}
#mod_rand .mod_rand_product .mod_rand_product_wrap .mod_rand_price {width:100%;clear:both;display:block;text-align:center;}

#mod_rand ul li {float:left;display:block;}
.d-carousel {margin:auto;}
.jcarousel-direction-rtl {direction: rtl;}
.d-carousel .jcarousel-container {display: block;overflow: hidden;padding-bottom:40px;}
.d-carousel .jcarousel-next-horizontal {
	position: relative;
	top: 10px;
	float:right;
	display:block;
	width: 15px;
	height: 28px;
	cursor: pointer;
	background: transparent url(blog-arrows.png) no-repeat top right;
	margin-right:20px;
}

div.lasts {
background:#fdfbee;
padding:12px;
border:1px solid #E56900;
border-radius:6px;
 margin-bottom: 12px;
 margin-top: 12px;
}


.lasts h3{
color:#E56900;
 margin: 6px;
    padding: 5px;
}


.d-carousel .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background-image: url(blog-arrows.png);
}
.d-carousel .jcarousel-next-horizontal:hover {
	background-position: bottom right;
}
.d-carousel .jcarousel-prev-horizontal {
position: relative;
	top: 10px;
	float:left;
	display:block;
	width: 15px;
	height: 28px;
	cursor: pointer;
	background: transparent url(blog-arrows.png) no-repeat top left;
	margin-left:20px;
}
.d-carousel .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 5px;
	background-image: url(blog-arrows.png);
}
.d-carousel .jcarousel-prev-horizontal:hover {
	background-position: bottom left;
}
