@charset "utf-8";
/* CSS Document */

#another_products_carousel{
  float:left;
  height:238px;
  width:735px;}
  
#another_products_carousel .header{
  background:url(../img/another_product_carousel_header_back.png) repeat-x;
  border:1px solid #e8e9e9;
  float:left;
  height:27px;
  width:734px;}
  
#another_products_carousel .carousel{
  float:left;
  height:195px;
  margin-top:14px;
  width:733px;} 
  
#another_products_carousel .carousel a.prev, 
#another_products_carousel .carousel a.next {
  cursor:pointer;
  display:block;    
  height:25px;
  margin-top:78px;  
  width:15px;
  background-color:#3300FF;}
  
a.disabled{ visibility:hidden !important;}
  
#another_products_carousel .carousel a.prev {
  background:url(../img/another_product_carousel_prev_button.png) no-repeat;
  float:left;
  margin-left:11px;} 

#another_products_carousel .carousel a.next {
  background:url(../img/another_product_carousel_next_button.png) no-repeat;
  float:right;
  margin-right:11px;} 
  
div.another_products_carousel_scrollable {
  float:left;
  height:195px;
  overflow:hidden;
  position:relative;  	 	
  width: 680px;}
  
div.another_products_carousel_scrollable div.items {  
  clear:both;
  position:absolute;
  width:20000em;}
  
#another_products_carousel .carousel .another_item_block{
  float:left;
  height:195px;
  position:relative;
  width:170px;}
  
#another_products_carousel .carousel .another_item_block .another_item_name{
  position:absolute; top:0;
  padding:0 10px;
  text-align:center;
  width:150px;}
  
a.another_item_name_link,
a.another_item_name_link:hover{
  color:#171717;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;}
  
#another_products_carousel .carousel .another_item_block .another_item_image{
  height:100px;
  position:absolute; bottom:47px;
  text-align:center;
  width:170px;}  
  
#another_products_carousel .carousel .another_item_block .price_block{
  color:#e62c42;
  font-size:18px;
  line-height:1;
  position:absolute; bottom:18px;
  text-align:center;
  width:170px;}
  
#another_products_carousel .carousel .another_item_block .price_block sup{
  font-size:12px;}
  
.currency{ font-size:12px;}
