/*
	Panning Slideshow with jQuery
	Build Internet Tutorial (www.buildinternet.com)
	Written by Zach Dunn
*/

*{margin:0; padding:0;}

body{background:#353637; height:100%; }

#window{clear:both; width:960px; height:350px; background:#131310; overflow:hidden; position:relative; margin:15px auto 10px auto;}

#slideshow{width:1920px; height:700px; overflow:hidden; position:relative;}
	#slideshow li{width:960px; height:350px; float:left; display:inline;}


#content{background:#131310 url('images/speech-bubble.jpg') top left no-repeat; color:#FFF; font-family:georgia, serif; width:960px; margin:0px auto 0px auto; padding-top:20px; overflow:hidden;}

#content p{font-size:16px; line-height:1.6em; padding:30px 30px 0px 0px;}
#content p a{color:#73ccff;text-decoration: none}
#mainimg img{float:left; padding:10px 10px 10px 10px}
#social {float: right; padding:0px 70px 10px 0px}


/*  */

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	}	

/*  */


