/* Reposition SUFS and BRG */  
    body div#sufsright, div#sufsleft { float: none; }
	body div#SUFS { position: static; }
	body div#warwicksufs { height: auto; width: auto; }
	#warwicklogo img { margin:15px 0 15px 40px; }	
/* Reposition Location Header and Time/Weather */
	body #timeLink { left: 25px; }
	body #weatherLink a { left: 100px; }
/* Gallery Styles */	
	#frame { width: 565px; height: 330px; position: relative; background-position: top left; background-repeat: no-repeat; }
	#slideshow { display: none; }
	p#photo_caption { font-weight: bold; color:#8E7266; margin: 0px 0px 13px 0px; font-size: 11px; line-height: 13px; padding: 2px 12px; background: #fff; }
	
	/* Gallery Thumbs */
	#thumbs { padding: 6px 0px; text-align: center; background: #fff; margin-bottom: 10px; }
		#thumbs img { padding-top: 2px; }
	#preloader { display: none; }	
	
    div.SpecialOffer { padding: 10px 0px 10px 25px; height: 69px; overflow: hidden; }
        div.SpecialOffer a.SpecialOfferImgLink { display: block; width: 104px; height: 69px; overflow: hidden; float: left; }
            div.SpecialOffer a.SpecialOfferImgLink img { border: 1px solid #fefefe; width: 102px; height: 67px; overflow: hidden; }
        div.SpecialOffer p { display: block; width: 372px; float: left; padding: 0px 0px 0px 40px; }	
    div.ClearBoth { clear: both; }