/* --- SLIDESHOW --- */

#slider {
	width: 278px; /* important to be same as image width */
	height: 211px; /* important to be same as image height */
	position: relative;
	overflow: hidden; 
	margin: 0 auto;
	border: 1px solid #94bce0;
	font-family: Arial, Verdana, Helvetica;
}

#sliderContent {
	width: 278px; /* important to be same as image width or wider */
	position: absolute; 
	top: 0; 
	margin-left: 0; 
}

.sliderImage {
	float: left;
	position: relative; 
	display: none; 
	
}

.sliderImage img {
	background: #fff;
	padding: 5px;
}

.sliderImage span {
	display: none;
	position: absolute;
	left: 0; bottom: 0;
	padding: 10px 13px;
	width: 252px; 
	background-color: #000;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7; 
	-khtml-opacity: 0.7; 
	opacity: 0.7; 
	color: #fff;
	/*text-transform: uppercase;*/
	font-size: 16px;
	cursor: hand;
}

#motto {
	font-size: 16px;
	width: 180px;
	float: left;	
}

#motto2 {
	font-size: 26px;
	text-align: right;
	width: 71px;
	float: left;
	font-weight: bold;
	padding-bottom: 10px;
	vertical-align: bottom;
}

.clear {
   clear: both;
} 
