#ImageRotator {
position:relative;
top: 0px;
margin-left: 35px;
}

#divImage1 {
position:absolute;
top: 0px;
left:0px;
border: none;
width: 260px;
height: 260px;
overflow: hidden;
}
#divImage1 img {
margin: 3px;
}
#divImage2 {
position:absolute;
top: 0px;
left:261px;
border: none; 
width: 260px;
height: 260px;
overflow: hidden;
}
#divImage2 img {
margin: 3px;
}
#divImage3 {
position:absolute;
top: 261px;
left:261px;
border: none; 
width: 260px;
height: 260px;
overflow: hidden;
}
#divImage3 img {
margin: 3px;
}
#divImage4 {
position:absolute;
top: 261px;
left:0px;
border: none; 
width: 260px;
height: 260px;
overflow: hidden;
}
#divImage4 img {
margin: 3px;
}

#BottomTagline{
position:absolute;
top: 580px;
left: 245px;

}