﻿        #slider
        {
            margin: 0 auto;
			text-align:center;
        }

#slider div a{
	font-size: 12px;
	color: white;
	font-weight: bold;
	float:left;
	padding:0px;
	text-decoration:none;
}	

#slider div a:hover{color:#F1D5CA;}	
		
.image-slider
{
	width:100%;
	height: auto;
	position: relative; /*overflow: hidden;*/

}
.image-slider-back, .image-slider-forward
{
	float: left;
	width: 23px;
	height: 98px; /*background-color: #121212;*/
	color: White;
	position: absolute;
	top:25px;
	cursor: pointer;
	z-index:500;
}
.image-slider-back
{
	background-image: url(../arrow-left.png);
	background-repeat: no-repeat;
	background-position: left;
	left:0px;
	top:15px;
}
.image-slider-forward
{
	background-image: url(../arrow-right.png);
	background-repeat: no-repeat;
	background-position: right;
	right:0px;
	top:15px;
}
.image-slider-contents
{
	margin-left:5%;
	width: 90%;
	height: 154px;
	float: left;
	position: relative;
	overflow: hidden;
}
/*.image-slider-contents .contents-wrapper > div*/
.image-slider-contents .contents-wrapper
{
	position: absolute;
	padding-top: 18px;
}
.image-slider-contents .outer
{
	background-color: White;
	float: left;
	width: 156px;
	height: 86px;
	margin-right:5px;
	cursor:pointer;
}
.image-slider-contents .outer > div
{
	width: 100%;
}
.image-slider-contents .outer > div img
{
	width: 100%;
	margin: 2px;
	margin-top: -30px;
}
/*.image-slider-contents > div > div
{
	position: relative;
	float: left;
	width: 156px;
	height: 86px;
	margin-left: 6px;
	margin-right: 6px;
	padding: 2px;
	background-color: White;
}*/
.image-slider-contents img
{
	width: 100%;
}

.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=20);
	opacity: 0.2;
	cursor: pointer;
}

.preview
{
	position: fixed;
	width: 100%;
	height: 200%;
	z-index:700;
	left: 0;
	top: 0;
	background-color: rgba(0%, 0%, 0%, 0.95);
	padding-top:10%;
}

.preview .img-large
{
	height: 100%;
	z-index: 1000;
	background-image:url(img/registro-bg.png);
	background-repeat:repeat;
	background-position: top;
}
.preview .img-large .left
{
	position: relative;
	left: 5%;
	top: 200px;
	width: 50px;
	height: 50px;
	z-index: 1000;
	background: url(../arrow-left.png);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	float:left;
}
.preview .img-large .right
{
	position: relative;
	float:right;
	right: 5%;
	top: 200px;
	z-index: 1000;
	width: 50px;
	height: 50px;
	background: url(../arrow-right.png);
	background-repeat:no-repeat;
	background-position:center;	cursor:pointer;
}
.preview .close
{
	position: absolute;
	top:25px;
	right:25px;
	width: 32px;
	height: 34px;
	background: url(../img/close.png);
	float: right;
	cursor: pointer;
	z-index: 2000;
}
.preview .img-large img
{
	width: 100%;
	max-width:620px;
	height: auto;
	margin:0 auto;
	z-index: 9997;

	
}
.preview .label
{
	display:none;
}

@media screen and (max-width: 767px) {
	
.preview .img-large .right, .preview .img-large .left
{
	top:150px;
}

.image-slider-contents
{
	margin-left:10%;
	width: 80%;
}

