/********************************

 * generic als elements styling

 ********************************/

.als-container {
	position: relative;
	width: 990px;
	height: 119px;
	margin: 0px auto;
	top: 0px;
}
.Left {
	width: 25px;
	height: 119px;
	position: relative;
	float: left;
}
.Right {
	width: 25px;
	height: 119px;
	position: relative;
	float: left;
	left:5px;
}
.Middle {
	width: 940px;
	height: 119px;
	position: relative;
	float: left;
}
.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}
#als-viewport_0 {
	width: 940px !important;
}
.als-wrapper {
	position: relative;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	top: 20px;
}
.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
	padding: 0px 40px;
}
.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}
/**************************

 * specific als elements

 * styling for #lista1

 **************************/



#lista1 {
	margin: 0px auto 0px auto;
}
#lista1 .als-item {
	margin: 0px 0px;
	min-height: 119px;
	background: url(/images/separator-logo-bg.jpg) no-repeat right -20px;
}
#lista1 .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;
	margin-bottom: 0px;
}
#lista1 .als-prev, #lista1 .als-next {
	top: 36px;
	width: 25px;
	height: 30px;
}
 @media (max-width: 480px) {
#lista1 {
	width: 300px !important;
	float: none;
	margin: 0px auto !important;
}
.als-container {
	left: 0px;
}
#als-viewport_0 {
	width: 240px !important;
	margin: 0px auto !important;
	float: none;
}
.Left, .Right {
	width: 25px !important;
}
.Left img {
	margin: 0px !important;
}
.Middle {
	width: 240px;
}
}
 @media screen and (max-width: 640px) and (min-width: 481px) {
#lista1 {
	width: 500px !important;
	float: none;
	margin: 0px auto !important;
}
.als-container {
	left: 0px;
}
#als-viewport_0 {
	width: 400px !important;
	margin: 0px auto !important;
	float: none;
}
.Left, .Right {
	width: 25px !important;
}
.Left img {
	margin: 0px !important;
}
.Middle {
	width: 400px;
}
}
