
/* PHOTO */

body {
	padding: 0;
	margin: 0;
	text-align:left;
}

#FNAIM_Photo_Center {
	text-align:center;
	width: 450px;
	margin: 0 auto;
	font-family: Verdana;
	font-size: 8pt;
	color: #122373;
}

#FNAIM_Carousel {
	position: relative;
	left:0;
	top:0;
	font-family: Verdana;
	font-size: 8pt;
	color: #122373;
}

#FNAIM_Photo_Center img {
	border:1px solid #ACC7EF;
}


.carousel-component { 
    padding:8px 16px 4px 16px;
    margin:0 auto;
}

.carousel-component .carousel-list li { 
    margin:2px;
    width:41px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
                   img.border-left (1) + img.border-right (1)*/
    height:40px; /* 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;
    border:1px solid #e2edfa;
    outline:none;
}

.carousel-component .carousel-list li a:hover { 
    border: 1px solid #aaaaaa; 
}

.carousel-component .carousel-list li img { 
    border:1px solid #999;
    display:block; 
}
                                
.carousel-component .carousel-prev { 
    position:absolute;
    top:20px;
    z-index:3;
    cursor:pointer; 
    left:5px; 
}

.carousel-component .carousel-next { 
    position:absolute;
    top:20px;
    z-index:3;
    cursor:pointer; 
    right:5px; 
}

img#prev-arrow {
	border:0;
}
 
img#next-arrow {
	border:0;
}