/***********************************************************
	/css/new_product.css 
***********************************************************/

#new-product { height: 227px; overflow:hidden; }
#new-product .viewport { float: left; width: 492px; height: 195px; overflow: hidden; position: relative; margin:0 0 0 13px; _margin:0 0 0 5px; }
#new-product .disable { visibility: hidden;}
#new-product .overview { list-style: none; padding: 0; margin: 0;  position: absolute; left: 0; top: 0; }
#new-product .overview li{ 



/*	border: solid 1px #ededed;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius: 10px; 
	background:white none repeat scroll 0 0;*/
	
	background:url('/images/nav_products/new_product_bg.png') no-repeat right top;
	float:left;
	font-size:90%;
	margin-right:3px;
	text-decoration:none;
	width:100px;
	padding: 8px 10px; 
	min-height:196px;

}


#new-product .overview a { text-decoration:none;} 
#new-product .overview .name{ font-weight:bold; min-height:2.6em; text-decoration:underline; }


#new-product .slider-nav{display:inline-block; margin-left:7px; *display:block; *width:80px; } 
#new-product .pager { list-style: none; display:inline-block; padding-left:10px; }
#new-product .pager li { float:left; }
#new-product .prev { background:url('/images/nav_products/slider_arrow_left.gif') no-repeat bottom; background-position:0 0px; display:block; height:33px; width:14px; text-indent: -999em; float: left; overflow: hidden; position:relative; }
#new-product .prev:hover { background:url('/images/nav_products/slider_arrow_left.gif') no-repeat bottom; background-position:0 -33px; display:block; height:33px; width:14px;  }
#new-product .next { background:url('/images/nav_products/slider_arrow_right.gif') no-repeat bottom; background-position:0 0px; display:block; height:33px; width:14px; margin-left:50px; text-indent: -999em; float: right; overflow: hidden; position:relative; }
#new-product .next:hover { background:url('/images/nav_products/slider_arrow_right.gif') no-repeat bottom; background-position:0 -33px; display:block; height:33px; width:14px;  }
#new-product .pagenum { background-color: #fff; text-decoration: none; text-align: center; padding: 5px; color: #555555; font-size: 14px; font-weight: bold; display: block; }
#new-product .active { color: #fff; background-color:  #555555; }

li.promo{
	padding:0 10px !important;
}

.promo img{
	position: relative;
	left:-10px;
	top:2px;
}

