
/*
	CSS for Slideshow w/ PNG Frame Layer
*/

*{margin:0; padding:0; border:0;}


/* Slideshow & Billboard Images */
#top-zone {
overflow: hidden;
width: 215px;
float: left;
height: 412px;
margin-bottom: 12px;
margin-left: -10px;
}/*Here to keep images hidden in IE mostly*/

	#billboard{width: 215px; height: 412px;  overflow:hidden; background:url('images/billboard-bg.jpg') no-repeat top center;}

.slideshow {
width: 215px;
height: 412px;
overflow: hidden;
}

		.slideshow li{list-style:none; float:left; display:inline; position:relative;}


	/*Build Internet Demo Page Only*/
	#buildinternet-link{
		z-index: 10;
		width: 100%;
		height: 40px;
		text-align: center;
		background: #000 url("http://www.buildinternet.com/live/imagefill/bi-demo-branding.jpg") no-repeat 5px 5px;
		position: fixed;
		bottom: 0;
	}
	#buildinternet-link p{
		padding: 10px;
		font-size: 14px;
		color: #CCC;
		font-family:arial, sans-serif;
	}
	#buildinternet-link a{
		color: #A7D7E9;
	}