*{margin:0px;padding:0px}
#thumb_scroll {
/* Typical fixed height and fixed width example */
width: 345px !important;
width: 345px;
height:235px !important;
height: 240px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin-top:10px;
margin-bottom:10px;
color:#000;
}
#service_scroll{
/* Typical fixed height and fixed width example */
width: 520px;
height:345px !important;
height: 360px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin-top:10px;
margin-bottom:20px;
color:#000000;
}

.fixed {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width:310px !important;
height: auto;
position: relative;
padding: 0px;
font-size:12px;
}
.service_fixed {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width:490px;
height: auto;
position: relative;
padding: 0px;
font-size:12px;
color:#ffffff;
}


