.rotator {
    position:absolute;
	top:0px;
	left:0px;
	width: 600px;
    height: 360px;
}

        .rotatorWindow {
            position: absolute;
            height: 360px;
            width: 600px;
            top: 0px;
            left: 0px;
            overflow: hidden;
            background: #3a3a3a;
        }

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

		.rotatorSliderContainer {
			position: absolute;
            top: 343px;
            left: 0px;
            width: 586px;
			height: 65px;
			margin: 0;
			padding: 0 12px;
            z-index: 30;
            display: none;
		}
		
			.rotatorPrevious {
				position: absolute;
				top: 0;
				left: 0;
				width: 24px;
				height: 65px;
				z-index: 35;
			}
			
				.rotatorPrevious:hover {
					cursor: pointer;
				}

			.rotatorNext {
				position: absolute;
				top: 0;
				right: 0;
				width: 24px;
				height: 65px;
				z-index: 35;
			}
			
				.rotatorNext:hover {
					cursor: pointer;
				}

			.rotatorNavigationContainer {
	            position: absolute;
				overflow: hidden;
				top:340px;
				right:14px;
				width:580px;
				height: 12px;
			}

		        .rotatorNavigation {
		            list-style-type: none;
		            position: absolute;
					overflow: hidden;
					top:340px;
					right:14px;
					height: 12px;
					margin: 0;
					padding: 0;
		            z-index: 30;
		        }
		
		            /* style below however you want */
		            .rotatorNavigation li {
		                float: left;
		                width: 20px;
		                height: 12px;
		                /*line-height: 60px;   used for vertical centering; set as the same as the 'height' */
		                margin: 0 5px 0 0;
		                padding: 0px;
		                font-size: 1px;
		                line-height: 12px;
		                font-family: Century Gothic,Tahoma,Arial,sans-serif;
		                background-color: #ffffff;
		                color: #FFFFFF;
		                text-align: left;
						opacity: 0.5;
						filter: alpha(opacity=50)
		            }
		    
						/* style below however you want */
						.rotatorNavigation li.on, .rotatorNavigation li:hover {
						    background-color: #FFFFFF;
							opacity: 1;
							filter: alpha(opacity=100)
						}
						
						.rotatorNavigation li img {
							width: 78px;
			                height: 44px;
			                display: none;
						}
    
    
        .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: 612px;
            height: 65px;
            top: 293px;
            left: 18px;
            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: 611px;
            height: 390px;
            top: 0px;
            left: 0px;
            z-index: 25;
        }
    
        .rotatorOverlay {
/*
            position: absolute;
            width: 676px;
            height: 511px;
            top: 0;
            left: 0;
            z-index: 22;
            background: url('../images/layouts/rotator_bg.png') no-repeat center top;
*/
			display:none;
        }