/* -------------------------------------------------------------------- SKITTER ------------------ */

* { margin:0; border:0; padding:0; }

#page { background-image: url(../imagenes/negro70.png); min-width: 640px; }

#content { float: left; width: 100%;}

#nombrelinea {
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 160;
	text-shadow: 0 0 10px #000000;
	color: #009999;
	font-size: 18px;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: bold;
}

.border_box {background-image:url(../imagenes/negro70.png);padding:1px;
	box-shadow:#000 0 0 5px;
	-o-box-shadow:#000 0 0 5px;
	-moz-box-shadow:#000 0 0 5px;
	-webkit-box-shadow:#000 0 0 5px;
	/*behavior: url(http://www.nuvoiluminacion.com.ar/js/pie/PIE.htc);*/
	/*margin:0 0 10px 0;*/
	width:640px;
	height:620px;
}

/* =Skitter styles
    --------------------------------------------------------------------------------- */

/* Contenedor
   --------------------------------------------- */

.box_skitter {
	position:relative;
	width:635px;
	height:615px;
	background:transparent;
}

.box_skitter ul { display: none; }

.box_skitter .container_skitter {
	overflow: hidden;
	position: relative;
}
.box_skitter .image { overflow: hidden; }
.box_skitter .image img { display: none; }


.box_skitter .box_clone {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	overflow: hidden;
	display: none;
	z-index: 20;
}
.box_skitter .box_clone img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

/* Botones Ava Retro
   --------------------------------------------- */

.box_skitter .prev_button { 
	position: absolute;
	top: 502px;
	left: 15px;
	z-index: 100;
	width: 42px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
	background: url(../imagenes/prev.png) no-repeat left top;
}

.box_skitter .next_button {
	position: absolute;
	top: 502px;
	right: 15px;
	z-index: 100;
	width: 42px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
	background: url(../imagenes/next.png) no-repeat left top;
}

/* Slider inferior
  (depende del js y lo que hayamos elegido ahí)
   --------------------------------------------- */
   
