﻿/*General*/
    body
    {
	    width: 600px;
	    height: 400px;
	    margin: 0px;
    }

    img
    {
	    border: 0px;	
    }
    
    
/*Large Pictures*/
    #picture1
    {
	    width: 600px;
	    height: 400px;
	    display: block;	
	    z-index: 3;
	    position: absolute;
	    top: 0px;
	    left: 100px;
    }
    #picture2
    {
	    width: 600px;
	    height: 400px;
	    display: none;	
	    z-index: 3;
	    position: absolute;
	    top: 0px;
	    left: 100px;
    }
    #picture3
    {
	    width: 600px;
	    height: 400px;
	    display: none;	
	    z-index: 3;
	    position: absolute;
	    top: 0px;
	    left: 100px;
    }
    #picture4
    {
	    width: 600px;
	    height: 400px;
	    display: none;	
	    z-index: 3;
	    position: absolute;
	    top: 0px;
	    left: 100px;
    }
    
    
/*Thumbnails*/
    #thumb1
    {
	    width: 94px;
	    height: 94px;
	    z-index: 4;
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    border: none;
    }
    #thumb2
    {
	    width: 94px;
	    height: 94px;
	    z-index: 4;
	    position: absolute;
	    top: 102px;
	    left: 0px;
	    border: none;
    }
    #thumb3
    {
	    width: 94px;
	    height: 94px;
	    z-index: 4;
	    position: absolute;
	    top: 204px;
	    left: 0px;
	    border: none;
    }
    #thumb4
    {
	    width: 94px;
	    height: 94px;
	    z-index: 4;
	    position: absolute;
	    top: 306px;
	    left: 0px;
	    border: none;
    }