@charset "utf-8";

#wrapper {
	display: block;
	width: 2642px;
	height: 200px;
	margin-top: 0px;
	position: relative;
 
 }

#carousel {
	display: block;
	margin-top: 0px;
}

#carousel div {
	text-align: left;
	width: 3000px;
	height: 60px;
	position: relative;
	float: left;
}
#carousel img  {
	border: none;
	max-width: none;
	/* [disabled]float: left; */
	/* [disabled]width: 100%; */
	height: 200px;
}

#carousel div span {
	display: block;
}

/*			#carousel div:hover span {
				background-color: #333;
				color: #fff;
				font-family: Arial, Geneva, SunSans-Regular, sans-serif;
				font-size: 14px;
				line-height: 22px;
				display: inline-block;
				width: 100px;
				padding: 2px 0;
				margin: 0 0 0 -50px;
				position: absolute;
				bottom: 30px;
				left: 50%;
				border-radius: 3px;
			}*/
		


/*@media screen and (max-width:780px){

#wrapper {
	display: block;
}
#carousel {
	display: block;
	margin-top: 0px;
}
}*/