.box_skitter .info_slide {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 100;
	background: #001E32;
	color: #fff;
	font: bold 11px arial;
	padding: 5px 0 5px 5px;
	-moz-border-radius:5 px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*behavior: url(http://www.nuvoiluminacion.com.ar/js/pie/PIE.htc);*/
	opacity: 0.75;
}

.box_skitter .info_slide .image_number {
	background: #333;
	float: left;
	padding: 2px 10px;
	margin: 0 5px 0 0;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	/*behavior: url(http://www.nuvoiluminacion.com.ar/js/pie/PIE.htc);*/
}

.box_skitter .info_slide .image_number_select {
	background: #001E32;
	float: left;
	padding: 2px 10px;
	margin: 0 5px 0 0;
}

.box_skitter .container_thumbs {
	position: relative;
	overflow: hidden;
	height: 50px;
}

.box_skitter .info_slide_thumb {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	/*behavior: url(http://www.nuvoiluminacion.com.ar/js/pie/PIE.htc);*/
	overflow: hidden;
	height: 0px;
	top: auto;
	bottom: -5px;
	left: -5px;
	padding: 5px;
	opacity: 1.0;
}

.box_skitter .info_slide_thumb .image_number {
	overflow: hidden;
	width: 100px;
	height: 40px;
	position: relative;
}

.box_skitter .info_slide_thumb .image_number img {
	position: absolute;
	top: -50px;
	left: -100px;
}

.box_skitter .box_scroll_thumbs { padding: 0 10px; }

.box_skitter .box_scroll_thumbs .scroll_thumbs {
	position: absolute;
	bottom: 60px;
	left: 150px;
	background: #ccc;
	background: -moz-linear-gradient(-90deg, #555, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#fff));
	/*behavior: url(http://www.nuvoiluminacion.com.ar/js/pie/PIE.htc);*/
	width: 100px;
	height: 10px;
	overflow: hidden;
	text-indent: -9999em;
	z-index: 101;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
	border: 1px solid #333;
}

.box_skitter .info_slide_dots {
	position: absolute;
	left: 0;
	bottom: -40px;
	z-index: 151;
	padding: 5px 0 5px 5px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	/*behavior: url(http://www.nuvoiluminacion.com.ar/js/pie/PIE.htc);*/
}

.box_skitter .info_slide_dots .image_number {
	background: #333;
	float: left;
	margin: 0 5px 0 0;
	cursor: pointer;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	/*behavior: url(http://www.nuvoiluminacion.com.ar/js/pie/PIE.htc);*/
	width: 18px;
	height: 18px;
	text-indent: -9999em;
	overflow: hidden;
}

.box_skitter .info_slide_dots .image_number_select {
	background: #001E32;
	float: left;
	margin: 0 5px 0 0;
}

.box_skitter .label_skitter {
	z-index: 150;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: none;
}

.loading {
	position: absolute; 
	top: 50%; 
	right: 50%; 
	z-index: 10000; 
	margin: -16px -16px;
	color: #fff;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../imagenes/ajax-loader.gif) no-repeat left top;
	width: 32px;
	height: 32px;
}

.label_skitter {
	z-index: 150;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	display: none;
	opacity: 0.8;
	background-image: url(../imagenes/negro70.png);
	border-top: 2px dotted #000;
}
/*el pie que tiene los nombres y aparece*/

.label_skitter p {
	padding: 10px;
	margin: 0;
	font: normal 22px arial, tahoma;
	letter-spacing: -1px;
}

.info_slide * {
	font-family: Tahoma, Arial, Helvetica, sans-serif !important;
}

.box_skitter .progressbar { 
	background:#001E32; 
	position: absolute; 
	top: 565px;
	left: 0px;
	height: 4px;
	width: 636px; 
	z-index:99; 
	border-radius:2px; 
}

/* =Preview slide
----------------------------------------------- */

#preview_slide {
	display: none;
	position: absolute; 
	z-index: 152; 
	bottom: 30px; 
	left: -40px; 
	width: 100px; 
	height: 100px; 
	background: #fff; 
	border: 1px solid #222; 
	-moz-box-shadow: rgba(0,0,0,0.7) 2px 2px 5px; 
	-webkit-box-shadow: rgba(0,0,0,0.7) 2px 2px 5px; 
	box-shadow: rgba(0,0,0,0.7) 2px 2px 5px; 
	/*behavior: url(http://www.nuvoiluminacion.com.ar/js/pie/PIE.htc);*/
	overflow: hidden;
	text-align: left;
}

#preview_slide ul {
	height: 100px;
	overflow: hidden;
	margin: 0;
	list-style: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#preview_slide ul li {
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}

#preview_slide ul li img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: auto;
}

/* =Focus
----------------------------------------------- */
#overlay_skitter {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9998;
	opacity: 1;
	background: #000;
}

.box_skitter .focus_button {
	position: absolute;
	top: 50%;
	z-index: 100;
	width: 42px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
	background: url(../imagenes/focus-button.png) no-repeat left top;
	opacity: 0;
}

.box_skitter .play_pause_button {
	position: absolute;
	top: 50%;
	z-index: 151;
	width: 42px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
	background: url(../imagenes/pause-button.png) no-repeat left top;
	opacity: 0;
}

.box_skitter .play_pause_button.play_button {
	background: url(../imagenes/play-button.png) no-repeat left top;
}

/* =Example for dimenions:
----------------------------------------------- */
.box_skitter_large { width: 635px; height: 615px; }
.box_skitter_small { width: 100px; height: 100px; }

/* Link de la foto:
----------------------------------------------- */
#destino {
	width:100%;
	height:100%;
	background-color:transparent;
	z-index:10010;
	position:absolute;
	top:0px;
	left:0px;
	float:left;
}
#destino a {
	display:inline-block;
	width:100%;
	height:100%;
	text-decoration:none;
}
#destino a:hover {
	border-top:2px dotted orange;
}
#destino a:active, #destino a:focus {
	outline:0;
}