/* Upsell Carousel */
#up-sell {
	width:696px;
	height:192px;
	z-index:50;
}

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

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

#up-sell ul li {
	width:164px;
	height:192px;
	padding:0;
	margin:0;
	text-align:center; 
	list-style:none;
	float:left;
}

#up-sell .previous_button {
	float:left;  
	width:20px;
	height:186px;
	margin-top:6px;
	background:url(../images/carousel/arrows.gif) left top no-repeat;
	z-index:100;
	cursor:pointer;
	overflow:hidden;
}

#up-sell .previous_button_over {
	background:url(../images/carousel/arrows.gif) left -192px no-repeat;
}

#up-sell .previous_button_disabled {
	background:url(../images/carousel/arrows.gif) left -384px no-repeat;
	cursor:default;
}

#up-sell .next_button {
	float:left;
	width:20px;
	height:186px;
	margin-top:6px;
	background:url(../images/carousel/arrows.gif) right -576px no-repeat;
	z-index:100;
	cursor:pointer;
	overflow:hidden;
}

#up-sell .next_button_over {
	background:url(../images/carousel/arrows.gif) right -768px no-repeat;
}

#up-sell .next_button_disabled {
	background:url(../images/carousel/arrows.gif) right -961px no-repeat;
	cursor:default;
}


/* Upsell Carousel */
#cross-sell {
	width:696px;
	height:192px;
	z-index:50;
}

#cross-sell .container {
	float:left;
	width:656px;
	height:192px;
	position:relative;    
	overflow:hidden;
}

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

#cross-sell ul li {
	width:164px;
	height:192px;
	padding:0;
	margin:0;
	text-align:center; 
	list-style:none;
	float:left;
}

#cross-sell .previous_button {
	float:left;  
	width:20px;
	height:186px;
	margin-top:6px;
	background:url(../images/carousel/arrows.gif) left top no-repeat;
	z-index:100;
	cursor:pointer;
	overflow:hidden;
}

#cross-sell .previous_button_over {
	background:url(../images/carousel/arrows.gif) left -192px no-repeat;
}

#cross-sell .previous_button_disabled {
	background:url(../images/carousel/arrows.gif) left -384px no-repeat;
	cursor:default;
}

#cross-sell .next_button {
	float:left;
	width:20px;
	height:186px;
	margin-top:6px;
	background:url(../images/carousel/arrows.gif) right -576px no-repeat;
	z-index:100;
	cursor:pointer;
	overflow:hidden;
}

#cross-sell .next_button_over {
	background:url(../images/carousel/arrows.gif) right -768px no-repeat;
}

#cross-sell .next_button_disabled {
	background:url(../images/carousel/arrows.gif) right -960px no-repeat;
	cursor:default;
}
