.rotator {
    position:absolute;
	top:0px;
	left:0px;
	width: 276px;
    height: 282px;
}

        .rotatorWindow {
            position: absolute;
            height: 155px;
            width: 276px;
            top: 0px;
            left: 0px;
            overflow: hidden;
        }

            .rotatorWindow div { /* do not style the individual divs in the imageWindow */ }
                .rotatorWindow div img {
	                border: 0;
                }

		        .rotatorNavigation {
		            list-style-type: none;
		            position: absolute;
					overflow: hidden;
					top:170px;
					left:20px;
					height: 13px;
					margin: 0;
					padding: 0;
		            z-index: 30;
		        }
		
		            /* 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 6px 0 0;
		                padding: 0px;
		                font-size: 1px;
		                line-height: 11px;
		                font-family: Century Gothic,Tahoma,Arial,sans-serif;
		                background: url('/images/layouts/eb_nav.png') no-repeat top center;
		                color: #649941;
		                text-align: center;
		            }
		    
						/* style below however you want */
						.rotatorNavigation li.on, .rotatorNavigation li:hover {
						    background-position: bottom;
						    color: #007fb9;
						}
    
    
        .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: 236px;
            height: 60px;
            top: 196px;
            left: 20px;
            padding:0px;
            color: #000000;
            font-size: 13px;
            line-height: 20px;
            font-family: Century Gothic,Tahoma,Arial,sans-serif;
            text-align: left;
            overflow: hidden;
            z-index: 23;            
        }
        
        	.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; 
            }
    
        .rotatorAnchor {
		    position:absolute;
			top:0px;
			left:0px;
			width: 276px;
		    height: 282px;
            z-index: 25;
        }
    
        .rotatorOverlay {
            position: absolute;
			width: 276px;
		    height: 282px;
            top: 0;
            left: 0;
            z-index: 22;
            display: none;
        }