
.carousel-component { 
	position:relative;   /* causes the clipping */
	display:none; /* component turns it on when first item is rendered */
	padding:0;
    margin:0 0 0 8px;
	height:auto;
	width:auto;
}
				
.carousel-component ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1;
	margin:0px 0 0 0px;
	
	
}

.carousel-component .carousel-list li {
	/*border-right:1px solid #FFF;*/
	height:43px;
	float:left;
	list-style:none;
	margin:0;
    width:auto; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
                   img.border-left (1) + img.border-right (1)*/
    
	 /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
    } /* for testing IE auto issue */




.carousel-component .carousel-clip-region { 
	overflow:hidden; /* Secret to the clipping */
	margin:0px;
	position:relative; 
	width:auto;
}



.carousel-component .carousel-list li{ 
    line-height:43px;
	height:43px;
	display:block;
	float:left;
	margin:0 0 0 1px;
	font-family:"Arctic" Arial, Helvetica, sans-serif ;
	font-weight:bold;
	font-size:18px;	
}

.carousel-component .carousel-list li a.inactive{ text-decoration:none;  padding:0 0 0 13px;line-height:43px; height:43px; display:block; color:#000;}

.carousel-component .carousel-list li a.inactive span{  padding:0 14px 0 0;line-height:43px; height:43px; display:block; color:#000;}

.carousel-component .carousel-list li a.inactive:hover{background:url(../images/tabL.gif) no-repeat 0 0; color:#FFF;}

.carousel-component .carousel-list li a.inactive:hover span{ background:url(../images/tabR.gif) no-repeat 100% 0; color:#FFF;}

.carousel-component .carousel-list li a.active{ text-decoration:none; background:url(../images/tabL.gif) no-repeat 0 0; padding:0 0 0 13px;line-height:43px; height:43px; display:block; color:#FFF;}

.carousel-component .carousel-list li a.active span{ background:url(../images/tabR.gif) no-repeat 100% 0; padding:0 14px 0 0;line-height:43px; height:43px; display:block; color:#FFF;}


.carousel-component .carousel-list li img { 
    border:0;
    display:block;
	margin:0;
	padding:0;
}
/*-------------------------*/                                
.carousel-prev { 
    position:absolute;
    top:-40px;
    z-index:5;
    cursor:pointer; 
    left:121px; 
}

.carousel-next { 
    position:absolute;
    top:-40px;
    z-index:5;
    cursor:pointer; 
    left:148px; 
}

.carousel-prev3 { 
    position:absolute;
    top:-40px;
    z-index:5;
    cursor:pointer; 
    left:249px; 
}

.carousel-next3 { 
    position:absolute;
    top:-40px;
    z-index:5;
    cursor:pointer; 
    left:276px; 
}

.next-prev-holder{
	position:absolute;
    top:0px;
    z-index:5;
    cursor:pointer; 
    left:610px;
	width:65px;
	background-color:#cdd1d5;
	}
	
.next-prev-holder2{
	position:absolute;
    top:0px;
    z-index:5;
    left:465px;
	width:96px;
	height:44px;
	background:url(../images/tab-bg.gif) no-repeat right top; text-align:center;
	padding:8px 0 0 0;
	}
