﻿body{padding:0px; margin:0px; background-image: url(../images/background.jpg);}

#container
        {
            margin-top:60px;
            
        }
        #slider
        {
            margin: 0 auto;
			text-align:center;
        }

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

#slider div a:hover{color:#F1D5CA;}	

  /*------- contenedor con fondo--*/		
.image-slider
{
	width: 650px;
	height: 300px; /*antes 137px*/
	background:url(../images/bg.png) ;
	padding: 14px 16px 0px 16px;
	position: relative; /*overflow: hidden;*/
	font-family:Helvetica, Arial, Tahoma, sans-serif;

}
.image-slider-back, .image-slider-forward
{
	float: left;
	width: 23px;
	height: 98px; /*background-color: #121212;*/
	color: White;
	position: relative;
	top:47px; /*antes 12px */
	cursor: pointer;
	margin:0px;
	padding:0px;
}
.image-slider-back
{
	background-image: url(../arrow-left.png);
	background-repeat: no-repeat;
	background-position: left;
}
.image-slider-forward
{
	background-image: url(../arrow-right.png);
	background-repeat: no-repeat;
	background-position: right;
}
 /* contenedor del pasador de miniaturas */
.image-slider-contents
{
	width: 596px;
	height: 200px; /* antes 154 */
	float: left;
	position: relative;
	overflow: hidden;
}
/*.image-slider-contents .contents-wrapper > div*/
.image-slider-contents .contents-wrapper
{
	position: absolute;
	padding-top: 18px;
}

/*contenedor de miniaturas en blanco */
.image-slider-contents .outer
{
	background-color: White;
	float: left;
	width: 186px; /*antes 156px */
	height: 186px; /*antes 86 */
	margin:50px 5px 0 5px;
	cursor:pointer;
}
.image-slider-contents .outer > div
{
	width: 186px; /*antes 156px */
	height: 86px;
}
/*imagenes en miniatura*/
.image-slider-contents .outer > div img
{
	width: 182px; /*antes 152*/
	height: 126px; /* antes 82 */
	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: 156px;
	height: 86px;
}

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

	/*Imagen ampliada*/
.preview
{
	position: absolute;
	/*width: 450px;
	height: 260px;*/
	background-color: White;
	padding: 2px;
	border: solid 1px black;
	margin-left:5px;
}
.preview .img-large
{
	width: 700px; /*height: 216px;*/ /*antes 450px */
	height:468px; /* antes ninguno */
	z-index: 1000;
}
.preview .img-large .left
{
	position: absolute;
	left: 8px;
	top: 200px;
	width: 16px;
	height: 24px;
	z-index: 1000;
	background: url(../arrow-left.png);
	cursor:pointer;
}
.preview .img-large .right
{
	position: absolute;
	left: 680px; /* antes 428 */
	top: 200px; /* antes 100 */
	z-index: 1000;
	width: 16px;
	height: 24px;
	background: url(../arrow-right.png);
	cursor:pointer;
}
.preview .close
{
	position: absolute;
	left: 684px; /* antes 434 */
	top: -16px;
	width: 32px;
	height: 34px;
	background: url(../images/close.png);
	float: right;
	cursor: pointer;
	z-index: 2000;
}
.preview .img-large img
{
	width: 700px; /*antes 450px; */
	height: 468px; /* antes 260px */

}
.preview .label
{
	width: 684px; /*antes 434 */
	line-height: 20px;
	float: left;
	position: absolute;
	top: 435px; /* antes 216 */
	color: Black;
	padding: 8px;
	background-color: White;
	text-align:left;
	font-weight:bold;
	font-size:13px;
}
.outer
{
	border: solid 1px black;
}
.outer.active
{
	border: solid 1px #B56161;
	background-color: #F1D5CA;
}
.outer.active div span
{
	color: #F1D5CA;
}

