/*preload classes*/
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer { 
position: relative;
overflow: hidden; 
border: 1px solid #e5e5e5;
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 { 
margin: 0 !important;
padding: 0 !important;
background: 0 !important;
float:left;
}
.stripTransmitter {
overflow: auto;
width: 1%;
}
.stripTransmitter ul {
margin: 0;
padding: 0;
position: relative;
list-style-type: none;
}
.stripTransmitter ul li{
width: 20px;
float:left;
margin: 0 3px 0 0 !important;
padding: 0 !important;
background: 0 !important;
margin: 0 1px 1px 0;

}
.stripTransmitter a{
font: 11px Tahoma, Verdana, Arial;
text-align: center;
line-height: 23px;
height: 23px;
background: transparent url(img/project_li_bg.png) no-repeat;
color: #000;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover, a.current{
background: transparent url(img/project_li_bg_hover.png) no-repeat;
color: #fff;
}

/*tooltips formatting*/
.tooltip
{
padding: 0.5em;
background: #fff;
color: #000;
border: 5px solid #dedede;
}

div.project { margin-bottom: 25px; }
div.project ul.desc { clear: both; }
div.project ul.desc li { float: left; padding: 0 40px 0 0 !important; background: none !important; }
div.project ul.desc li.last { float: right; width: 100px; padding: 0 !important; text-align: right;  }
div.project a.goTo { font-size: 12px; float: right; margin-top: -14px; color: #000; }