﻿

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

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

.gallery_01f {
	position: relative;
	list-style: none;
    width:100%;
}
#gallery_01f{
    float:right;
}

.elevatezoom-gallery {
	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 #lista1
 **************************/

#lista1 .elevatezoom-gallery {
	margin: 0px 2.5px;
	/*min-height: 140px;
	min-width: 128px;*/
    margin-bottom: 8px;
}

#lista1 .elevatezoom-gallery img {
	position: relative;
	display: block;
	vertical-align: middle;
	
}

#lista1 .als-prev, #lista1 .als-next {
	top: 26px;
	width: 15px;
	height: 22px;
}

#lista1 .als-prev {
	left: -5px;
    background:url(thin_left_arrow_333.png) no-repeat;
}

#lista1 .als-next {
	right: -5px;
      background:url(thin_right_arrow_333.png) no-repeat;

}

/************************
 * specific als element
 * styling for #lista2
 ***********************/

#lista2 {
	margin-bottom: 80px;
}

#lista2 .elevatezoom-gallery {
	margin: 10px 0px;
	min-height: 140px;
	min-width: 128px;
}

#lista2 .elevatezoom-gallery img {
	position: relative;
	display: block;
	vertical-align: middle;
	margin-bottom: 8px;
}

#lista2 .als-prev, #lista2 .als-next {
	left: 470px;
	width: 22px;
	height: 15px;
}

#lista2 .als-prev {
	top: -25px;
}

#lista2 .als-next {
	bottom: -20px;
}

#lista2 .elevatezoom-gallery {
	vertical-align: middle;
}

