/*
	Panning Slideshow with jQuery
	Build Internet Tutorial (www.buildinternet.com)
	Written by Zach Dunn
*/

*{margin:0; padding:0;}
body{height:100%;}  

#window{clear:both; width:auto; height:200px; background:rgba(245,245,245,.99); overflow:hidden; position:relative;z-index: 0;}

#slideshow{width:4096px; height:200px; overflow:hidden; position:relative;}
	#slideshow li{width:1024px; height:200px; float:left; display:inline;}


#content{background:#131310 url('../images/speech-bubble.jpg') top left no-repeat; color:#FFF; font-family:georgia, serif; width:800px; margin:0px auto 10px auto; overflow:hidden; padding-top:20px;}

	#content p{font-size:16px; line-height:1.6em; padding:40px 30px 30px 0px; margin:0;}
		#content p a{color:#73ccff;}
		#content img{float:left; padding:30px;}
		
p.footer{text-align:center; color:#ccc; font-size:12px; font-family: arial, sans-serif;}
	p.footer a{color:#73ccff; text-decoration: none;}
		
