#bannerBar {
	width: 940px;
	height: 350px;
	float: left;
	top: 212px;
	margin: 0 0 0;
}

	#bannerContainer {
		width: 940px;
		height: 280px;
		overflow: hidden;
	}
	
	#bannerContainer #banners {
		width: 2820px;
		height: 280px;
	}

		#banners div {
			width: 940px;
			height: 280px;
			float: left;
		}
		
			#bannerContainer div h2 {
				color: #fff;
				width: 280px;
				display: inline-block;
				vertical-align: middle;
				margin: 50px 0 0 30px;
				font-size: 2.2em;
			}

			#bannerContainer div h3 {
				color: #fff;
				width: 330px;
				padding-left: 280px;
				display: inline-block;
				vertical-align: middle;
				margin: 50px 0 0 30px;
				font-size: 2.2em;
				font-weight: normal !important;
			}
		
		#america, #pha { text-indent: -99999px;}
		
.homeButton {
	height: 200px;
	margin: 5px;
}

.homeButton a {
	display: block;
	height: 190px;
	height: 180px;
	padding: 10px;
	font-size: 1.6em;
	text-decoration: none;
}

#bannerSelector ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}

	#bannerSelector li {
		float: left;
		width: 305px;
		height: 74px;
		margin: 0 6px;
	}
	
	#bannerSelector li a{
		display: block;
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		line-height: 55px;
		height: 74px;
		font-size: 1.3em;
		
		background-repeat: no-repeat;
	}
	
	#bannerSelector .eur {
		background-image:url('/images/home/button-innovation1.png');
		text-indent: 82px;
	}
	
	#bannerSelector .pha {
		background-image:url('/images/home/button-pharmacare1.png');
		text-indent: 82px;
	}
	
	#bannerSelector .sem {
		background-image:url('/images/home/button-seminar1.png');
		text-indent: 97px;
	}
	
	#bannerSelector a:hover, #bannerSelector .cur {
		background-position: 0 -74px;
	}


/*
	#bannerContainer {
		width: 940px;
		height: 394px;
		position: relative;
		top: 0;
	}

	#bannerContainer div {
		width: 940px;
		height: 394px;
		position: absolute;
		top: 0;
	}
		
		#bannerBar div h2 {
			color: #fff;
			width: 250px;
			font-size: 1.5em;
			line-height: 1.5em;
			position: relative;
			top: 50px;
			left: 50px;
			margin: 0;
		}
		
	.inactive { opacity: 0; filter: alpha(opacity = 0); }
	.active { opacity: 1; filter: alpha(opacity = 100);  }

#bannerSelector {
	width: 840px;
	height: 90px;
	position: relative;
	bottom: 95px;
	left: 50px;
	z-index: 100;
}

	#bannerSelector ul {
		width: 850px;
		height: 90px;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
		#bannerSelector ul li {
			background-image: url('/images/template/banner-button-bg.png');
			float: left;
			height: 80px;
			width: 270px;
			margin: 5px;
		}
		
			#bannerSelector a {
				text-decoration: none;
				font-size: 1.4em;
				font-weight: bold;
				color: #003;
				line-height: 50px; 
				text-indent: 15px;
				display: block;
				height: 50px;
				text-indent: 60px;
				background-position: 0 0;
				margin: 15px 0 15px 15px;
				background-repeat: no-repeat;
			}
			
		.currentBannerLink {
			color: #059 !important;
		}
			*/
