#mycustomscroll {
/* Typical fixed height and fixed width example */
width:410px; 
height:330px;
overflow:auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
float:left;
overflow:hidden;

}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width:541px; 
height:295px;
overflow:auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
float:right;
overflow:hidden;
}


#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width:241px; 
height:295px;
overflow:auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
float:left;
overflow:hidden;

}


#mycustomscroll4 {
/* Typical fixed height and fixed width example */
width:515px; 
height:240px;
overflow:auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
float:left;
overflow:hidden;
margin-top:50px;
margin-left:0px;

}

#ScrollProjects
{
/* Typical fixed height and fixed width example */
width:405px; 
height:150px;
overflow:auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
float:left;
overflow:hidden;
}

#ScrollOpportunities
{    
/* Typical fixed height and fixed width example */
width:405px; 
height:195px;
overflow:auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
float:left;
overflow:hidden;
}

#ScrollClients
{    
/* Typical fixed height and fixed width example */
width:405px; 
height:458px;
overflow:auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
float:left;
overflow:hidden;
}

#ScrollAwards
{
/* Typical fixed height and fixed width example */
width:240px; 
height:150px;
overflow:auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
float:left;
overflow:hidden;
}

