/* Upcoming Shows */
#upcomingShows{
	position: absolute;
	z-index: 10;
	top: 244px;
	left: 25px;
	width: 390px;
	background: url("/inc/i/background-shows-arrow.jpg") 104px 0 no-repeat;
}

#upcomingShows h2{
	padding: 21px 0 13px 0;
}

.upcomingShow{
	position: relative;
	padding: 18px 0 5px 155px;
}

.upcomingShow h4{
	font-size: 18px;
	color: #ccdadd;
	padding-top: 3px;
}

.upcomingShow h5{
	font-size: 12px;
	font-weight: bold;
}

.upcomingShow h6{
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 22px;
	left: 47px;
	_left: -105px;
}

/* Booking Info */
#bookingInfo{
	position: absolute;
	width: 251px;
	height: 145px;
	top: 503px;
	left: 71px;
	background: url("/inc/i/background-home-booking.jpg") top left no-repeat;
}

#bookingInfo a{
	display: block;
	left: 59px;
	top: 69px;
	position: absolute;
	height: 55px;
	overflow: hidden;
}

#bookingInfo h2{position: relative;}

#bookingInfo a:hover{background: none;}
#bookingInfo a:hover h2{top: -55px;}

/* News */
#newsContainer{
	position: absolute;
	z-index: 13;
	background: url("/inc/i/background-home-news.jpg") top right no-repeat;
	width: 438px;
	height: 306px;
	left: 415px;
	top: 331px;
}

#newsContainer #newsContent{
	position: absolute;
	top: 25px;
	left: 141px;
	width: 281px;
}

#newsContainer #newsContent img{
	float: left;
	margin: 0 13px 8px 0;
	border: 3px solid #686e74;
}

#newsContainer #newsContent p{
	padding-bottom: 19px;
}

/* FIM STRIP */
#filmstrip{
	position: absolute;
	z-index: 1;
	width: 446px;
	height: 172px;
	left: 245px;
	top: 155px;
}

#filmstrip img{
	margin: 4px 0 0 5px;
}