#seccion {
	background-image: none;
	position: relative;
	z-index:1;
}

#galleryContainer {
	width: 363px;
	height: 502px;
	position: absolute;
	background: url("images/bgGallery.png") top left no-repeat; 
	top:277px !important;
	top:281px;
	left:28px;
	z-index: 10;
}

#galleryContainer a {
	outline: none;
}

#page {
	position: relative;
}

#content {
	height: 662px;
	overflow:hidden;
}

#galleryContainer #mainImage {
	position: absolute;
	top:102px;
	left:18px;
}

#imageSelector {
	height: 		70px;
	position: 		relative; 	
}

#imageSelector .imageSelectorButton {
	display:	block;
	position: 	absolute;
	top:		0;
	width: 		38px;
	height: 	70px;
	background: green;
}

#imageSelector .left {
	z-index: 	1000;
	background: url("images/galleryLeft.gif") no-repeat;
	top:23px;
	left:12px;
}

#imageSelector .right {
	right: 		0;
	top:21px;
	background: url("images/galleryRight.gif") no-repeat;
}

.wrapperViewPort {
	width: 			280px;
	overflow: 		hidden;
	position: 		absolute;
	height: 		70px;
	left:			38px;
}

#imageBox {
	height: 		70px;
	top:			0;
	left:			0;
	background: 	transparent;
	width: 			1000px;
}

#imageSelector ul li {
	padding-top: 	20px;
	float:			left; 
	padding-right:	6px;
	width: 			50px;
}


#leftContainer.contLeft #imageSelector ul li img {
	display: 		block;
	border:1px solid black;
}

#imageDescription {
	position: absolute;
	top:440px;
	left:20px;
	width: 320px;
	height: 50px;
	overflow:hidden;
	text-align: left;
}

#content {
	height: 	800px;
}
