.rotator {
	position: relative;
	width:100%;
	min-width: 1024px;
	height: 372px;
	margin: 0 auto;
	padding: 0;
}

        .rotatorWindow {
			position: absolute;
			width: 100%;
			min-width: 1024px;
			height: 372px;
			left:0;
			top:0;
			overflow: hidden;
        }

            .rotatorWindow div { 
				background-position: center;
				background-repeat: no-repeat;
			}
                .rotatorWindow div img { /* do not style the individual images in the imageWindow */ }

		        #navContainer {
			        position: absolute;
			        top: 0 auto;
			        right: 0;
			        width: 662px;
			        height: 15px;
		        }
		        
		        .rotatorNavigation {
		            list-style-type: none;
		            position: absolute;
					overflow: hidden;
					top:10px;
					right:0px;
					height: 12px;
					margin: 0;
					padding: 0;
		            z-index: 30;
		        }
		
		            /* style below however you want */
		            .rotatorNavigation li {
		                float: left;
		                width: 12px;
		                height: 12px;
		                /*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/rotator_nav.png') no-repeat top center;
		                color: #ec008c;
		                text-align: center;
		            }
		    
						/* style below however you want */
						.rotatorNavigation li.on, .rotatorNavigation li:hover {
						    background-position: bottom;
						    color: #000000;
						}
    
    
        .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: 324px;
            height: 235px;
            top: 0px;
            left: 194px;
            padding:14px 14px 6px;
            color: #ffffff;
            font-size: 11px;
            font-family: Century Gothic,Tahoma,Arial,sans-serif;
            text-align: left;
            overflow: hidden;
            background: url('/images/layouts/rotator_desc.png') no-repeat center top;
            z-index: 23;
            display: none;
        }
        
        	.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: 662px;
            height: 293px;
            top: 15px;
            right: 0px;
            z-index: 25;
            display: block;
        }
    
        .rotatorOverlay {
			position: absolute;
			width: 324px;
			height: 372px;
			left:0;
			top:0;
            z-index: 80;
            background: url('/images/layouts/rotator_overlay.png') repeat-x center top;
        }