@charset "utf-8";
/* CSS Document */

/*body {margin:0; background:#FFF; font:11px Verdana,Arial}*/
#slideshow {list-style:none; color:#fff;}
#slideshow span {display:none}
#wrapper {width:670px; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:670px; height:375px; background:#FFF;}
#information {position:absolute; bottom:0; width:670px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:500px;}
#image img {position:absolute; z-index:25; width:auto}

.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150;}

#imgprev {left:0; background:url(images/74-izquierda.png) left center no-repeat;}

#imgnext {right:0; background:url(images/74-derecha.png) right center no-repeat}

#imglink {
			position:absolute;
			height:306px;
			margin-left:160px;
			width:.01px;;
			border-left: #FFF solid 180px;
			border-right: #FFF solid 180px;
			z-index:450;
			opacity:.0;
			filter:alpha(opacity=0);
}

/*.linkhover {background:url(images/link.gif) center center no-repeat;}*/
#thumbnails {margin-top:0px; height:135px; background-color:#B8B8B8; z-index:100}

#slideleft {
	float:left; 
	width:15px; 
	height:30px; 
	cursor:pointer; 
	background:url(images/scroll-left.gif) center center no-repeat;
	background-color:#B8B8B8;
	margin-top:50px;
}

#slideleft:hover {
	background:url(images/scroll-left.gif) center center no-repeat; 
	cursor:pointer; 
	background-color:#B8B8B8;
	}
	
#slideright {
	float:right;
	width:15px;
	height:30px; 
	background:#B8B8B8 url(images/scroll-right.gif) center center no-repeat; 
	cursor:pointer; 
	margin-top:50px;
	}
#slideright:hover { 
	background:url(images/scroll-right.gif) center center no-repeat;
	background-color:#B8B8B8;
	cursor:pointer;
}
#slidearea {float:left; position:relative; width:620px; margin-left:5px; height:130px; overflow:hidden; }
#slider {position:absolute; left:0; height:81px;}
#slider img {cursor:pointer; border:0px solid #FFF; padding:2px}