@charset "UTF-8";
/* CSS Document */

.carousel-component { 
    padding:4px 16px 4px 16px;
    margin:0 0 0 23px;
	
	
}

.carousel-component .carousel-list li { 
    margin:0;
    width:240px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
                   img.border-left (1) + img.border-right (1)*/
    height:120px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
    /*    margin-left: auto;*/ /* for testing IE auto issue */
	
}

.carousel-component .carousel-list li a { 
    display:block;
	text-decoration:none;	
	font-size:12px;
	font-weight:bold;
	margin:0 0 0 0;
}

.carousel-component .carousel-list li a:hover { 
	color:#006699;
}

.carousel-component .carousel-list li img { 
    display:block; 
}
                                
.carousel-component .carousel-prev { 
    position:absolute;
    z-index:3;
    cursor:pointer; 
    left:17px; 
	bottom:15px;
}

.carousel-component .carousel-next { 
    position:absolute;
    z-index:3;
    cursor:pointer; 
    left:37px;
	bottom:15px;
} 


#mycarousel .bodytext {
	font-size:12px;
}
#mycarousel-2 .bodytext {
	font-size:12px;
	padding:0 40px 0 0;
}
#mycarousel-2 .carousel-list li {
	margin:0;
	width:260px;
	height:180px;
	
}


