.rotator {
    position:relative;
	width: 672px;
    height: 510px;
    margin: 0 auto;
    padding: 0;
}

        .rotatorWindow {
            position: relative;
            height: 433px;
            width: 660px;
            overflow: hidden;
            border: 6px solid #b3b3b3;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
        }

            .rotatorWindow div {
                 border-radius: 10px;
            	-moz-border-radius: 10px;
            	-webkit-border-radius: 10px;
}
                .rotatorWindow div img {
                	width: 660px;
                	height: auto;
                 }

		        .rotatorNavigation {
		            list-style-type: none;
		            position: absolute;
					overflow: hidden;
					bottom:0px;
					right:0px;
					height: 55px;
					margin: 0;
					padding: 0;
		            z-index: 30;
		        }
		
		            /* style below however you want */
		            .rotatorNavigation li {
		                float: left;
		                width: 55px;
		                height: 55px;
		                /*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/m-rotator_nav.png') no-repeat center top;
		                color: #672319;
		                text-align: center;
		            }
		    
						/* style below however you want */
						.rotatorNavigation li.on, .rotatorNavigation li:hover {
						    background-position: center bottom;
						    color: #393837;
						}
    
    
        .rotatorDescriptions {
            display: none;
            
        }
        
        .rotatorAnchor {
        	position: absolute;
        	top: 6px;
        	left: 6px;
            height: 433px;
            width: 660px;
        }
    
        .rotatorOverlay {
	        display: none;
       }