body {
	background: url(../images/main_bg.jpg) no-repeat center #000000;
	background-position:top;
}
	

#wrapper {
    width: 800px;
    margin: 0 auto;
}


#slider {
    width: 800px;
	height:415px;
    margin: 0 auto;
	margin-top: 65px;
}

.scroll {
    width: 800px;
	height:415px;
	margin-top:9px;
}

.scrollContainer div.panel {
    height: 381px;
    width: 800px;
}


.djs {
	width: 281px;
	height:361px;
	margin-right:12px;
	float:left;
	}
	
.event-text {
	width: 487px;
	height:361px;
	float:left;
	position:relative;
	}

.button {
	top:312px;
	right:194px;
	position:absolute;
	}
	
.button-hotel {
	top:312px;
	right:184px;
	position:absolute;
	}

.event-content {
	width: 780px;
	height:361px;
	background:url(../images/transparent_bg.png);
	margin-top:9px;
	padding:10px;
	}
	
.event-hdr {
	width: 800px;
	height: 25px;
	}



ul.navigation {
    width:780px;
	height: 107px;
	background: url(../images/bottomnav_bg.png) no-repeat;
	margin-top:19px;
	padding-left:30px;
	padding-top:10px;
	text-align:center;
}

ul.navigation li {
    display: inline;
    margin-right: 60px;
}

ul.navigation a {
    text-decoration: none;
}

ul.navigation a.selected {
    background:url(../images/bottomnav_highlight.png);
	width:108px;
	height:98px;

}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
	display:none;
}

.scrollButtons.right {
    right: -20px;
	display:none;
}

.hide {
    display: none;
}
