/* collectionCarousel
the list of products that scrolls across the top of the showpage
--------------------------------------------------------------*/
#collectionCarousel{
	margin:10px 0 10px 0;
	float:left;
	width:952px;
	overflow:hidden;
}

#collectionCarousel h3{
	color:#5da5b6;
	margin:2px 0 0px 0;
	padding:0 0 10px 0;
	font-size:1.2em;
}

#collectionCarousel div.moveLeft{
	float:left;
	margin-right:5px;
	width:10px;
	height:85px;
	background:transparent url(images/carousel-move-left.gif) no-repeat;
}

#collectionCarousel div.moveRight{
	float:right;
	margin-left:5px;
	width:10px;
	height:85px;
	background:transparent url(images/carousel-move-right.gif) no-repeat;
}

#collectionCarousel div.moveLeft a, #collectionCarousel div.moveRight a{
	display:block;
	width:10px;
	height:85px;
	text-indent:-9999px;
	margin:0;
	padding:0;
} 

#collectionCarouselContainer {
	float:left;
	margin:0 auto;
	padding:0;
	width:922px;
	height:85px;
	overflow:hidden;
	position: relative;
}

#collectionCarouselList, #collectionCarouselList2 {
	position: absolute;
}
#collectionCarouselList {
	left: 0px;
}
#collectionCarouselList2 {
	left: 2115px;
}

#collectionCarousel ul, #collectionCarousel2 ul {
	float:left;
	margin:0 auto;
	padding:0;
	list-style:none;
}

#collectionCarousel li, #collectionCarousel2 li {
	float:left;
	margin:0 6px 0 0;
	padding:0;
}

#collectionCarousel li div, #collectionCarousel2 li div {
	border:1px solid #cedee2;
	width:83px;
	height:83px;
	background:#fff no-repeat center center;
}

#collectionCarousel li div:hover, #collectionCarousel2 li div:hover {
	border-color:#63bbce;
}

#collectionCarousel li div a, #collectionCarousel2 li div a {
	display:block;
	height:83px;
}
