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

/* Vertical carousels */

/* more-views-carousel */
#more-views-carousel {
	width:75px;
	height:350px;
	margin:26px 0 0 0;
	position:relative;
	float:left;
}

#more-views-carousel .container {
	float:left;
	width:75px;
	height:318px;
	position:relative;    
	overflow:hidden;
}

#more-views-carousel ul {
	margin:0;
	padding:0;
	height:100000px;
	position:relative;
	top:0;
	left:0;
}                   

#more-views-carousel ul li {
	width:75px;
	height:85px/*100px*/;
	text-align:center; 
	list-style:none;   
	float:left;
	padding:11px 0 10px 0;
}

#more-views-carousel .empty_button {
	float:left;  
	width:75px;
	height:16px;
}

#more-views-carousel .previous_button {
	float:left;  
	width:75px;
	height:16px;
	background:url("../images/carousel/carousel-up.gif") 50% 50% no-repeat;
	z-index:100;
	cursor:pointer;
}

#more-views-carousel .previous_button_over {
	background:url("../images/carousel/carousel-up.gif") 50% 50% no-repeat;
}

#more-views-carousel .previous_button_disabled {
	background:url("../images/carousel/carousel-up-disabled.gif") 50% 50% no-repeat;
	cursor:default;
}

#more-views-carousel .next_button {
	float:left;  
	width:75px;
	height:16px;
	background:url("../images/carousel/carousel-down.gif") 50% 50% no-repeat;
	z-index:100;
	cursor:pointer;
}

#more-views-carousel .next_button_over {
	background:url("../images/carousel/carousel-down.gif") 50% 50% no-repeat;
}

#more-views-carousel .next_button_disabled {
	background:url("../images/carousel/carousel-down-disabled.gif") 50% 50% no-repeat;
	cursor:default;
}

/* #collections-carousel */
#collections-carousel {
	width:110px;
	height:482px;
	margin:10px 0 10px 4px;
	position:relative;
	float:left;
}

#collections-carousel .container {
	float:left;
	width:110px;
	height:450px;
	position:relative;    
	overflow:hidden;
}

#collections-carousel ul {
	margin:0;
	padding:0;
	height:100000px;
	position:relative;
	top:0;
	left:0;
}                   

#collections-carousel ul li {
	width:110px;
	height:133px;
	padding-top:15px;
	padding-bottom:2px;
	text-align:center; 
	list-style:none;   
	float:left;
}

#collections-carousel .previous_button {
	float:left;  
	width:110px;
	height:16px;
	background:url("../images/carousel/carousel-up.gif") 50% 50% no-repeat;
	z-index:100;
	cursor:pointer;
}

#collections-carousel .previous_button_over {
	background:url("../images/carousel/carousel-up.gif") 50% 50% no-repeat;
}

#collections-carousel .previous_button_disabled {
	background:url("../images/carousel/carousel-up-disabled.gif") 50% 50% no-repeat;
	cursor:default;
}

#collections-carousel .next_button {
	float:left;  
	width:110px;
	height:16px;
	background:url("../images/carousel/carousel-down.gif") 50% 50% no-repeat;
	z-index:100;
	cursor:pointer;
}

#collections-carousel .next_button_over {
	background:url("../images/carousel/carousel-down.gif") 50% 50% no-repeat;
}

#collections-carousel .next_button_disabled {
	background:url("../images/carousel/carousel-down-disabled.gif") 50% 50% no-repeat;
	cursor:default;
}

/* home_carousel */
#home_carousel {
	width:940px;
	height:294px;
	margin:20px 0 0 0;
	position:relative;
	float:left;
}

#home_carousel .container {
	float:left;
	width:940px;
	height:262px;
	position:relative;    
	overflow:hidden;
}

#home_carousel ul {
	margin:0;
	padding:0;
	height:100000px;
	position:relative;
	top:0;
	left:0;
}                   

#home_carousel ul li {
	width:940px;
	height:131px;
	text-align:center; 
	list-style:none;   
	float:left;
}

#home_carousel .previous_button {
	float:left;  
	width:940px;
	height:16px;
	background:url("../images/carousel/home-carousel-up.gif") 50% 50% no-repeat;
	z-index:100;
	cursor:pointer;
}

#home_carousel .previous_button_over {
	background:url("../images/carousel/home-carousel-up.gif") 50% 50% no-repeat;
}

#home_carousel .previous_button_disabled {
	background:url("../images/carousel/home-carousel-up.gif") 50% 50% no-repeat;
	cursor:default;
	visibility:hidden;
}

#home_carousel .next_button {
	float:left;  
	width:940px;
	height:16px;
	background:url("../images/carousel/home-carousel-down.gif") 50% 50% no-repeat;
	z-index:100;
	cursor:pointer;
}

#home_carousel .next_button_over {
	background:url("../images/carousel/home-carousel-down.gif") 50% 50% no-repeat;
}

#home_carousel .next_button_disabled {
	background:url("../images/carousel/home-carousel-down.gif") 50% 50% no-repeat;
	cursor:default;
	visibility:hidden;
}

/* Horizontal Relative carousel */
.carousel_horizontal {
	width:auto;
	height:180px;
	float:left;
	clear:left;
}

