/*==================================================
# 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.
===================================================*/
/* scroll */
#doc{margin:auto;text-align:left;height:226px;background:url(../images/cw2-btn-scroll-left.gif) no-repeat left;padding:0 0 0 50px;}
#hd{
overflow:hidden;
padding:0;}
#cw2-carousel-right{width:50px;float:left;background:url(../images/cw2-btm-scroll-right.gif) no-repeat;height:226px;}
#dhtml-carousel{height:293px;background:#f9f9f9 url(../images/carusole-right.gif) right no-repeat;border-right:none; width:900px !important;}
.carousel-clip-region{}

.carousel-component {
	
}
.carousel-component .carousel-list li { 
	margin:4px;
	width:79px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	/*	margin-left: auto;*/ /* for testing IE auto issue */
}

.carousel-component .carousel-list li a { 
	display:block;
	border:1px solid #e2edfa;
	outline:none;
	
}

.carousel-component .carousel-list li a:hover { 
	border: 1px solid #87bf4e; 
}

.carousel-component .carousel-list li img { 
	border:1px solid #999;
	display:block; 
}

.carousel-component .carousel-list li strong { 
	display:block; 
}
									

#prev-arrow { 
	position:absolute;
	top:0px;
	z-index:3;
	cursor:pointer; 
	left:0; 
}

#next-arrow { 
	position:absolute;
	top:0px;
	z-index:3;
	cursor:pointer; 
	right:0; 
}
