@charset "utf-8";
/* CSS Document */

/*************************************
 * generic styling for ALS elements
 ************************************/

.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	z-index: 0;
	background-color: blue;
	background-color: #B4CFE1;	
}

/*.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	margin: 0 %;
	width: 30%;
	min-height: 400px;
	background-color: #C7e6FC; 	
	background-color: #B4CFE1;
/*	background-color: grey;*/
}*/

.als-wrapper {
	position: relative;
	list-style: none;
	background-color: #C7e6FC;
	background-color: #B4CFE1;	
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
	z-index: 999;
}
/*************************************
 * specific styling for #demo1
 ************************************/

/*#Tableheading {
	display: block;
	margin: 0px auto;
	padding: 10px 12%;
	border: thin solid #FFF;
	width: 280px;
	width: 55%;
	font-family: "GriffosSCapsFont", "Times New Roman";
	font-size: 1.2em;
	background-color: #BBD9ED;
}*/

#spc1 {
	margin: 40px auto;
}

/*#spc1 .als-item {		backup of original
	margin: 5px 5px;
	padding: 4px 0px;
	min-height: 65px;
	min-width: 290px;
}*/

/*#spc1 .als-item {		moved to itemLayout.css
	margin: 2px 5px;
	padding: 2px 0px;
	min-height: 25px;
	min-width: 490px;
}

#spc1 .als-item img {
	display: block;
	float:left;
	margin: 0 auto;	
	margin: 0 30px;
	vertical-align: middle;
	opacity: 0.7;
	width: 150px;
	height: 30px;
}*/

#spc1 .als-item a:hover img {
	opacity: 1;
}

#spc1 .als-prev, #spc1 .als-next {
	top: 40px;
}

#spc1 .als-prev {
/*	left: 60px;*/
	left: 3%;
}

#spc1 .als-next {
/*	right: 60px;*/
	right: 3%;
}