#myGallery
{
	text-align: left;
	margin: 0 auto;
	width: 320px !important;
	height: 480px !important;
	background-color: #f6f6f7;
}
#myCarousel
{
    text-align: left;
    margin: 0 0 0 0;
    float: left; /* Same as your gallery is set to */
    width:322px; /* Adjust this to your picture width + 2 */
    height:65px;
    overflow:hidden;
    background: #000;
}