/* CSS Document */
#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper2 {width:417px; display:none}
#wrapper2 * {margin:0; padding:0}
#fullsize {position:relative; width:417px; height:500; padding:0px; }
#information {position:absolute; bottom:0; width: 225px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.8; filter:alpha(opacity=80);

visibility:hidden;}
#information h3 {padding:4px 8px 3px; font-size:14px; 
visibility:hidden;}
#information p {padding:0 8px 8px
visibility:hidden;
}
#image {
	width:417px;
}
#image img {position:absolute; z-index:25; width:auto; width: 225px; height:470px; }
.imgnav {position:absolute; width:25%; height:470px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(../imagenes/scroll-left.gif) left center no-repeat}
#imgnext {right:0; background:url(../imagenes/scroll-right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.10; filter:alpha(opacity=10)}
.linkhover {background:url(link.gif) center center no-repeat}
#thumbnails {
	margin-top:15px
	}
#slideleft {
	float:left; 
	width:15px;
	height:51px;  /*height:81px*/
	background:url(images/scroll-left.gif) center center no-repeat; 
	/*background-color:#222*/
	}
#slideleft:hover {
	/*background-color:#E9CEA1*/
}
#slideright {
	float:right; 
	width:15px; 
	height:51px;  /*height:81px*/
	background: url(images/scroll-right.gif) center center no-repeat
	}
#slideright:hover {
	/*background-color:#333*/
	}
#slidearea {
	float:left; 
	position:relative; 
	width:225px; 
	margin-left:0px; 
	height:81px; 
	overflow:hidden;
	}
#slider {position:absolute; left:0; height:81px}
#slider img {
	cursor:pointer; border:0px solid  #999; 
	width:45px;
	height:45px;
	}

