#mycarousel {
	margin: 0 0 15px 0 !important;
}
.carousel-component { 
	background-color:#ffffff;
	/*margin:0 auto; /*center gallery on page */
	margin: 0 !important;
	padding: 0 !important;
/*	padding-bottom: 10px; */
	width:530px !important;
}
.carousel-prev {
	margin: 0 !important;
	padding: 0 !important;	
}
.carousel-next {
	margin: 0 !important;
	padding: 0 !important;		
}
.carousel-list {
	background-color:#f6f6f6; 
/*	background-color:#66ff00;*/
	height: 142px; /*for Firefox*/
	margin: 0 !important; 
	padding: 0 !important;
/*	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	margin: 1px 0 0 0; */
	/*mhutchinson - 5/6/08*/
}
#mycarousel .carousel-component > div .carousel-clip-region > ul .carousel-list carousel-horizontal {
	height: 142px;
}

.carousel-component .carousel-list li { 
  /* margin: 1px;*/
   /* width: 144px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
                   img.border-left (1) + img.border-right (1)*/			   
	width:120px;			   		   
   /* height: 156px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
    /*    margin-left: auto;*/ /* for testing IE auto issue */
	height:140px; 
	margin:0 0 0 2px !important; 
}
.carousel-component .carousel-list li a { 
    /*display: block;*/
	text-align: center;
}
.carousel-component .carousel-list li img { 
 /*display: block;*/  
}                                
.carousel-component .carousel-prev { 
    position: absolute;
/*	top:1px;				kwolski - fixes previous button being 1px shorter than thumbnails. */
	left:0px; 
	height: 142px; 
	width: 36px;
	background: url(/images/products/arrow_previous.gif) top left no-repeat;
    z-index: 3;
    cursor: pointer; 
	margin: 0 !important;
	padding: 0 !important;
}
.carousel-component .carousel-next { 
    position: absolute;
    right: 0px; 
/*  top: 1px;	*/
	height: 142px; 
	width: 36px;
	background: url(/images/products/arrow_next.gif) no-repeat;/* left;*/
    z-index: 3;
    cursor: pointer; 
	margin: 0 !important;
	padding: 0 !important;
}
.carouselTitle{
	display:none; 
}
.carouselItem{
	border: 1px solid #e3e3e3;
	background-color: #eee;
}
.carouselImage{
}
