			#wrapper {
				background-color: transparent;
				width: 100%;
				height: 500px;
				overflow: hidden;
				position: absolute;
				top: 0px;
				left: 0;
				z-index: 1;
			}
			#carousel img {
				display: block;
				float: left;
			}
			#prev, #next {
				background-color: rgba(255, 255, 255, 0.7);
				display: block;
				height: 500px;
				width: 50%;
				top: 0;
				position: absolute;
			}
			#prev:hover, #next:hover {
				background-color: #fff;
				background-color: rgba(255, 255, 255, 0.8);
			}
			#prev {
				left: -480px;
			}
			#next {
				right: -480px;
			}
			#pager {
				margin-left: -470px;
				position: absolute;
				left: 50%;
				bottom: 60px;
			}
			#pager a {
				border: 2px solid #fff;
				display: inline-block;
				width: 8px;
				height: 8px;
				margin: 0 5px 0 0;
			}
			#pager a:hover {
				background-color: rgba(255, 255, 255, 0.5);
			}
			#pager a span {
				display: none;
			}
			#pager a.selected {
				background-color: #00A1E4;
			}
			a:focus {
            outline: none;
            }