<style type="text/css">
    .gallery_container{
      overflow: hidden;
      height: 310px;
    }


    .gallery_slider img{

      margin: 4px;

    }

    .gallery_slider{
      width: 100000px;
      position: relative;
    }

    .full_opacity
    {
        filter:alpha(opacity=0);
        -moz-opacity:0;
        opacity: 0;
    }

    code{
      display: none;
    }


</style>