#wrapper {
				background-color: #ccc;
				width: 100%;
				height: 55%;
				min-height: 275px;
				margin: -150px 0 0 0;
				position: absolute;
				bottom: 0;
				left: 0;
			}
			#inner {
				width: 100%;
				height: 300px;
				margin-top: 5px;
				position: relative;
				overflow: hidden;
			}
			#carousel div {
				border: 1px solid #999;
				background: #fff;
				width: 140px;
				height: 230px;
				float: left;
				padding: 10px;
				margin: 0 5px;
			}
			#pager {
				text-align: center;
				margin-top: 20px;
				color: #666;
			}
			#pager a {
				color: #666;
				text-decoration: none;
				display: inline-block;
				padding: 5px 10px;
			}
			#pager a:hover {
				color: #333;
			}
			#pager a.selected {
				background-color: #333;
				color: #ccc;
			}
			#prev, #next {
				display: block;
				width: 50px;
				height: 80px;
				margin-top: -40px;
				position: absolute;
				top: 50%;
				z-index: 2;
			}
			#prev {
				background: url( ../images/ui-prev.png ) no-repeat;
				left: 50%;
				margin-left: -480px;
			}
			#next {
				background: url( ../images/ui-next.png ) no-repeat;
				right: 50%;
				margin-right: -480px;}
			