  
/* ---------------------------------------------------- */  
/* SLIDESHOW 
/* ---------------------------------------------------- */  
#slideshow {
	width: 910px;
	background-color: #FFF;
}  
  
#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
}  
  
#slideshow ul:after {  
content: ".";  
clear: both;  
display: block;  
height: 0;  
visibility: hidden;}              
  
/* ---------------------------------------------------- */  
/* SLIDESHOW > SLIDES 
/* ---------------------------------------------------- */  
#slideshow .slides {
	overflow: hidden;
	width: 900px;
}  
  
#slideshow .slides ul {
	/* total width of all slides - 
960px multiplied by 3 in this case */  
width: 2730px;
}  
  
#slideshow .slides li {
	width: 870px;
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}  
#slideshow .slides  p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
a.readmore-img {
	background-image: url(images/readmore_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 125px;
	display: block;
	overflow: hidden;
	text-indent: -150px;
	height: 25px;
	margin-top: 10px;
}
#slideshow .slides li img {
	float: right;
	padding-left: 30px;
	margin: 0px;
	padding-bottom: 0px;
	z-index: 9;
}
  
#slideshow .slides h2 {
	margin-top: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}  
  
/* ---------------------------------------------------- */  
/* SLIDESHOW > NAVIGATION 
/* ---------------------------------------------------- */  
#slideshow .slides-nav {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 20px;
	margin-top: 10px;
	position: relative;
	z-index: 8;
	top: 26px;
}  
  
#slideshow .slides-nav li {
	float: left;
	margin-right: 10px;
}  
  
#slideshow .slides-nav li a {
	display: block;
	outline: none;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #FFF;
	background-color: #39A0C7;
	font-size: 10px;
}  

