﻿.svw {width: 470px; height: 270px; background: #ebebd3;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
text-align: center;
overflow: hidden;  
/*border: 1px solid #000000;   */
/*margin: 0 0 1px 0;*/ 
width: 470px; height: 270px; background: #ebebd3;
} 
.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  
{
font-family:Verdana,Trebuchet MS, Arial, sans-serif;
font-size:15px;
color:#403B3F;
overflow: auto; 
width: 1%; 
margin-bottom: 5px;
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
              
.stripTransmitter a{ 
text-decoration:none;
padding-left:5px;
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
font-family:Verdana,Trebuchet MS, Arial, sans-serif;
text-decoration:none;
padding-left:5px;
color:#D5241B;
} 
 
/*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; 
} 

.projectDescription
{
width: 280px; 
height: 140px;
margin-left: 5px; 
background-color: #ededed;
position: relative;
padding: 10px; 
float: left;
}

.projectPhotos
{
width: 200px;
height: 150px; 
background-color: #ededed; 
position: relative;
padding-top: 10px; 
float: left;
}

p
{
margin: 0px;
padding: 0px;	
}
