/* ------------------------------------------------------------------- */

#wrapper {
	width: 100%;
	height: 120px;
	margin-top: -1px;
	overflow: hidden;
}
#souc {
	width: 100%;
	margin: 0 auto;
	font-size: 12px;
	margin-bottom: 8px;
	margin-top: 8px;	
	text-align: center;
	text-transform: uppercase;
	color: #069;
	font-weight: bold;
}
#carousel {
	margin-top: 10px;
	overflow: hidden;
	max-width: 100%;
}
#carousel div {
	text-align: center;
	width: 200px;
	margin: 0 20px;
	float: left;
	position: relative;
}
#carousel div img {
	border: none;
	max-width: 100%;
	max-height: 50px;
	height: auto;
}
#carousel div span {
	display: none;
}
#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;
}
.imgbdr {
	border: 1px solid #D6D6D6;
	padding: 4px;
	margin-right: 15px;
	margin-bottom: 15px;
	text-decoration: none;
}

@media screen and (max-width: 1024px) {
	
	#wrapper { display: none; }
		
}