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

*{margin:0; padding:0;}
A{
	color: #ec037c;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
	FONT-FAMILY: Arial,sans-serif;
}
A:hover{

	color: #a703ec;

}

body{background:#bbbbbb; height:100%;}
#Container{width:900px; height:100%; background:#ffffff; text-align:center; margin:0px; padding:0px;}

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

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

.ThisSlideShow { position:relative; float:left; overflow:hidden; margin-top:2px; }


.ThisSlideShow img { position:relative; float:left;}

.ThisSlideShow .over_text { position:absolute;  top:0; left:0; float:left; z-index:100; color:white; FONT-FAMILY: Arial,sans-serif; FONT-SIZE: 18px; font-weight:bold; text-align:center; vertical-align:top; margin-top:150px;}

p.footer{text-align:center; color:#ce4e90; font-size:12px; font-family: arial, sans-serif;}
	p.footer a{color:#73ccff; text-decoration: none;}

