@charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */



/*	-------------------------------------------------------------
	STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@media screen, projection {

#slideshow { 
	position:relative; 
	width:970px; 
	height:350px; 
	overflow:hidden; }


#slides {
	position: relative;
	background-color:#fff; 
	overflow:hidden; 
	width: 970px; 
	height:350px;
	margin:0; 
	padding:0; }

/*	-------------------------------------------------------------
	CLOSING STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

}