a, a:link, a:focus, a:visited {
	outline: none;
}



#content {
	position: relative;
	margin: 20px auto;
	width: 100%;
}
/********************************
 * generic als elements styling
 ********************************/
.als-container {
	position: relative;
	width: 95%;
	margin: 0px auto !important;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
    width: 100% !important;
}

.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;
}


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

#neighborgal {
	margin: 20px;
}

#neighborgal .als-item {  /* each image */
	margin:0px;
    margin-right:10px;
	/*min-height: 200px;
	min-width: 298px;*/
}

#neighborgal .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;
	margin-bottom: 8px;
    
}

#neighborgal .als-prev, #neighborgal .als-next {
    top:80px;
    height:50px;
    width:20px;
    z-index:10;
    opacity:.5
}

#neighborgal .als-prev:hover, #neighborgal .als-next:hover {
    opacity:1;
}

#neighborgal .als-prev img, #neighborgal .als-next img{
    padding-top:15px;
}

#neighborgal .als-prev {
	left: -30px;
}

#neighborgal .als-next {
	right: -30px;
}


