/*************************************
 * generic styling for ALS elements
 ************************************/

.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	z-index: 0;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;


}

.als-wrapper {
	position: relative;
	list-style: none;
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;

}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}

#ligas {
	/*margin: 40px auto;*/
	margin: 2.5em auto;
	height:11.25em;
}

#ligas .als-item {
	margin:0 0.5em;
	/*padding: 4px 0px;*/
	padding: 0.25em 0;
	min-height: 10em;
	/*min-width: 200px;*/
	min-width: 12.5em;
	text-align: center;
}

#ligas .als-item img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}

#ligas .als-prev, #ligas .als-next {
	/*top: 35px;*/
	top: 2.1875em;
}

#ligas .als-prev {
	/*left: 20px;*/
	left: 1.25em;
	padding:1em;

}

.mostrar { 
	display:block;
}

.no_mostrar { 
	display:none;
}


#ligas .als-prev:hover, #ligas .als-prev:focus, #ligas .als-prev:active {
	outline:3px solid #d11c1a;
}

#ligas .als-next {
	/*right: 20px;*/
	right: 1.25em;
	padding:1em;
}

#ligas .als-next:hover, #ligas .als-next:focus, #ligas .als-next:active {
	outline:3px solid #d11c1a;
}