.rotator {
    position:absolute;
	top:0px;
	left:0px;
	width: 979px;
    height: 346px;
    background: #ffffff;
}

        .rotatorWindow {
            position: absolute;
            height: 346px;
            width: 979px;
            top: 0px;
            left: 0px;
            overflow: hidden;
            background: #ffffff;
            z-index: 22;
        }
        	
        	#textContainer {
        		position: absolute;
	            width: 500px;
	            height: 346px;
	            bottom: 0px;
	            right: 0px;
	            padding: 0;
	            z-index: 30;
	            background: url('../images/layouts/nrotatordesc.png') repeat center top;
        	}

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

		        .rotatorNavigation {
		            list-style-type: none;
		            position: absolute;
					overflow: hidden;
					top:50px;
					left:70px;
					height: 13px;
					margin: 0;
					padding: 0;
		            z-index: 35;
		        }
		
		            /* style below however you want */
		            .rotatorNavigation li {
		                float: left;
		                width: 13px;
		                height: 13px;
		                /*line-height: 60px;   used for vertical centering; set as the same as the 'height' */
		                margin: 0 8px 0 0;
		                padding: 0px;
		                font-size: 1px;
		                line-height: 10px;
		                font-family: Century Gothic,Tahoma,Arial,sans-serif;
		                color: #535354;
		                text-align: center;
		                background: url('../images/layouts/nrotatornav.png') no-repeat center top;
		                z-index: 35;
		            }
		    
						/* style below however you want */
						.rotatorNavigation li.on, .rotatorNavigation li:hover {
						    background-position:bottom;
						    color: #c2a95b;
						    cursor: pointer;
						}
						
						.rotatorNavigation p {
							display:none;
						}
    
    
        .rotatorDescriptions {
            position: relative;
            overflow: hidden; /* highly recommend that the overflow is hidden to prevent image bleeding on the website */
            z-index: 20; /* keep this: it sets the position */

            /* style below however you want */
            float:left;
            height: 195px;
            margin: 0;
            padding: 15px 0 0 0;
            color: #ffffff;
            font-family: Arial, Helvetica, sans-serif;
            text-align: left;
            overflow: hidden;
            width:370px;
            z-index: 30;
            top:80px;
            left:70px;
            
        }
        
        	.rotatorDescriptions p {
        		margin: 0;
        	}
    
            /* style below however you want */
            .rotatorDescriptions div {
                position: relative;
                height: 100%;  /* keep this as it ensures there is not a flicker on the text */
                padding: 0; 
                margin: 0 auto; 
            }
    
/*
        .rotatorHeadings {
            position: absolute;
            overflow: hidden; 

            width: 350px;
            height: 56px;
            bottom: 4px;
            left: 4px;
            padding:14px 14px 6px;
            color: #ffffff;
            font-size: 11px;
            font-family: Century Gothic,Tahoma,Arial,sans-serif;
            text-align: left;
            overflow: hidden;
            
            z-index: 24;
            
        }

        
        	.rotatorHeadings p {
        		margin: 0;
        	}
        	
    
            .rotatorHeadings div {
                position: relative;
                height: 100%;  
                padding: 0; 
                margin: 0 auto; 
            }
            
*/
        
    
        .rotatorAnchor {
            position: absolute;
            width: 979px;
    		height: 346px;
            top: 0px;
            left: 0px;
            z-index: 31;
        }
    
        .rotatorOverlay {
            display: none;
        }
        
        .rotatorControlNext {
        	display: block;
        	position: absolute;
        	bottom:4px;
        	right:4px;
        	width:50px;
        	height:60px;
        	background: url('../images/layouts/arrow_right.png') no-repeat center top;
        	z-index: 30;
        }
        
        .rotatorControlPrevious {
        	display: block;
        	position: absolute;
        	bottom:4px;
        	left:4px;
        	width:50px;
        	height:60px;
        	background: url('../images/layouts/arrow_left.png') no-repeat center top;
        	z-index: 30;
        }