#myGallery
{
	text-align: left;
	margin: 0 auto;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

#myCarousel
{
    text-align: left;
    margin: 3px 0px 1px 0px;
	padding: 0px;
    float: left; /* Same as your gallery is set to */
    width:596px; /* Adjust this to your picture width + 2 */
    height:66px;
    overflow:hidden;
    background: #E5E5E5;
}