/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*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 {
	text-align:center;
	overflow: auto; 
	width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 15px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 9px Verdana, Arial; 
text-align: center; 
line-height: 17px; 
background: #fff;
color: #2F3A3E;
text-decoration: none;
border-bottom:none;
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #2F3A3E; 
color: #fff; 
border-bottom:none;
} 
 
/*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; 
} 
*/ 

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }




/* BLURBONE DIV */

/*DIV TESTO*/
.BlurbText{
	width:300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #2f3a3e;
	line-height: 18px;
	
	
}

.BlurbH2{
	height:60px;
	width:300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #a71818;
	background-image: url(img/project-underline.jpg);
	background-repeat:no-repeat;
	background-position: 0px 35px;
	display: block;
	margin-top:20px;
	padding:0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.BlurbH1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #2f3a3e;
}

.BlurbText a {
	/*border-bottom:thin dashed;*/
	text-decoration:none;
}




