.header {
    position: relative;
    margin: 0;
    padding: 0;
    width:979px;
    height: 200px;
}

    .headerContainer {
        position: relative;
        width:979px;
        height: 200px;
        margin: 0 auto;
        padding: 0;
    }

        .headerWindow {
            position: absolute;
        	width:979px;
        	height: 200px;
            top:0px;
            left:0px;
            overflow: hidden;
            z-index: 22;
        }

            .headerWindow div { /* do not style the individual divs in the imageWindow */ }
                .headerWindow div img { /* do not style the individual images in the imageWindow */ }
    

		        .headerNavigation {
		            display:none;
		        }
		
		            /* style below however you want */
		            .headerNavigation li {
		                float: left;
		                width: 10px;
		                height: 10px;
		                /*line-height: 60px;   used for vertical centering; set as the same as the 'height' */
		                margin: 0 4px 0 0;
		                padding: 0px;
		                font-size: 1px;
		                line-height: 7px;
		                font-family: Century Gothic,Tahoma,Arial,sans-serif;
		                color: #535354;
		                text-align: center;
		                background: url('../images/layouts/nebnav.jpg') no-repeat center top;
		            }
		    
						/* style below however you want */
						.headerNavigation li.on, .headerNavigation li:hover {
						    background-position:bottom;
						    color: #c2a95b;
						    cursor: pointer;
						}
    
    
        .headerDescriptions {
            display:none;
        }
    
            /* style below however you want */
            .headerDescriptions div {
                position: relative;
                height: 100%;            /* keep this as it ensures there is not a flicker on the text */
                padding: 0;
                margin: 0 auto;
            }
    
        .headerAnchor {
            position: absolute;
            width:979px;
        	height: 200px;
       		top:0;
       		left:0;
            z-index: 25;
        }
    
        .headerOverlay {
            display:none;
        }
        
        .headerControlNext {
        	position: absolute;
        	width: 44px;
        	height: 87px;
        	top: 55px;
        	right: 15px;
        	margin:0;
        	padding:0;
        	background: url('../images/layouts/header_next.png') no-repeat center top;
        	z-index: 35;
        }
        
        .headerControlPrevious {
          	position: absolute;
        	width: 44px;
        	height: 87px;
        	top: 55px;
        	left: 15px;
        	margin:0;
        	padding:0;
        	background: url('../images/layouts/header_prev.png') no-repeat center top;
        	z-index: 35;      	
        }