#slideshow {
	width: 964px;
	margin: 0 auto;
	border-left:4px solid #eee;
	border-right:4px solid #eee;
	box-shadow: 0 0 20px #000;
}



#homeMainText {
	text-align: center;
	padding: 40px 0;
	margin: 5px 0;
	background-image: url('../images/homeTextBG.png');
	background-position: center center;
	background-repeat: no-repeat;
}

#homeMainText h2 {
	font-size: 40px;
	margin: -3px 0;
}

#homeMainText h1 {
	font-size: 60px;
	margin: -3px 0;
}

#homeMainText h3 {
	font-size: 34px;
	margin: -3px 0;
}

.homeThreeBox {
	background-color: #eee;
	box-shadow: inset 0 0 15px #aaa;
	width: 275px;
	padding: 10px;
	height: 245px;
	float: left;
	margin-right: 22px;
	text-align: center;
	box-shadow: 0 0 40px #000, inset 0 0 50px #999;
}

.videoBox h3, .videoBox h4, .videoBox h5, .videoBox h6 {
	text-align: center;
	margin: 0px;
}

.bullVideoImg {
	width:242px; 
	border:2px solid #eee; 
	box-shadow:0 0 10px #000; 			
	display:block; 
	margin:5px auto;
}


.slide {
	width: 964px;
	height: 365px;
	display: block;
}

.slideText {
	background-image: url('../images/slideBGBlue.png');
	height: 80px;
	width: 435px;
	float: right;
	margin: 150px 0 0 0;
	padding: 15px 20px
}

.slideLink {
	background-image: url('../images/slideBGGold.png');
	height: 11px;
	width: 435px;
	float: right;
	margin: 0 0 0 0;
	padding: 6px 20px;
	font-family: "adelle";
	color: #e1d6c5;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
}

.slideLink:hover {
	color: #fff;
}

.slideTitle {
	margin: 0px;
	color: #fff;
	font-size: 30px;
}

.slideContent {
	margin: 0px;
	color: #ccc;
	font-size: 12px;
	line-height: 16px;	
}

#homeLogos {
	float: right;
	height: 80px;
	padding: 10px;
	background-color: #fff;
}

.slideLogo {
	width: 120px;
	height: 80px;
	background-color: #fff;
	background-size:contain;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 10px;
}

.caroufredsel_wrapper {
	width: 820px !important;
	height: 110px !important;
}

.ticketButton {
	display: block;
	width: 500px;
	margin: 0 auto;
	background-color: #002663;
	color: #fff;
	padding: 20px;
	border-radius: 8px;
	text-decoration: none;
	font-family: helvetica;
	font-size: 28px;
	font-family: "adelle";
		transition: all .3s linear;
		-moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		-webkit-transition: all .3s linear;
		-o-transition: all .3s linear;
}

.ticketButton:hover {
	opacity: .5;
}


