			#carousel {
				
				position:relative;
				left:10px;
				top:10px;
				overflow: hidden;
			}

			#ie9 #carousel {
				height: 420px;
				width:995;
				overflow:hidden;
			}
			#carousel img {
				display: block;
				float: left;
				width: 974px;
				height: 420px;
			}

			#pager {
				position:relative;
				float:left;
				top:0px;
				left:450px;
				background:#e8e1cd url('images/bg-noise.png') repeat;
				margin-top:-7px;
				padding-left:7px;
			}
			#ie7 #pager {
				margin-top:-1px;
			}
			#pager a {
				background-color: #e7e0cc;
				border:2px solid #847c67;
				display: inline-block;
				width: 4px;
				height: 4px;
				margin-right: 7px;
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				border-radius: 4px;
				box-shadow: 0px 2px 1px #f9f2e4;
				behavior: url(http://yonderday.com/livingwatersaquaponics/wp-content/themes/toolbox/js/pie/PIE.php);
				z-index:10000;
			}

			#pager a.selected {
				background-color: #847c67;
			}
			#pager a span {
				display: none;
			}
			
			#thumbs {
				display: none;
				border: 1px solid rgba(0, 0, 0, 0.8);
				background-color: rgba(0, 0, 0, 0.5);
				width: 150px;
				height: 65px;
				padding: 10px;
				position: absolute;
				top: 340px;
				left: 460px;
				/*z-index:99999;*/
			}
			#thumbs img {
				display: block;
				float: left;
			}