body {
	
}

#content {
	margin: 10px 0 20px;
}

#content1 {
	margin-top: 405px;
	overflow: visible;
	width: auto;
}

.billboard-banner-list {
	height: 395px;
	position: relative;
}

.campaign.ttw2012 {
	height: 500px;
	position: relative;
	overflow: hidden;
	padding-bottom: 56px;
}

.modules {
	overflow: hidden;
	height: 100%;
	position: relative;
	display: none;
}

.modules ul {
	height: 100%;
	position: relative;
}

.module {
	width: 940px;
	height: 100%;
	position: absolute;
}

.background-image,
.overlay-image { display: none; } /* Use JS to show/fade */

#campaign-nav {
	position: absolute;
	bottom: 0;
	width: 954px;
	margin-left: -7px;
	height: 22px;
	text-align: center;
}

#campaign-nav li {
	display: inline-block;
}

.ie7 #campaign-nav li { display: inline; }

#campaign-nav a
{
	width: 0;
	height: 0;
	padding: 22px 0 0 24px;
	overflow: hidden;
	background-image: url(../images/radiobutton.png);
	background-position: -24px 0;
	display: block;
}

#campaign-nav .selected a
{
	background-position: 0 0;
}


#next, #prev {
	position: absolute;
	height: 57px;
	width: 59px;
	background: transparent url(../images/campaigns/prevnextbuttons.png) no-repeat scroll 0 0;
	top: 150px;
}

	#next {
		right: 50%;
		margin-right: -510px;
		background-position: -58px 0;
	}

	#next:hover {
		background-position: -175px 0;
	}
	
	#prev {
		left: 50%;
		margin-left: -510px;
	}

	#prev:hover {
		background-position: -117px 0;
	}
	
.photo-block,
.content-block { position: absolute;overflow: hidden; }

.content-block p {
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
}

.content-block .light {
	color: #fff;
	text-shadow: #000 2px 2px 2px;
}

.content-block .dark {
	text-shadow: #fff 1px 1px 1px;
}

.content-block h1 {
	margin: 0px;
	color: #fff;
	font-size: 30px;
	margin-bottom: 0px;
	text-shadow: #000 2px 2px 2px;
}

.content-block a {
	margin: 12px 0 0;
}

.content-block .video-button-big {
	margin-top: 2px;
}
