body {margin:0; background:#111; font:11px Verdana,Arial}

/* contenedor imagen grande */
#slideshow {
	list-style: none;
	color: #fff

}
#slideshow span {
	display: none
}

#wrapper {
	width: 700px;
	margin: 0px;
	display: none;
	height: 450px;
}
#wrapper * {
	margin:0;
	padding:0;
}
/* cuerpo principal imagen grande */
#fullsize {
	position: relative;
	width: 600px;
	height: 450px;
	padding: 0px;
	margin-top: 190px;
}



#image {
	width: 600px;
	margin-left: 50px;
	max-height: 450px;
}
#image img {position:absolute; z-index:25; max-height: 450px; width:600px}
.imgnav {position:absolute; width:25%; height:450px; z-index:150}
#imgprev {left:0}
#imgnext {right:0}
#imglink {position:absolute; height:450px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {}


/* cuerpo carrusel */
#thumbnails {margin-top:-610px}

#slideleft {
	float: left;
	width: 22px;
	height: 130px;
	background: url(images/scroll-left.gif) center center no-repeat;
	background-color: #fff;
	margin-left: 20px;
	border-radius: 15px 0px 0px 15px;
	margin-top: 0px;
	opacity: 0.5;
}
#slideleft:hover {
	opacity: 0.9;
}
#slideright {
	float: right;
	width: 22px;
	height: 130px;
	background: url(images/scroll-right.gif) center center no-repeat;
	margin-right: 15px;
	border-radius: 0px 15px 15px 0px;
	margin-top: 0px;
	opacity: 0.5;
	background-color: #FFFFFF;
}
#slideright:hover 
	{
	opacity: 0.9;
	}

#slidearea{
	float: left;
	position: relative;
	width: 620px;
	margin-left: 0px;
	height: 130px;
	overflow: hidden;
}

#slider {
	position:absolute;
	height:130px;
	left:0px;
	margin-top: 5px;
	margin-left: 7px;
}

#slider img {
	cursor: pointer;
	border: 2px solid #fff;
	padding: 2px;
	margin: 5px;
}
