@charset "utf-8";
/* BEGIN slider styles */
#slider1								 	{ width: 900px; height: 100px; 					/* must be same as image width, height */
														position: relative; z-index: 1;				/* important */
														overflow: hidden; }										/* important */ 

#slider1 ul 							{ margin: 0; padding: 0; list-style-type: none; }

#slider1 img							{ border: none; }

#slider1 a								{ margin: 0; padding: 0; outline: none; border: none; } 

#slider1Content 					{ margin-left: 0; 
														width: 900px; 												/* must be same as image width */
														position: absolute; left: 0; top: 0; }
														
.slider1Image 						{ margin: 0; padding: 0;
														float: left;
														position: relative;
														display: none; }

.slider1Image span				{ margin: 0; padding: 10px 10px;
														position: absolute; 
														width: 300px; height: 100px;
														background-color: transparent;
														display: none; }

.slider1Image span h2			{ color: #f8f8f8;
														font-size: 48px;
														line-height: 1.3em; 
														border: none; }

.slider1Image span.left 	{ left: 0; top: 0; 
														width: 300px !important; height: 98px; }

.slider1Image .right 			{ right: 75px; bottom: -175px;
														width: 300px !important; height: 98px; }

.slider1Image .clear 			{ clear: both; }

/* END slider styles */