﻿    #myGallery{
      position:relative;
      right:-500px;
	
      width:100%; /* Set your image width */
      height:96px; /* Set your image height */

    }
    #myGallery div{
      display:none;
      width:200px; /* Set your image width */
      height:96px; /* Set your image height */
      position:absolute;
      top:0;
      left:0;
      	overflow:hidden;
		margin:0;
		cursor:pointer;
		float:right;
		text-align:right;
    }
    #myGallery div.active{
      display:block;
      width:200px; /* Set your image width */
      height:96px; /* Set your image height */
      	overflow:hidden;
		margin:0;
	cursor:pointer;
	float:right;
		text-align:right;
    }
