.insideBanner {
	height: 150px;
}

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

.ticketsBox {
	text-align: center;
	padding: 10px 0 0 0;
}

.galleryThumb {
	text-decoration: none;
	border: 2px solid #aaa;
	display: inline-block;
	box-shadow: 0 0 10px #fff;
	margin: 0 0 5px 5px;
			transition: all .3s linear;
			-moz-transition: all .3s linear;
			-ms-transition: all .3s linear;
			-webkit-transition: all .3s linear;
			-o-transition: all .3s linear;
}

.galleryThumb:hover {
	opacity: .5;
}

.bigColumnPic {
	border:3px solid #fff;
	box-shadow: 0 0 10px #333;
	margin-bottom: 20px;
	margin-top: 15px;
}