/* css - scroll portfolio */
#sections{
overflow:hidden;
width: 900px;
height: 100px;
float: left;
}

#sections ul{
width:3000px;
}
	
#sections li{
list-style: none;
float:left;
}

#screen .next, #screen .prev {
cursor:pointer;
margin-bottom: 5px;
}

#screen .prev{
float:left;
}
  
#screen .next{
float:right;
}

a img {
margin-left:-5px;
}