    body {
		font:80% 'Trebuchet MS','Lucida Grande',Arial,Helvetica,sans-serif,'Unicode MS';
		color:#eee;
		background-color: #333344;
		margin:0;
		padding:0;
		text-align:center;
	}
	img{border:none;}
    #centerWrapper
    {
        width: 250px;
        margin: 80px auto 0 auto;
    }
    #titleWrapper
    {
        width: 300px;
    }
    #albums
    {
        width: 700px;
        margin-left: -200px;
    }
    #instructions
    {
        font-size: 10px;
    }
    #albumDown
    {
        position: absolute;
        cursor: pointer;
        font-size: 10px;
        z-index: 500000;
    }
    #albumDown img
    {
        vertical-align:middle;
    }
    #albumTitle
    {
        clear:both;
        font-size: 1.2em;
        font-weight:bold;
        margin: 5px;
    }
    .enlargement 
    {
	    border:1px solid #333333;
	    background-color: #333;
	    text-align:center;
	    margin: 0 10px 10px 0;
	    float: left;
	    z-index: 20000;
    }
    .enlargementTitle
    {
        background-color: #333;
        font-weight: bold;
    }
    
    .enlargement IMG 
    {
    	vertical-align:middle;
    }
    #simplemodal-container a.modalCloseImg {
	    background:url(x.png) no-repeat; /* adjust url as required */
	    width:25px;
	    height:29px;
	    display:inline;
	    z-index:32000;
	    position:absolute;
	    top:-2px;
	    right:-10px;
	    cursor:pointer;
    }
