/* -------- THUBNAILS Y LINKS */

.highslide {
	cursor: url(/images/highslide-images/zoomin.cur), pointer;
	outline: none;
}
.highslide img {
	border: none;
}
.highslide:hover img {
	border: none;
}

/* -------- CONTENEDOR DE IMAGEN / HTML AMPLIADO */

.highslide-image, .highslide-html {
	background-color: #fff;
	border: 2px solid #fff;
}
.highslide-image-blur, .highslide-html-blur {
}

/* -------- POPUP DE HTML */

.highslide-html-content {
	position: absolute;
	display: none;
}

/* -------- CUERPO DEL HTML DEL POPUP */

.highslide-body {
	padding: 0 10px 10px 10px;
}

/* -------- PIE DEL POPUP */

.highslide-caption {
	display: none;
	color: #000;
	border: 2px solid white;
	border-top: none;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	padding: 5px;
	background-color: #fff;
}

/* -------- CARGANDO */

.highslide-loading {
	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
  	text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: black;
	/*
	padding-left: 22px;
	background-image: url(../imagenes/winter07/highslide-images/loader.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	*/
}

/* -------- CREDITOS DE LA FOTO */

a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:link, a.highslide-credits:link i { color: silver; }
a.highslide-credits:visited, a.highslide-credits:visited i { color: silver; }
a.highslide-credits:hover, a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
a.highslide-credits:active, a.highslide-credits:active i { color: silver; }

.highslide-move { cursor: move; }

.highslide-overlay { display: none; }

/* -------- CONTROLES DEL POPUP DE FOTOS */

.controlbar {	
	background: url(/images/highslide-images/controlbar4p.gif);
	width: 80px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(/imagenes/highslide-images/controlbar4p-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}

/* -------- CONTROLES DEL POPUP DE HTML */

.controlbar-html {
	background: url(/imagenes/highslide-images/controlbar4p.gif) no-repeat;
	width: 74px;
	height: 34px;
}
.controlbar-html a {	
	display: block;
	float: left;
	height: 27px;
}
.controlbar-html a:hover {
	background-image: url(/imagenes/highslide-images/controlbar4p-hover.gif) no-repeat;
}
.controlbar-html .highslide-move {
	width: 40px;
	cursor: move;
}
.controlbar-html .close {
	width: 34px;
	background-position: -40px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}


