.rotator {
    position: relative;
    padding: 0px;
}

    .rotatorContainer {
        position: relative;
		margin: 0 auto;
		padding: 0;
		width:870px;
		height:364px;
    }

        .rotatorWindow {
            position: absolute;
            height: 364px;
            width: 477px;
            top: 0px;
            left: 393px;
            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 {
            display: none;
        }

            /* style below however you want */
            .rotatorNavigation li {
            	display: none;
            }
    
            /* style below however you want */
            .rotatorNavigation li.on {
            	display: none;
            }
    
    
        .rotatorDescriptions {
            display: none;
        }
    
            /* style below however you want */
            .rotatorDescriptions div {
            }
    
        .rotatorAnchor {
            display: none;
        }
    
        .rotatorOverlay {
            position: absolute;
            width: 393px;
            height: 364px;
            top: 0;
            left: 0;
            background: url('/images/layouts/overlay.jpg') no-repeat center top;
            z-index: 22;
        }