#slideshow {
	list-style:none;
	color:#fff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#slideshow span {display:none}
#wrapper {
	width:506px;
	display:none;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#wrapper * {margin:0; padding:0}
#fullsize {
	position:relative;
	width:500px;
	height:390px;
	border:1px solid #7DB110;
	padding-right: 5px;
	padding-left: 5px;
}
#information {
	position:absolute;
	bottom:0px;
	width:500px;
	height:0px;
	background:#000;
	color:#FFFFFF;
	overflow:hidden;
	z-index:200;
	opacity:.7;
	filter:alpha(opacity=70)
}
#information   h3  {
	padding:4px 8px 3px;
	font-size:14px;
	color: #0033FF;
}
#information p {
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#image {
	width:500px;
	height: 381px;
}
#image img {
	position:absolute;
	z-index:25;
	width:auto;
	height: -10px;
}
.imgnav {
	position:absolute;
	width:25%;
	height:381px;
	cursor:pointer;
	z-index:150
}
#imgprev {
	left:0;
	background-image: url(../img/diseno/galeria/left.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#imgnext {
	right:0;
	background-image: url(../img/diseno/galeria/right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#imglink {
	position:absolute;
	height:381px;
	width:100%;
	z-index:100;
	opacity:.4;
	filter:alpha(opacity=40)
}
.linkhover {
	background-image: url(../img/diseno/galeria/link.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#thumbnails {margin-top:15px}
#slideleft {
	float:left;
	width:20px;
	height:145px;
	background-color:#339933;
	background-image: url(../img/diseno/galeria/scroll-left.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#slideleft:hover {
	background-color:#FF9900
}
#slideright {
	float:right;
	width:20px;
	height:145px;
	background-color: #339933;
	background-image: url(../img/diseno/galeria/scroll-right.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#slideright:hover {
	background-color:#FF9900
}
#slidearea {
	float:left;
	position:relative;
	width:456px;
	margin-left:5px;
	height:145px;
	overflow:hidden
}
#slider {
	position:absolute;
	left:0;
	height:145px
}
#slider img {
	cursor:pointer;
	border:1px solid #7DB110;
	padding:2px
}

