@charset "utf-8";
/* BEGIN slider styles */
#slider1								 	{ width: 900px; height: 300px; 					/* must be same as image width, height */
														position: relative; 									/* 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;
														font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
														font-size: 1em;
														line-height: 1.25em;
														width: 900px;
														background-color: #000;
														filter: alpha(opacity=70);
														-moz-opacity: 0.7;
														-khtml-opacity: 0.7;
														opacity: 0.7;
														display: none; }
														
.slider1Image span.left 	{ left: 0; top: 0; 
														width: 145px !important; height: 300px; }

.slider1Image .right 			{ right: 0px; bottom: -15px;
														width: 145px !important; height: 300px; }

.slider1Image .clear 			{ clear: both; }

.slider1Image h2					{ margin: 0 0 .35em 0; padding: 0; 
														color: #ee3322; 
														font-weight: bold; 
														letter-spacing: 0;
														font-size: 1.3em; }

.slider1Image h3					{ margin: .25em 0 .25em 0; padding: 0; 
														color: #ee3322;
														font-weight: bold;
														font-size: 1.0em; }

.slider1Image p						{ margin: 0 0 .35em 0; padding: 0; 
														color: #fff;
														line-height: 1.25em; 
														font-size: 1em; }
.slider1Image p.bul				{ margin-left: 1em;
														text-indent: -.75em; }

/* END slider styles */
