/* buzz main v.2009 sXd
------------------------------------*/
body { background-color: #d2d2d2; }
#clear { clear: both; }

#frontTop { 
	margin: 20px auto 0px auto;
	padding: 0px;
	width: 1020px;
	height: 225px;
	border: #555 2px solid;
	border-bottom: none;
	background: transparent url(gfx/backgrounds/09BUZZ_mainDesign_01.jpg) top left no-repeat;
	}
#lucas { float: left; margin: 0px; padding: 0px; width: 200px; height: 225px; display: inline; }
#navigation { float: left; margin: 0px; padding: 0px; width: 175px; height: 225px; display: inline; }
#dixie { float: left; margin: 0px; padding: 0px; width: 645px; height: 225px; display: inline; }	
	
#frontBottom {
	margin: 0px auto;
	padding: 0px;
	width: 1020px;
	height: 375px;
	border: #555 2px solid;
	border-top: none;
	background: transparent url(gfx/backgrounds/09BUZZ_mainDesign_02.jpg) top left no-repeat;
	}
#derek { float: left; margin: 0px; padding: 0px; width: 350px; height: 375px; display: inline; }
#nick { float: left; margin: 0px; padding: 0px; width: 570px; height: 375px; display: inline; }

/* gallery styling */
.gallerycontainer { position: relative; }
.thumbnail img { border: 1px solid white; margin: 0 5px 5px 0; }
.thumbnail:hover { background-color: transparent; }
.thumbnail:hover img { border: 1px solid #d2d2d2; }
.thumbnail span {
	position: absolute;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	}
.thumbnail span img { border-width: 0; padding: 2px; }
.thumbnail:hover span { 
	visibility: visible;
	top: 125px;
	left: 425px;
	z-index: 50;
	}
	
a img { border: none; }