
/* ---------------------------------------------------- */  
/* SLIDESHOW 
/* ---------------------------------------------------- */  
#slideshow {  
	width: 240px;
	height: 100px;
	margin: 2px 0 0 0;
	padding: 0px 0px 0 0px;
	background-image: url('background.png');
	background-repeat: no-repeat;
	background-position: center;
	/*position: relative;*/
              clear: both;  
}

#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 { 
	width: 240px;
	/*overflow: hidden;*/
	padding: 0 25px 0 0px;
	
} 

#slideshow .slides ul {  

}

#slideshow .slides li {  
	width: 240px;
	float: left;  
	padding: 10px 0 0 0;
} 

#slideshow .slides h2 {
	margin: 0 0px 5px 0;
	font: 24px Georgia, "Times New Roman", Times, serif;
 	color:DarkOrange;
  	letter-spacing:1px;
}

#slideshow .slides p {
	width: 240px;
}

#slideshow .slides a {
	color: #c2bfbf;
}

#slideshow .slides img {
	float: left;
	margin: 0 15px 0 0;
}  
/* ---------------------------------------------------- */  
/* SLIDESHOW > NAVIGATION 
/* ---------------------------------------------------- */  



