.portfolio_viewer{height: 375px; width: 624px; overflow: hidden; background-color: #212930; width: 100%;}
.rightside .portfolioA {background-color:#212930;padding:15px;, float:left; vertical-align:top;}
.rightside .portfolio {background:url(../img/portfolio/bg.gif) no-repeat top left;margin:0px auto;text-align:left;width:626px;}
.rightside .portfolio .portfoliomiddle {padding:15px 1px}
.rightside .portfolio .buttons {clear:both;text-align:center;}
.rightside .portfolio .buttons .next img {margin:7px 25px;}

div.scroller { 
/* modify width and height of scrolling section if necessary  */    
width: 624px; 
height: 375px;
overflow: hidden;
border:0px solid #cccccc;
}
div.scroller div.section {
  /* modify width and height of each section as needed (should match the size of the scroller window) */    
  width:624px;
  height:375px;
  overflow:hidden;
  float:left;
  }
div.scroller div.content {
  width: 10000px;
}

div#section2 {
  background:white;
  color:white;
}