	

	#sl_arrows,#sl_thumbs{	/* Width of divs for thumbnails */
		width:725px;
        opacity:.6;
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
	}

	#sl_panel_one{		
    position: absolute;
    left: 0px;
    top: 0px;
		width:725px;
    height: 120px;
		float:left;
    padding-top: 0px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
	}

	#sl_thumbs{
		overflow:hidden;	/* Don't change this */
		height:100px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
    background-color: silver;
        opacity:.6;
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
	}
	
	#sl_thumbs_inner{
		position:relative;	/* Never change this */
		width:4000px;
	}	

	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:61px;	/* Width of strip */
		padding:5px;	/* "Air" inside filmstrip div */
		position:absolute;
	}

	.strip_of_thumbnails div{
		width:110px;
		height:86px;
		padding:2px;
		text-align:center;
	}

	.strip_of_thumbnails img{
		border:0px;
		padding:3px;
	}

	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:3px solid white;	/* Border around active thumbnail */
		padding:0px;
	}

	.leftArrow{
		float:left;
    height: 25px;
    width: 25px;
	}

	.rightArrow{
		float:right;
    height: 25px;
    width: 25px;
	}


	#sl_largeImage{	/* Large image div */
    position: absolute;
    top: 0px;
    left:0px;
    width: 100%;
    height:100%;
	}
	#sl_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:center;
	}
	#sl_largeImage img{	/* Large image */
		border:4px solid silver;	/* Border around large image */
	}
	


