@CHARSET "UTF-8";

#slideshow a { 
	color: #5C7F99; 
	text-decoration: none; 
}

#slideshow a:hover { 
	text-decoration: underline; 
}

#slideshow { 
	width: 650px; 
	float: left; 
	text-align: center; 
	height: 400px; 
	font-family: Georgia; 
	font-size: 14px; 
	margin-bottom: 10px;
}

#slideshow_images { 
	border: 2px solid #BAD340;
}

.slideshow_msg {
	color: #5C7F99;
	font-size: 14px;
    font-weight: bold;
}

/* For the banner inside each picture */
.ft-title { 
	padding: 10px 10px; 
	width: 630px; 
	text-align: left; 
}

/* For next and previous buttons, if they have navigation set to true */
.ft-prev, .ft-next { 
	background-color: #000; 
	padding: 0 10px; 
}
