div.area { height:200px; margin-bottom:40px; }

div.rotator { position: relative; height: 200px; width: 770px; padding:0px; background: #fff; }

div.r1 p { text-align: center; }


.nav-shadow {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: auto;
	width: 35px;
	text-align: center;
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
			}

.nav-shadow li {
			margin: 5px 0px 5px 0px;
			width: 25px;
			height: 25px;
			position: relative;
			}

.nav-shadow a, .nav-shadow a:visited, .nav-shadow a, .nav-shadow a:hover {
            position: relative;
            margin: 0px;
            width: 25px;
            height: 25px;
            text-indent: -9999px;
            overflow: hidden;
            display: block;
            z-index: 2;
            }    
			
			
.nav-shadow li.button-color-3 a {
			background: url(../imgs/buttons/button.jpg) no-repeat top;
			background-position: 0px -4px;
			}
.nav-shadow li.button-color-3 a:hover {
			background-position: 0px -4px;
			}
					
.nav-shadow li.button-color-2 a {
			background: url(../imgs/buttons/button.jpg) no-repeat center center;
			background-position: 0px -37px;
			}
.nav-shadow li.button-color-2 a:hover {
			background-position: 0px -37px;
			}
			
.nav-shadow li.button-color-1 a {
			background: url(../imgs/buttons/button.jpg) no-repeat bottom;
			background-position: 0px -70px;
			}
.nav-shadow li.button-color-1 a:hover {
			background-position: 0px -70px;
			
			}
				
				
.banner.nav-shadow li img.shadow {
			margin: 0px;
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 1;
			}	
	
div.banner { height: 200px; width: 770px; padding:0px; overflow: hidden; }
		
div.navigation { position: absolute;}
div.navigation div.current, div.navigation a { margin: 0px; float: left; overflow: hidden; }
div.navigation a { display: block;}    






   
