﻿
a.navLink {
	padding:5px;
	color:#000;
	text-decoration:none;
}

.carousel-component { 
	padding:4px;
	margin-left:20px;
	background-color:#ffffff;
	width:77px; /* seems to be needed for safari */
}

.carousel-component .carousel-list li { 
	margin:0px;
	padding:4px;	
	float:left;
	width:77px; /* img width is 75 px from flickr + border-top (1) + border-bottom(1) */
	background-color: #ffffff;
	overflow:hidden;  
}

/* Applies only to vertical carousels */
.carousel-component .carousel-vertical li { 
	margin-left:0px;
	margin-bottom:0px;
	margin-top:6px;
	width:370px;
	height:123px;	/*ultimately determines the size of the carousel control */
	float:left;
	background-color: #ffffff;
	border-bottom-style:solid;
	border-bottom-color:#cecece;
	border-bottom-width:1px;
}

.carousel-component .carousel-list li a { 
	display:block;
	outline:none;
}

.carousel-component .carousel-list li a:hover { 
	cursor:pointer; 
	text-decoration:underline;
}

.carousel-component .carousel-list .carousel-image-row img { 
	padding-top:78px;
}

.carousel-component .carousel-list li img { 
	float:left;
	border-bottom:20px; 
	border-bottom-color: transparent;
}

#carousel-image-row {
	margin-left:15px;
}
	
#carousel-image-row a img { 
	border:0;
	padding:0;
	margin-right:12px;
	width:46px;
	height:33px;
}

#up-arrow { cursor:pointer; }
#down-arrow { cursor:pointer; }

.carousel-component ul.carousel-list { 
	position:relative;
	z-index:1; 
}

.carousel-component { 
	background:#FFFFFF;
	padding:0px;
	-moz-border-radius:6px;
	color:#618cbe;
}

.listTitle {
	display:block;
	position:relative;
	padding-left:115px;
	padding-top:-2px;
	margin-right:2px;
	text-align:left;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:11.7pt;
	font-size:1.3em;
	font-weight:bold;
}

.listDescription {
	display:block;
	position:relative;
	margin-right:2px;
	text-align:left;
	color:#000000;
	line-height:11.7pt;
	margin-left:115px;
	FONT: 1.1em Arial, Helvetica, sans-serif; /* need to have to overrule LI from carousel */	
}

.listMoreAbout {
	display:block;
	position:relative;
	margin-right:-4px;
	margin-top:8px;
	margin-bottom:4px;
	text-align:right;
	color:#666666;
	font-weight:bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	FONT-WEIGHT: bold;	
	FONT-SIZE: 1.0em;	
}

.listMoreAbout A:link 
{
	color:#666666;
	TEXT-DECORATION: underline	
}

.listMoreAbout A:visited
{
	color:#666666;
	TEXT-DECORATION: underline	
}

.listMoreAbout A:hover
{
	color:#000000;
}


