/**
 * Layout 4 columns
 * Page Solutions
 * //// Antistatisque.net
 */
.solution_icon{
   margin:0 0 10px 10px;
   float:right;
   border:none;
}

/* project slideviewer */
.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%;  /* set in javascript??? */ 
   list-style-type: none; 
} 
.stripViewer ul li {
   float: left;
}

#iphone_view{
   height: 204px;
   width: 304px;
   /*background:url('images/portfolio_bg.png') 0 0 no-repeat;*/
}
.iphone_box{
   width:382px;
   height:302px;
   background: url('../../images/solutions/iphone_viewer.png') no-repeat 0 0 ;
   padding:20px 0 0 78px;
}

#project_nav{
   float:right;
   margin-top: 4px;
}
#project_label{
   margin-top:5px;
   float:left;
}