.carousel_horizontal .container {
	float:left;
	width:128px;
	height:180px;
	position:relative;    
	overflow:hidden;
}

.carousel_horizontal ul {
	margin:0;
	padding:0;
	width:128000px;
	position:relative;
	top:0;
	left:0;
	height:180px;
	display:block;
}                  

.carousel_horizontal ul li {
	width:128px;
	height:180px;
	list-style:none;   
	float:left;
	display:block;
}

.carousel_horizontal ul li a {
	display:block;
	width:128px;
}
.carousel_horizontal ul li a img{
	width:70px;
	height:85px;
	display:block;
	margin:auto;
}

.carousel_horizontal ul li a .product-name, 
.carousel_horizontal ul li a .price-box {
	text-align:left;
	width:128px;
}
.carousel_horizontal .empty_button {
	float:left;  
	width:16px;
	height:180px;
}

.carousel_horizontal .previous_button {
	float:left;  
	width:16px;
	height:180px;
	background:url("../images/carousel/carousel-left.gif") 0 42px no-repeat;
	z-index:100;
	cursor:pointer;
}

.carousel_horizontal .previous_button_over {
	background:url("../images/carousel/carousel-left.gif") 0 42px no-repeat;
}

.carousel_horizontal .previous_button_disabled {
	background:url("../images/carousel/carousel-left-disabled.gif") 0 42px no-repeat;
	cursor:default;
}

.carousel_horizontal .next_button {
	float:left;  
	width:16px;
	height:180px;
	background:url("../images/carousel/carousel-right.gif") 100% 42px no-repeat;
	z-index:100;
	cursor:pointer;
}

.carousel_horizontal .next_button_over {
	background:url("../images/carousel/carousel-right.gif") 100% 42px no-repeat;
}

.carousel_horizontal .next_button_disabled {
	background:url("../images/carousel/carousel-right-disabled.gif") 100% 42px no-repeat;
	cursor:default;
}


/* up-sells */
#up-sell {
	width:346px;
	height:105px;
	clear:left;
	margin:20px auto 0 auto;
	position:relative;
}

#up-sell .container {
	float:left;
	width:312px;
	height:105px;
	position:relative;    
	overflow:hidden;
}

#up-sell h4 {
	font-size:12px;
	font-weight:normal;
	text-align:center;
	margin-bottom:5px;
}

#up-sell ul {
	margin:0;
	padding:0;
	width:100000px;
	position:relative;
	top:0;
	left:0;
	height:105px;
}                   

#up-sell ul li {
	width:104px;
	height:105px;
	text-align:center; 
	list-style:none;   
	float:left;
}

#up-sell .previous_button {
	float:left;  
	width:16px;
	height:105px;
	background:url("../images/carousel/carousel-left.gif") 0 50% no-repeat;
	z-index:100;
	cursor:pointer;
}

#up-sell .previous_button_over {
	background:url("../images/carousel/carousel-left.gif") 0 50% no-repeat;
}

#up-sell .previous_button_disabled {
	background:url("../images/carousel/carousel-left.gif") 0 50% no-repeat;
	cursor:default;
	visibility:hidden;
}

#up-sell .next_button {
	float:left;  
	width:16px;
	height:105px;
	background:url("../images/carousel/carousel-right.gif") 0 50% no-repeat;
	z-index:100;
	cursor:pointer;
}

#up-sell .next_button_over {
	background:url("../images/carousel/carousel-right.gif") 0 50% no-repeat;
}

#up-sell .next_button_disabled {
	background:url("../images/carousel/carousel-right.gif") 0 50% no-repeat;
	cursor:default;
	visibility:hidden;
}



/* Presse */
#presse-carousel {
	width:834px;
	margin:auto;
	height:330px;
	position:relative;
}

#presse-carousel .container {
	float:left;
	width:810px;
	height:330px;
	position:relative;    
	overflow:hidden;
}

#presse-carousel ul {
	margin:0;
	padding:0;
	width:100000px;
	position:relative;
	top:0;
	left:0;
	height:330px;
}                   

#presse-carousel ul li {
	width:270px;
	height:330px;
	text-align:center; 
	list-style:none;   
	float:left;
}

#presse-carousel .previous_button {
	float:left;  
	width:12px;
	height:330px;
	background:url("../images/carousel/presse-carousel-left.gif") 0 89px no-repeat;
	z-index:100;
	cursor:pointer;
}

#presse-carousel .previous_button_over {
	background:url("../images/carousel/presse-carousel-left.gif") 0 89px no-repeat;
}

#presse-carousel .previous_button_disabled {
	background:url("../images/carousel/presse-carousel-disabled.gif") 0 89px no-repeat;
	cursor:default;
}

#presse-carousel .next_button {
	float:left;  
	width:12px;
	height:330px;
	background:url("../images/carousel/presse-carousel-right.gif") 100% 89px no-repeat;
	z-index:100;
	cursor:pointer;
}

#presse-carousel .next_button_over {
	background:url("../images/carousel/presse-carousel-right.gif") 100% 89px no-repeat;
}

#presse-carousel .next_button_disabled {
	background:url("../images/carousel/presse-carousel-disabled.gif") 100% 89px no-repeat;
	cursor:default;
}
