/* Face Partnership */

#navigation {
	background-image: url(../images/bg_home1.jpg);
}

#athletes {
	display: block;
	width: 150px;
	height: 100px;
}

#transboxathletes a:hover {
	display: block;
	width: 150px;
	height: 100px;
	background-color: #FFFFFF;
	background-image: url(../images/button_athletes.gif);
	background-repeat: no-repeat;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
}

#athletes span {
	display: none;
}

#transboxathletes a {
	width: 150px;
	height: 100px;
	background-color: #fff;
	background-image: url(../images/button_athletes.gif);
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	position: relative;
}

#transbox div {
	padding: 20px;
	font-weight: bold;
	color: #000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
}

#events {
	display: block;
	width: 150px;
	height: 100px;
}

#transboxevents a:hover {
	display: block;
	width: 150px;
	height: 100px;
	background-color: #FFFFFF;
	background-image: url(../images/button_events.gif);
	background-repeat: no-repeat;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	left: 151px;
	top: -100px;
}

#events span {
	display: none;
}

#transboxevents a {	
	width: 150px;
	height: 100px;
	background-color: #fff;
	background-image: url(../images/button_events.gif);
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	position: relative;
	left: 151px;
	top: -100px;
}

#experience {
	display: block;
  	width: 150px;
  	height: 100px;
	position: relative;
}

#transboxexperience a:hover {
	display: block;
	width: 150px;
	height: 100px;
	background-color: #FFFFFF;
	background-image: url(../images/button_knowledge.gif);
	background-repeat: no-repeat;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	left: 302px;
	top: -200px;
}

#experience span {
	display: none;
}

#transboxexperience a {	
	width: 150px;
	height: 100px;
	background-color: #fff;
	background-image: url(../images/button_knowledge.gif);
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	position: relative;
	left: 302px;
	top: -200px;
}

#knowledge {
	display: block;
  	width: 150px;
  	height: 100px;
}

#transboxknowledge a:hover {
	display: block;
	width: 150px;
	height: 100px;
	background-color: #FFFFFF;
	background-image: url(../images/button_knowledge2.gif);
	background-repeat: no-repeat;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	left: 453px;
	top: -300px;
}

#knowledge span {
	display: none;
}

#transboxknowledge a {	
	width: 150px;
	height: 100px;
	background-color: #fff;
	background-image: url(../images/button_knowledge2.gif);
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	position: relative;
	left: 453px;
	top: -300px;
}

#contact {
	display: block;
  	width: 150px;
  	height: 100px;
}

#transboxcontact a:hover {
	display: block;
	width: 150px;
	height: 100px;
	background-color: #FFFFFF;
	background-image: url(../images/button_contact.gif);
	background-repeat: no-repeat;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	left: 604px;
	top: -400px;
}

#contact span {
	display: none;
}

#transboxcontact a {	
	width: 150px;
	height: 100px;
	background-color: #fff;
	background-image: url(../images/button_contact.gif);
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	position: relative;
	left: 604px;
	top: -400px;
}


