


#cont1{
background: #FFF url(sh.jpg) no-repeat top left;
padding:10px;
padding-bottom: 20px;


}

#cont2{
background: #FFF url(is.jpg) no-repeat top left;
padding:10px;
padding-bottom: 20px;


}

#cont3{
background: #FFF url(id.jpg) no-repeat top left;
padding:10px;
padding-bottom: 20px;


}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 450px;
height: 150px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background: transparent;
padding-top: 25px;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 450px;
height: 150px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background: transparent;

padding-top: 25px;
}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 450px;
height: 150px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background: transparent;

padding-top: 25px;

}

* html #mycustomscroll3{
height: 175px;
}

* html #mycustomscroll2{
height: 175px;
}

* html #mycustomscroll{
height: 175px;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 950px;
height: 90px;
position: relative;
color: black;
padding: 0px;


}
.fixedwidth2 {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 1100px;
height: 90px;
position: relative;
color: black;
padding: 0px;
}

.fixedwidth3 {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 1500px;
height: 90px;
position: relative;
color: black;
padding: 0px;
}




.cont_scroll{
float:left;
text-align:center;
height:140px;
position:relative;
margin:0;
width:150px;

}

* html .cont_scroll{

height:130px;


}


.cont_scroll a{


}

.lipsum{
padding:0;
margin:0;
}