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