#myCarousel ul {
	padding: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

#myCarousel {
	padding: 2px 6px 2px 0px;
	width: 368px;
	/*width: 670px;*/
	overflow: hidden;
	position: relative;
	height: 142px;
	float: left;
	background-color: #FEEEE9;
}

#myCarousel .crosssalePrice {
    text-align: center;
    color: red;
    font-weight: bolder;
    display: block;
    clear: both;
}

#myCarousel a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

#myCarousel a:active {
	color: #a04322;
}

#myCarousel li {
	margin: 5px 0px;
	float: left;
	position: relative;
}

#next, #prev {
	margin-top: 68px;
	position: relative;
	float: left;
}

#carContainer {
	background-color: #FEEEE9;
	border: 5px solid pink;
	padding-left: 5px;
	clear: both;
	overflow: hidden;
	width: 425px;
}

#next {
	width: 12px;
	margin-left: 12px;
    height: 9px;
	display: block;
	cursor: pointer;
	background: transparent url("../skin1/images/customer_images/vert_menuwelc_bullet.gif") no-repeat;
	background-position: -14px 0;
}

#prev {
	width: 12px;
	height: 9px;
	margin-right: 10px;
	display: block;
	cursor: pointer;
	background: transparent url("../skin1/images/customer_images/vert_menuwelc_bullet_opp.gif") no-repeat;
}

img.carouselThumb {
	float: left;
	margin: 0 2px 3px 2px;
	border: 1px dotted #FFADB9;
}

img.carouselThumb:hover {
	border: 1px solid #C73F17;
}

#multiColorThumbnail {
	border: 1px solid #CCDDEE;
	border-top: none;
	padding: 6px 0px 4px 4px;	
}

#multiColorThumbnail #imageColor {
	margin-bottom: 6px;
}

#multiColorThumbnail #imageColorInstruction {
	font-size: 10px;
	color: #BDBDBD;
}

#multiColorThumbnail img:hover {
	border: 1px solid #C73F17;
	padding: 2px;
	margin: 1px;
	cursor: pointer;
}

#multiColorThumbnail img {
	border: 1px dotted #FFADB9;
	padding: 2px;
	margin: 1px;
}
