
/********************************
 * generic als elements styling
 ********************************/
.als-container {
	position: relative;
	width:100%;
	height:137px;
	margin:0px auto;
	top:0px;
}
#Left{
	width:13px;
	height:137px;
	position:relative;
	float:left;
	padding:0px 0px 0px 0px;
}
#Right{
	width:13px;
	height:137px;
	position:relative;
	float:left;
	padding:0px 0px 0px 0px;
}
#Middle{
	width:930px;
	height:137px;
	position:relative;
	float:left;
}
.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	width:850px;
}
#als-viewport_0 {
	width:850px !important ;
	height:213px;
	margin-top:12px;
}
.als-wrapper {
	position: relative;
	list-style: none;
	padding:0px 0px 0px 0px;
	margin:0px;
}
.als-wrapper_0{
	padding:0px;
	margin:0px;
	width:850px;
}
.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
	padding:0px;
	width:900px;
	margin-top:24px;
}

.als-prev, .als-next {
	cursor: pointer;
	clear: both;
}
.als-prev img, .als-next img {
	float:left;
}


/**************************
 * specific als elements
 * styling for #lista1
 **************************/

#lista1 {
	margin: 0px auto 0px auto;
}
#lista1 .als-item {
	margin: 0px 0px 0px 0px;
	min-height: 40px;
	width:170px;
}
#lista1 .als-item img {
	position: relative;
	vertical-align: middle;
	margin-bottom: 0px;
}
#lista1 .als-prev, #lista1 .als-next {
	top: 58px;
	width: 25px;
	height: 30px;
}

@media screen and (max-width: 768px)  {
#als-viewport_0 {
	width:675px !important;
	height:213px;
	margin-top:12px;
}
}
@media screen and (max-width: 640px) and (min-width: 481px) {
#lista1  {
		width:640px !important;
		float:none;
		margin:0px auto !important;
	}
.als-container {
	left:0px;
}
#als-viewport_0 {
	width:589px !important;
	margin:0px auto !important;
	float:none;
}
#Left, #Right {
	width:25px !important;
}
#Left img {
	margin:0px !important;
}
#Right img {
	margin:0px 0px 0px 5px; !important;
}
#Middle {
	width:589px;
}
}
@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;
}
}
