/* PRODUCT SLIDER ************************************************************************* */
#sliderproducts .block_content {overflow:hidden;position: relative;}
#sliderproducts ul {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
#sliderproducts li {
	margin-right:10px;
	padding:10px 0;
	float:left;
}
#sliderproducts li.last_item_of_line  {margin-right:0;}
#sliderproducts h5 {
	padding-top:5px;
	height:30px;
	font-size:12px;
	color:#222
}

#sliderproducts .product_image {
	display:block;
	position:relative;
	margin: 0 auto;
	overflow:hidden
}
#sliderproducts .product_image span.new {
	display: block;
	position: absolute;
	top: 15px;
	right:-30px;
	padding: 1px 4px;
	width: 101px;
	font-size:10px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background-color: #333
}

#sliderproducts .product_desc {height:45px}
#sliderproducts .product_desc,
#sliderproducts .product_desc a {
	color:#666
}
#sliderproducts .lnk_more {
	display:inline;
	padding-right:10px;
	font-weight:bold;
	font-size:10px;
	color:#5589c7;
	background:url(../../../img/arrow_right_1.png) no-repeat 100% 3px;
}
#sliderproducts .price_container {
	margin-top:10px;
	padding:0;
}
#sliderproducts .price {
	font-weight:bold;
	font-size:14px;
	color:#990000
}
#sliderproducts li .ajax_add_to_cart_button {display:none;}
#sliderproducts li span.exclusive {display:none;}

#sliderproducts .nav_arrow{
	position: absolute;
	display: none;
	width: 28px;
	height: 28px;
	bottom:0;
	background:black;
}
#sliderproducts .nav_arrow.arrow_r {
	right: 0;background: transparent url('../img/arrow_r.png') left top no-repeat;}
#sliderproducts .nav_arrow.arrow_l {
	left: 0;background: transparent url('../img/arrow_l.png') left top no-repeat;}

#sliderproducts .nav {
	position: absolute;
	bottom: -7px;
	left: 50%; /* This is then fixed in JS */
	height: 28px;
}
#sliderproducts .nav .el {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin: 3px;
	background-color: #333;
  -webkit-border-radius: 5px;
          border-radius: 5px; 
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

}

#sliderproducts .nav .el.current {background-color: #08C;}