@import url(https://fonts.googleapis.com/css?family=BenchNine:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);

body, html {  font-family: 'Roboto Condensed', sans-serif;    text-align:center; background:black; color:white; width:100%; height:100%; overflow:hidden;} 

div#box1 {position:relative;  overflow:hidden; display:block; width:90%;  padding:2em 0;  margin:0; } 

			.list_carousel ul {
				position:relative;
				margin: 0;
				padding: 0;
				list-style: none;
				display: block; 
				
			}
			.list_carousel li {
			

				display: block; 
				float: left;
				overflow:hidden;
				
			}
			
			.list_carousel li h1, .list_carousel li p, .list_carousel li img {width:90%; padding:0 5%; text-align:center;} 

			.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 {

				height: 6px;
				width: 0px;
			} 