@charset "utf-8";
/* CSS Document */

body {margin:0px; padding:0px; font-family: 'Coda', arial, sans-serif; font-size:11px;}

#slideshow {list-style:none; border: 0px; margin: 0px;}
#slideshow span {display:none}
#wrapper {
	width:750px;
	display:none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} /* width carousel flecha & margen top*/
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:750px; height:151px; padding:0px; border:1px solid #000} /* size foto */

#information {position:absolute; bottom:0; width:750px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.85; filter:alpha(opacity=85); z-index:145} /* width texto*/

#information h3 {
	font-family: arial, sans-serif;
	padding:4px 8px 3px;
	font-size:12px;
	color:#F90;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 12px
}

#information p {
	padding:0 8px 8px;
	line-height: 12px
}

.tx2 {
	padding:4px 8px 3px;
	font-size:11px;
	color:#36c;
	line-height: 12px
}

#image {width:750px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:150px; cursor:pointer; z-index:150} /* altura flechas foto */
#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}

/*#imglink {position:absolute; height:60px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)} /* altura link foto*/
/*.linkhover {background:url(images/link.gif) center center no-repeat} */

#thumbnails {margin-top:25px}

#slideleft {float:left; width:20px; height:66px; background:#000 url(images/scroll-left.gif) center center no-repeat}
#slideleft:hover {background-color:#444}

#slideright {float:right; width:20px; height:66px; background:#000 url(images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#444}

#slidearea {float:left; position:relative; width:708px; margin-left:1px; height:66px; overflow:hidden} /* size fotos carousel*/
#slider {position:absolute; left:0; height:64px}
#slider img {cursor:pointer; border:1px solid #000; padding:2px;}
