.rotator {
    position:absolute;
	top:0px;
	left:0px;
	width:650px;
	height:396px;
}

        .rotatorWindow {
            position: absolute;
            height: 360px;
            width: 640px;
            top: 38px;
            left: 10px;
            overflow: hidden;
        }

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

        .rotatorNavigation {
            position: absolute;
            z-index: 30;
            list-style-type: none;

            /* style below however you want */
            top: 8px;
            left: 0px;
            padding: 0px;
            margin: 0px;
        }

            /* style below however you want */
            .rotatorNavigation li {
                width: 22px;
                height: 9px;
                line-height: 22px;  /* used for vertical centering; set as the same as the 'height' */
                text-align: center;
                margin-right: 10px;
                padding: 0px;
                font-size: 8px;
                font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
                background-color: #3d2200;
                color: #FFFFFF;
                float: left;
            }
    
            /* style below however you want */
            .rotatorNavigation li.on {
                background-color: #ddd4ac;
            }
    
    
        .rotatorDescriptions {
            position: absolute;
            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
            width: 221px;
            height: 60px;
            top: 213px;
            left: 12px;
            color: #000000;
            font-size: 11px;
            font-family: Helvetica,Arial,sans-serif;
            text-align: left;
            z-index: 23; 
            */
            
            display:none;
            
        }
    
            /* 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; 
            }
    
        .rotatorAnchor {
            position: absolute;
            width: 640px;
            height: 360px;
            top: 36px;
            left: 10px;
            z-index: 25;
        }
    
        .rotatorOverlay {
            /*
			position: absolute;
            width: 245px;
            height: 275px;
            top: 0;
            left: 0;
            z-index: 22;
			*/
			display:none;
        }
