/*	Client CSS for the new Spotlight section */
/*	since this loads last, it can used to override any CSS from previous files */


#spotlight .featuredContentImageCustom{
/*	display:block; */
	max-width:800px;
	margin:5px auto;
	border: thin solid #AAA;
	border-radius:5px;
	box-shadow: 5px 5px 3px #888;
}



