#fader {
	position: relative;	top:30px; left:10px; z-index: 1;
}

#fader .to {
	display: none;
	position: absolute;
	left: 0;
}

#xfader .xFaderImg{
	position:absolute;
	width: 400px;
	height: 250px;
}


#xfader{
	width: 400px;
	height: 250px;
	overflow: hidden;
	border-radius: 5px;
}


#xfadertext_text1{
	position:absolute;
	top:50px;
	left:50px;
	color:#A6C9E2;
	font-family:Verdana;
	font-weight:bolder;
	font-size: 35px;
	z-index: 51;	
	background: url("../images/000000_50.png") repeat scroll 0 0 transparent;
}

#xfadertext_text2{
	position:absolute;
	top:100px;
	left:100px;
	color:#A6C9E2;
	font-family:Verdana;
	font-weight:bolder;
	font-size: 35px;
	z-index: 51;	
	background: url("../images/000000_50.png") repeat scroll 0 0 transparent;
}


#xfadertext_link{
	position:absolute;
	left:300px;
	top:300px;
	z-index: 51;
	cursor:pointer;
	/*background: url("../images/play_button.png") repeat scroll 0 0 transparent;*/
}

.xfadertext_link_highlight{
	background:#1D5987;
}

#xfaderselector{
	width: 400px;
}

#xfaderselector div{
	color:black;
	background-color:#5C9CCC;
	border-radius: 5px;
	border-style:none;
	margin:0px;
	padding:0px;
	width:14%;
	text-align:center;
	position:relative;
	float:left;
	font-family:Verdana;
	font-size: 35px;
}

#xfaderlink{
	width: 400px;
	background-color:#5C9CCC;
	border-radius: 5px;
	font-weight:bolder;
	text-align:center;
	font-family:Verdana;
	color:black;
}


#xfaderlink_html{
	width: 400px;
	background-color:#5C9CCC;
	border-radius: 5px;
	font-family:Verdana;
	color:black;
}

#xfaderselector .selector{
	height:50px;
	cursor:pointer;
}

#xfaderselector .navigation{
	cursor:pointer;
}

#menu{
	margin-top:8px;
}

#qb_header{
	position:relative;
	margin-top:0px;
	margin-left:160px;
	text-align:right;
	font-family:Verdana;
	padding:5px;
}

#qb_footer{
	text-align:right;
	margin-top:10px;
	font-family:Verdana;
	padding:5px;
}


/*
 * Table height has to be fixed
 * because the Project Description text to the left varies in height.
 * The height given here should be big enough to show the complete
 * Project Description text.
 */
#qb_xfader_table{
	height:350px;
}

#qb_description{
	font-family:Verdana;
}

.contact_logo{
	width:18px;
	height:18px;
	border-style:groove;
}

#cv_address{
	position:relative;
	font-size: 12px;
}

#menu { position:fixed; font-size:small ;top:0px; left:0px; z-index: 100;}
