@charset "UTF-8";
/* CSS Document */

/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;font-family:Arial, Helvetica, sans-serif; color:#4a4a4a; font-size:12px;} 
.svw ul {position: relative; left: -999em;} 
 
#project{
	position:absolute;
	margin-left:299px;
	margin-top:18px;
}
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: hidden; 
width: 200px !important; 
margin-left:-7px;
maring-top:5px;
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none;
background: #fff; 
} 
.stripTransmitter ul li{ 
width: 15px; 
float:left; 
margin-top: 15px; 
background-color:#909090;
margin-right:1px;
text-align:center;
} 
.stripTransmitter a{ 
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:15px;
text-align: center; 
color: #909090;
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
color: #000;
background-color:#000;
} 
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
} 


#description{
	position:absolute;
	width:260px;
	margin-top:6px;
	color:#4a4a4a;
	font-family: Georgia, serif;
font-size: 12.5px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.6em;}

#description a:link{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:11.5px;
	line-height:15px;
}

#description a:visited{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:11.5px;
	line-height:15px;
}




.role{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:11.5px;
	line-height:15px;
	color:#000;
}


.title{
	color:#000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.8em;
}

#imgBg{
	background-image:url(../images/img_border.jpg);
	width:560px;
	height:380px;
	position:absolute;
	margin-left:280px;
	
}
