body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: 6d6c6c;
}
body {
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
}
a {
	font-size: 15px;
	color: #02B0AF;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #02B0AF;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial;
}
a:link {
	text-decoration: none;
}
.style3 {color: #01B1AF}
.style8 {color: #01B1AF; font-size: 12px; }
.style9 {font-size: 12px}

.style4 {font-size: 14px}
.style5 {color: #02B0AF}
.style6 {font-size: 10px}
.popup {font-size: 12px; color:#6d6c6c;}
.popup a{font-size: 12px; color:#02B0AF; text-decoration:none;}

.carousel-component { 
	padding:8px 16px 4px 16px;
	margin:0px;
}

.carousel-component .carousel-list li { 
	margin:4px;
	width:100px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	height:151px; /* 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:0px solid #e2edfa;
	outline:none;
}

.carousel-component .carousel-list li a:hover { 
	border: 0px solid #aaaaaa; 
}

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

.carousel-component .carousel-next { 
	position:absolute;
	top:40px;
	z-index:3;
	cursor:pointer; 
	right:5px; 
}
