#myGallery
{
	text-align: left;
	margin: 0 auto;
}

#myCarousel
{
    text-align: left;
    margin: 0 auto;
    float: left; /* Same as your gallery is set to */
    width:700px; /* Adjust this to your picture width + 2 */
    height:83px;
    overflow:hidden;
    background: #0066b3;
}