#product {
width:2290px;
height:300px;
display:block;
 position:relative;
 overflow:hidden;
}
#block1
 {
 width:750px;
 height:300px;
 display:block;
 float:left;
position:relative;

}
#block2 {
 width:750px;
 height:300px;
 display:block;
 float:left;
position:relative;

}
#block3 {
 width:750px;
 height:300px;
 display:block;
 float:left;
position:relative;
 
}
#element1 {
 width:250px;
 height:200px;
 display:block;
 float:left;
 position:absolute;

}

