
	#gallery_panel_one{	/* Width of divs for thumbnails */
            display:inline;
            margin-bottom:20px;
            margin-left:27px;
		width:265px;
	}
      #gallery_arrows{  
            margin-left:-3px;
            width:265px;
      }
      #gallery_thumbs{
            width:265px;
      }
      #gallery_panel_one{		
		float:left;	
	}
	#gallery_thumbs{
		overflow:hidden;	/* Don't change this */
		height:265px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
            float:left;
	}
	#gallery_largeImage{	/* Large image div */
            display:inline;
            margin-top:3px;
            margin-left:20px;
		width:300px;	/* Width of large image div */
		height:300px;	/* Height of large image div */
		float:left;
		padding-right:10px;	/* "Air" */
		padding-left:10px;	
	}
	#gallery_largeImage table{	/* Used table to get both horizontal and vertical center alignment of large image */
		width:100%;
		text-align:center;
	}
	#gallery_largeImage img{	/* Large image */
		border:2px solid #454545;	/* Border around large image */
            padding:2px;
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:79px;	/* Width of strip */
		padding:0 4px;	/* "Air" inside filmstrip div */
		position:absolute;
	}
	.strip_of_thumbnails div{ 
		width:75px;
		height:75px;
		padding:3px 0;
		text-align:center;
	}
	.strip_of_thumbnails img{
            border:0;
            padding:2px 0;
            opacity:0.50;
            filter:alpha(opacity=50);
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		opacity:1;
            filter:alpha(opacity=100);
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#gallery_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	