#mycarousel.carousel-component {
	padding:8px 7px 4px 11px;
	margin:0px;
	background:none;
/*	float:left;*/
}
#mycarousel2.carousel-component {
	margin:0px;
	background:none;
	float:left;
}
#mycarousel.carousel-component .carousel-list li {
	margin:7px 0 0 0;
	font-size:13px;
	background:url(../images/widget/separator.jpg) right 3px no-repeat;
}
#mycarousel.carousel-component .carousel-list li a {
	display:block;
	height:32px;
	width:50px;
	outline:none;
	text-decoration:none;
}
#mycarousel.carousel-component .carousel-list li a.red {
color:#F00;
}
#mycarousel.carousel-component .carousel-list li a.orange {
color:#cd7200;
}
#mycarousel.carousel-component .carousel-list li a.green{
color:#09780c;
}
#mycarousel.carousel-component .carousel-list li a:hover, #mycarousel.carousel-component .carousel-list li a.selected {
	background:url(../images/widget/marker-1.gif) no-repeat 4px 0px;
}
#mycarousel.carousel-component .carousel-list li img {
	border:1px solid #999;
	display:block;
}
#mycarousel.carousel-component .carousel-prev {
	position:absolute;
	background:url(../images/widget/widget-1-left.gif) no-repeat;
	width:27px;
	height:38px;
	z-index:3;
	cursor:pointer;
	left:5px;
}
#mycarousel.carousel-component .carousel-prev img {
	margin:6px 0 0 12px;
}
#mycarousel.carousel-component .carousel-next {
	position:absolute;
	background:url(../images/widget/widget-1-right.gif) no-repeat;
	width:23px;
	height:38px;
	z-index:3;
	cursor:pointer;
	right:5px;
}
#mycarousel.carousel-component .carousel-next img {
	margin:6px 0 0 0;
}
#mycarousel.carousel-component .carousel-clip-region {
	background:url(../images/widget/widget-1-middle.gif) repeat-x;
	height:38px;
	padding-right:4px;
}