/* CSS Document */
.ImageCarousel li {
display:none;
}



#imageLeft,
#imageCenter,
#imageRight {
display:block !important;
}


.ImageCarousel li{
float:left;
}

.ImageCarousel li img {
width:100%;
height:100%;
}

#imageLeft, #imageRight  {
padding-top:100px;
margin:10px;
}

#imageLeft .wrap1, #imageRight .wrap1 {
width:220px;
height:220px;
}

#imageCenter .wrap1 {
width:460px;
height:460px;
}


.ImageCarousel dd 
{
    text-align:center;
}