

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 400px;
height: 250px;
overflow: auto;
position: relative;
background-color: #FFFFFF;
margin: 0.1em auto;
padding: 5px;
font-family:verdana;
font-size:11px;
}


#servicescroll {
/* Typical fixed height and fixed width example */
width: 250px;
height: 250px;
overflow: auto;
position: relative;
background-color: #FFFFFF;
margin: 0.1em auto;
padding: 5px;
font-family:verdana;
font-size:11px;
}

#ghost1 { 
background-image:url(../images/services/molder.jpg);
background-repeat:no-repeat;
background-position:top;
width: 400px;
height: 250px;
overflow: auto;
position: relative;
background-color: #FFFFFF;
margin: 0.1em auto;
padding: 5px;
font-family:verdana;
font-size:11px;
}


#ghost2 { 
background-image:url(../images/services/ghost_services.jpg);
background-repeat:no-repeat;
background-position:top;
width: 400px;
height: 250px;
overflow: auto;
position: relative;
background-color: #FFFFFF;
margin: 0.1em auto;
padding: 5px;
font-family:verdana;
font-size:11px;
}

#ghost3 { 
background-image:url(../images/services/qualitycheck.jpg);
background-repeat:no-repeat;
background-position:top;
width: 400px;
height: 250px;
overflow: auto;
position: relative;
background-color: #FFFFFF;
margin: 0.1em auto;
padding: 5px;
font-family:verdana;
font-size:11px;
}




.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 300px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

