
/* Menu Postion */
ul.dropdown {
	position: absolute;
	left: 360px;
	top: 5px;
	z-index: 597;
	float: left;
}

.content-background {
	background: url(../images/content-background.png) no-repeat;
	width: 1097px;
	height: 506px;
	position: absolute;
	top: 95px;
	left: -25px;
	display: none;
}

.left {
	position: absolute;
	top: 66px;
	left: 39px;
}

.middle {
	position: absolute;
	top: 82px;
	left: 277px;
}

.right {
	position: absolute;
	top: 100px;
	left: 713px;
}

.weekend-services {
	background: url(../images/buttons/weekend-services.png) no-repeat;
	position: absolute;
	width: 233px;
	height: 173px;
	display: none;
	left: 8px;
	top: -23px;
}

.leaders {
	background: url(../images/buttons/leaders.png) no-repeat;
	position: absolute;
	width: 246px;
	height: 142px;
	left: 3px;
	top: 130px;
	display: none;
}

.photo-gallery {
	background: url(../images/buttons/photo-gallery.png) no-repeat;
	position: absolute;
	width: 257px;
	height: 120px;
	top: 260px;
	left: -3px;
	display: none;
}

.slideshow {
	position: absolute;
	background: url(../images/slideshow-bg.png) no-repeat;
	width: 452px;
	height: 358px;
	display: none;
}

.slideshow-image {
	position: absolute;
	left: 5px;
	top: 5px;
}

.slideshow-image div {
	display: none;
	position: absolute;
}

.kidz-city-logo {
	background: url(../images/slideshow-overlay.png) no-repeat;
	position: absolute;
	top: -60px;
	left: 20px;
	width: 446px;
	height: 413px;
	z-index: 5;
}

.kidz-night-out {
	background: url(../images/buttons/kidz-night-out.png) no-repeat;
	position: absolute;
	width: 251px;
	height: 150px;
	left: 7px;
	top: -27px;
	display: none;
}

.wacky-wednesday {
	background: url(../images/buttons/wacky-wednesday.png) no-repeat;
	position: absolute;
	width: 254px;
	height: 118px;
	top: 272px;
	display: none;
	left: -2px;
}

.summer-camp {
	background: url(../images/buttons/summer-camp.png) no-repeat;
	position: absolute;
	width: 256px;
	height: 116px;
	top: 261px;
	display: none;
	left: 8px;
}

.kid-city-tv {
	background: url(../images/buttons/kid-city-tv.png) no-repeat;
	position: absolute;
	width: 196px;
	height: 241px;
	top: 18px;
	display: none;
}

.kid-city-tv:hover {
	background-position: -196px 0;
}

.bottom {
	top: 600px;
}