@charset "utf-8";
/* CSS Document */


#slider {

border: 0px ;
	   position: relative;
	   margin: 0px;
	
	position: relative; /* required for bounding */
	width: 100%;
	}
	
.header {
 position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background: #fdf8e5;   
    cursor: pointer;
	margin-bottom: 1px;
	padding: 9px 14px 6px 14px;  
color: #595750;
letter-spacing: 1px;
text-transform:uppercase;
font-size: 11px;


}
.header:hover {background: #beb191;}


.content {
overflow: hidden;	
    background: none;
	padding: 0px 5px 0px 5px; }
	
.text {margin: 15px 10px 15px 10px;}


#holder p {
font-size: 12px;
color: #595750;
line-height: 175%; }