@charset "utf-8";
/* CSS Document */
#mygallery1{
border: 0px;
width: 550px; /*Width of Carousel Viewer itself*/
height: 130px; /*Height should enough to fit largest content's height*/
background: #FFFFFF;
}

#mygallery1 .panel{
margin: 3px; /*margin around each panel*/
width: 135px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}