
#my-als-list li {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
}


#my-als-list ul {
	position: relative;
	list-style: none;
	list-style-position: inside;
	padding: 0;
}



/*************************************
 * styling generico elementi als
 ************************************/
.als-container {
	position: relative;
	width: 700px;
	margin: 0px auto;
	z-index: 0;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	height: 120px;
}

.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;
}

/* Stanley Cup Journal Slider */
.als-container-scj {
	position: relative;
	width: 650px;
	margin: 0px 10px 20px 0px;
	z-index: 0;
}

.als-container-vip {
	position: relative;
	width: 649px;
	margin: 0px 10px 20px 0px;
	z-index: 0;
}

.als-viewport-scj {
	position: relative;
	overflow: hidden;
	margin: 0px 5px 0px 0px;
	height: 280px;
}

.white-bg {
    background-image: url('https://www.hhof.com/graphSTCjournal/sliderBg.gif');
    width:215px;
    height:164px;
}
.shift-left {
	padding-left:15px;
}

/***************************************
 * styling specifico per elementi als
 * di header
 ***************************************/


#div2.container {
	margin-left: 25px important!;
}

.als-prev, .als-next {
	top: 50px;
}

.als-prev {
	left: -20px;
}

.als-next {
	right: -20px;
}

.als-item {
	margin: 0px 0px;
	padding: 5px 0px;
	text-align: center;
	min-height: 138px;
	min-width: 130px;
}


.als-item img {
	vertical-align: middle;
	display: block;
	margin: 0 auto;
}






