
#main {
	width: 100%;
	position: absolute;
	visibility: visible;
	/*margin-top: 10%;*/
	}
	
	
.info {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 300px;
	text-align: center;
	margin-top: -60px;
	z-index: 1000;
	/*background: url(../images/white_60.png);*/
	}


	
/* FANCY SLIDER */
.fancy_thumbnail_slider_container {
	height: 477px;  /* total height with the next/prev buttons */  
	position: relative;
	}

.fixedWidth {
	height: 477px;  /* if fixedWidth is true fancy_thumbnail-height + 2*.inner-height */
	position: relative;
	width: 800px;  /* if fixedWidth is true count the width depending on the items dimension */
	margin: 0 auto;
	}
	
.fancy_thumbnail {
	width: 100%;
	height: 423px; 			/* .inner-height * row amount */
	position: absolute;  	/* important (relative or absolute) */
	left: -1px;
	top: 25px;
	}

.fixedWidth .fancy_thumbnail {
	width: 100%;
	height: 423px; 			/* .inner-height * row amount */
	position: absolute;  	/* important (relative or absolute) */
	left: 0px;
	top: 25px;
	/* if fixedWidth is true position = absolute and top = 1 * .inner-heigt */
	}
	
.fancy_thumbnail li {
	float: left;
	margin: 0 1px 1px 0;
	width: 210px; height: 140px;
	/* IMPORTANT = don't add border*/
	position: relative;
	cursor: pointer;
	background: #ccc url(../images/ajax-loader.gif) no-repeat 50% 50%;
	}
	
.fancy_thumbnail li .inner {
	width: 210px; height: 140px;
	}
	
.fancy_thumbnail li .caption {
	width: 210px; height: 140px;
	position: absolute;
	top: 0px; left: 0px;
	display: none;
	}
	
.fancy_thumbnail li .caption a {
	display: block;
	width: 210px; height: 140px;
	}
	
	
.fancy_thumbnail_next, .fancy_thumbnail_prev {
	width: 51px;
	height: 16px;
	display:block;
	margin: 0 auto;
	margin-left: -25px;
	text-indent: -9999px;
	}
	
.fancy_thumbnail_next {
	background: url(../images/down.png);
	position: absolute;
	bottom: 0px;
	left: 50%;
	}	
	
.fancy_thumbnail_prev {
	background: url(../images/up.png);
	position: absolute;
	top: 0px;
	left: 50%;
	}
	
.fancy_thumbnail_next:hover, .fancy_thumbnail_prev:hover {
	background-position: bottom left;
	}

.disable { /*display: none;*/ background: none; }  /* if next/prev button disable */
	
img {
	}
