@CHARSET "UTF-8";
			

			#wrapper {
			
				bottom: 22px;;
    height: 55%;
    left: 0;
   	 border: 1px solid;
    min-height: 240px;
    position: absolute;
    width: 99%;
			}
			#inner {
				width: 100%;
				height: 300px;
				margin-top: -75px;
				position: relative;
				overflow: hidden;
			}
			#carousel div {
		
				background: #fff;
				width: 270px;
				height: 235px;
				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: 30px;
				height: 30px;
				margin-top: -40px;
				position: absolute;
				top: 50%;
				z-index: 2;
			}
			#prev {
				background: url(/images/ui-prev.png ) no-repeat;
				left: 50%;
				margin-left: -450px;
			}
			#next {
				background: url(/images/ui-next.png ) no-repeat;
				right: 50%;
				margin-right: -470px;
			}
			#copy {
				text-align: center;
				width: 100%;
				position: absolute;
				bottom: 10px;
				left: 0;
			}
			#copy, #copy a {
				color: #999;
			}
			