﻿.featureScroll {   
    width: 810px;   
    /* height: 240px; this too */   
    overflow: scroll;   
    position: relative;  /* this could also be set as 'relative', too */   
    background-color:#ECECEC; 
}   

.featureScroll .allfeatures{
	position: absolute; /*leave this value alone*/
	/*  right: 0px; these are messing with my js free layout 
	top: 0; */
}


.clientScroll {   
    width: 800px;   
    height: 100px; 
    padding-left: 2px;
	margin-left:2px;  
    overflow: scroll;   
    position: relative; 
    
}   

.clientScroll .allClients{
	position: absolute; 
	right: 0px;
	top: 0;
	text-align: center;
}

.clientScroll .imageItem
{
	margin-right: 10px;
}
