/*==================================================
# CW2 Furniture Theme for Magento from customweb2.com  
# ==================================================
# Copyright (C) 2009 Netaxis IT Solutions Private Ltd. All Rights Reserved.
# Author: Netaxis IT Solutions Private Ltd
# Website:  http://www.customweb2.com 
# This file may not be redistributed in whole or significant part.
===================================================*/
.carousel-component { 
	position:relative;
	overflow:hidden;   /* causes the clipping */
	display:none; /* component turns it on when first item is rendered */
	
}
				
.carousel-component ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1; 
}

.carousel-component .carousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
	
    
}

/**
 * VERTICAL CAROUSEL DEFAULTS
 **/
.carousel-component .carousel-vertical li { 
	margin-bottom:0px;

	/* Fix for extra spacing in IE */
	float:left;
    clear:left;  
	
	/* Force the LI to respect the HEIGHT specified */
	overflow:hidden;
	display:block;
}

/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari... as in up/down button not working in some examples. */	 
.carousel-component ul.carousel-vertical {
/*	width:auto;*/
}

.carousel-component .carousel-clip-region { 
	overflow:hidden; /* Secret to the clipping */
	margin:4px 0 0 18px;
	position:relative;
	float:left;
	width:auto !important;
   
}

/**
 * ==============================================================================
 * Safe to override. It is safe to override background, padding, margin, color,
 * text alignment, fonts, etc. Define a separate CSS file and override your style
 * preferences.
 **/

.carousel-component { 
	padding:0px;
	color:#618cbe;margin:0 auto;
}
.carousel-component ul.carousel-list { 
	margin:0px;
	padding:0px;
	line-height:0px;
}
.carousel-component .carousel-list li { 	
border:1px solid #a6a6a6;
float:left;
height:274px;
list-style-type:none;
margin:5px 10px 0 0 !important;
padding:0;
width:198px !important;
text-align:center;
background:none; 
}
#cw2-slider-prd-name{width:40px;float:left;position:relative;left:10px;}
#cw2-main-carousel{border:1px solid #b2b2b2;overflow:hidden;height:291px;border-right:none;padding:0 0 0 22px}
#cw2-carousel-plugin{background:#E2E2E2;padding:0 0 5px 0}
h3.cw2-slider{padding:4px 0 4px 24px;font:bold 12px Verdana, Arial, Helvetica, sans-serif}
.carousel-list span{display:block;padding:7px 0 0 4px;height:23px !important;background:#535353;color:#fff;text-decoration:none !important;}
.carousel-component .carousel-list li img,.carousel-component .carousel-list li a,.carousel-component .carousel-list li a:hover{border:none !important}
.carousel-list a{text-decoration:none;text-align:left;}

.carousel-horizontal a.form-button{background:url(../../../../cw2-furniture/images/add-cart-btn.gif) no-repeat !important;height:22px;float:right;width:102px;padding:6px 0 0 6px;color:#000;} 
.slider-cart{background:#535353;overflow:hidden;width:198px;height:32px;position:relative;top:34px;padding:8px 0 0 0}
.slider-cart span {display:block;float:left;color:#fff !important;}
.carousel-horizontal a.form-button:hover{color:#000}
.carousel-horizontal a img{width:auto;height:auto}
.slider-cart a{color:#fff}