h1 {
				font-size: 60px;
			}
			a, a:link, a:active, a:visited {
				color: black;
				text-decoration: underline;
			}
			a:hover {
				color: #9E1F63;
			}
			#intro {
				width: 580px;
				margin: 0 auto;
			}
			.wrapper {
				background-color: white;
				width: 480px;
				margin: 40px auto;
				padding: 50px;
				box-shadow: 0 0 5px #999;
			}
			.list_carousel {
				margin: 0px;
				width: 200px;
				text-align: left;
				border: 1px solid transparent;
			}
			.list_carousel span{
				cursor: pointer;
				position: absolute;
				z-index: 5;
				font-size: 1.5em;
			}
			.list_carousel span.aleft {
				margin-top: 90px;
				margin-left: -10px;
			}
			.list_carousel span.aright {
				margin: 90px 0px 0px 195px ;
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				text-align: center;
				width: 150px;
				height: 190px;
				padding: 5px;
				margin: 5px;
				margin-left: 15px;
				margin-bottom: 15px;
				display: block;
				float: left;
				
			}
			.list_carousel li img {
				width: 100%;
				height: 100%;
								background-color: #eee;
								padding: 2px;
				border: 3px solid #999;
				display: inline-block;
			}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.prev {
				float: left;
				margin-left: 10px;
			}
			.next {
				float: right;
				margin-right: 10px;
			}
			.pager {
				float: left;
				width: 300px;
				text-align: center;
			}
			.pager a {
				margin: 0 5px;
				text-decoration: none;
			}
			.pager a.selected {
				text-decoration: underline;
			}
			.timer {
				background-color: #999;
				
				height: 3px;
				width: 0px;
				border-radius: 5px;
			}