.imageViewer div#left {
float:left;
width:30%;
}
.imageViewer div#right{
float:right;
text-align:right;
width:30%;
}
.imageViewer div#center{
float:left;
text-align:center;
width:38%;
}
#imageCenter{
width:100%;
text-align:center;
}



