@charset "utf-8";
/* CSS Document */

/*
	Dictates style rules when screen is narrower than 960 pixels
*/
@media only screen and (min-width:1201px) {
	#HomeSlideshow {
		width: 100%;
		height: 640px;
	}
	.narrow #slideshow{
		width:1200px;
	}
	#slideControls UL{
		width:1200px;}
	.rslides li{
		height:540px;
	}
	.caption{
		position:absolute;
		width:350px;
	}
	#captionWrapper{
		width: 1200px;
	}
}

