.carousel-component .carousel-list li { 
    width:502px; /*500 + 2 + 2 + 1 + 1 */
}

.carousel-component .carousel-list li a { 
    display:block;
    border:0;
    outline:none;
    -moz-outline:none; 
}

.carousel-component .carousel-list li a:hover { 
    border: 0; 
}

.carousel-component .carousel-list li.active a { 
    border:0; 
}

.carousel-component .carousel-list li img { 
    border:0;
    display:block; 
}
                                    
.carousel-component .carousel-prev { 
    position:absolute;
    top:0px;
    z-index:3;
    cursor:pointer; 
    left:0px; 
}

.carousel-component .carousel-next { 
    position:absolute;
    top:0px;
    z-index:3;
    cursor:pointer; 
    right:0px; 
}
#indicator
{
	color:#006daf;
	font-family:Arial, Helvetica, Sans-Serif, SansSerif;
	font-size:11px;
	font-weight:bold;
	height:22px;
	padding:4px 5px 0px 5px;
	background-image:url(/images/home/indicator_bg.gif);
	background-repeat:repeat-x;
	
	}