#home-rotator div {
	position:relative;
	width:454px;
	height:245px;
}
	#home-rotator div div {
        position:relative;
        width:auto;
        height:auto;
	}
#rotator-nav {
    position:absolute;
	bottom:5px;
	left:288px;
	z-index:101;
}
	#rotator-nav a:link, #rotator-nav a:visited {
		display:block;
		float:left;
		width:18px;
		height:20px;
		margin-right:5px;
		padding:0;
		float:left;
		font-weight:bold;
		text-indent:6px;
		text-decoration:none;
		background:url(/images/nav_circles.png) no-repeat left top;
		background-repeat:no-repeat;
	}	
	#rotator-nav a:hover, #rotator-nav a.activeSlide:link, #rotator-nav a.activeSlide:visited, #rotator-nav a.activeSlide:hover {
		background-position:left bottom;
	}
		
	#rotator-welcome {
		background:url(/images/shrimp_en_papillote.jpg) no-repeat;	
	}
		#rotator-welcome div.rotator-welcome-inner {
			    float: left;
		}
		
	#rotator-products {
		display:none;
		background:url(/images/margarita_pizza.jpg) no-repeat;	
	}
		#rotator-products div.rotator-products-inner {
			    float: left;
		}
		
	#rotator-solutions {
		display:none;
		background:url(/images/summer_sugar_cookies.jpg) no-repeat;
	}
		#rotator-solutions div.rotator-solutions-inner {
			    float: left;
		}
		
	#rotator-promotions {
		display:none;
		background:url(/images/cherry-almond-brownies.jpg) no-repeat;
	}
		#rotator-solutions div.rotator-solutions-inner {
			    float: left;
		}
		
	#rotator-club {
		display:none;
		background:url(/images/tropical-meringue-banner.jpg) no-repeat;
	}
		#rotator-club div.rotator-club-inner {
			    float: left;
		}
		