body
{margin:0;padding:0;overflow:hidden;background-color:#333333;font-family: Arial, "Free Sans";}
a:link, a:visited, a:active {color: #FFF; text-decoration: none;}
a:hover {color: #dcd; text-decoration: none; border-bottom: none;	}
	/* Firefox Dotted Outline Fix */
	a:active { 
		outline: none; 
	}
	
	/* Firefox Dotted Outline Fix */
	a:focus { 
		-moz-outline-style: none; 
	}
    #main {
        background: #0099cc;
        margin-top: 0;
        padding: 2px 0 4px 0;
        text-align: center;
    }
    #main a {
        color: #ffffff;
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
        font-family: Arial;
    }
    #main a:hover {
        text-decoration: underline;
    }
    #container {
        margin: 0 auto;
        margin-top: 15%;
        width: 600px;
        height: 200px;
        overflow: hidden;
        border: 10px solid #000;
        -webkit-border-radius: .5em;
        -moz-border-radius: .5em;
        border-radius: .5em;
    }
    #img_container {
        width: 4000px;
    }
    #img_container img {
        position: relative;
        -moz-box-shadow: -5px 0 10px #000;
        -webkit-box-shadow: -5px 0 10px #000;
        box-shadow: -5px 0 10px #888;
    filter:
       progid:DXImageTransform.Microsoft.DropShadow(color=#969696, offx=1, offy=1)
       progid:DXImageTransform.Microsoft.DropShadow(color=#C2C2C2, offx=1, offy=1)
       progid:DXImageTransform.Microsoft.DropShadow(color=#EFEFEF, offx=1, offy=1); 
        width: 600px;
    }
    #img1 { z-index: 0; }
    #img2 { z-index: 1; }
    #img3 { z-index: 2; }
    #img4 { z-index: 3; }
    #img5 { z-index: 4; }