.rotator {
    position: absolute;
	top:25px;
	right:0px;
	width:497px;
	height: 420px;
}

        .rotatorWindow {
            position: absolute;
            width: 497px;
            height: 357px;
            top: 0px;
            left: 0px;
            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 {
		            list-style-type: none;
		            position: absolute;
					overflow: hidden;
					top:310px;
					right:15px;
					height: 11px;
					margin: 0;
					padding: 0;
		            z-index: 30;
		            display: none;
		        }
		
		            /* style below however you want */
		            .rotatorNavigation li {
		                float: left;
		                width: 29px;
		                height: 11px;
		                /*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-color: #420c46;
		                color: #420c46;
		                text-align: center;
		            }
		    
						/* style below however you want */
						.rotatorNavigation li.on, .rotatorNavigation li:hover {
						    background-color: #c8c1a3;
						    color: #c8c1a3;
						}
    
    
        .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 */
			top:305px;
			right:0px;
			width:420px;
			height:40px;
			padding:15px 25px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			border:1px solid #a4a5a6;
			background: url('../images/layouts/new/lite_grey.png') repeat center top;
			color: #3f3f3f;
			font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
			font-size: 18px;
			line-height: 21px;
			text-decoration: none;
			text-align: left;
			text-shadow: 0px 1px 1px #fff;
            
        }
        
        	.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;
            width:497px;
			height: 420px;
            top: 0px;
            left: 0px;
            z-index: 25;
        }
    
        .rotatorOverlay {
            position: absolute;
            width:497px;
			height: 420px;
            top: 0;
            left: 0;
            z-index: 22;
        }