body {
margin:0;
} 

#carousel {
	width:100%;
	}

#carousel ul {
list-style:none;
width:100%;
margin:0;
padding:0;
position:relative;
}

#carousel li {
display:inline;
float:left;
}

span {
	color:#FFF;
	font-size:36px;
	font-family:
Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight: normal;
	letter-spacing:2px;
	word-spacing:10px;
	padding-top:30px;
	padding-left:20px;
	text-transform: capitalize;
	line-height: 2em;
	text-indent: 20px;
	position: 50% 50%;
}
.innerimg{
	margin:auto;
	background-color: #f4f405;
	width:100%;
	height:100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.position100vw{
	width:100%;
	height:400px;
}
