body.gallery #content {
	height: 	426px;
	background: 	none;
}

body.gallery #rightBlock { 
	height: 	426px;
	padding: 	0;
	margin: 	0;
	width: 		795px;
	position: 	relative;
	
}

body.gallery .sidebar {
	background: 	url("images/marcoPhotos.jpg") no-repeat;
	padding-top: 	141px;
}

body.gallery #galleryContainer {
	width: 			571px;
	height: 		426px;
	overflow: 		hidden;
}

body.gallery #galleryRight {
	position: 		absolute;
	top:			0;
	right: 			0;
	width: 			160px;
	height: 		366px;
	background: 	url("images/marcoGrande.jpg") no-repeat;
	padding: 		30px;
	font-size: 		.9em;
}

#mainImage {
	margin-top:		2px;
	width: 			567px;
	height: 		322px;
	padding: 		7px 0 7px 0;
	border-top: 	1px solid #575757;
	border-bottom: 	1px solid #575757;
	overflow: 		hidden;
}

#imageSelector {
	width: 			567px;
	height: 		60px;
	margin-top: 	8px;
	border-bottom: 	1px solid #575757;
	position: 		relative;
}

#imageBox {
	height: 		70px;
	top:			0;
	left:			0;
	background: 	transparent;
	width: 			1000px;
}

.wrapperViewPort {
	width: 			501px;
	height: 		50px;
	overflow: 		hidden;
	position: 		absolute;
	left:			33px;
	top:			2px;
}

#imageSelector ul li {
	float:			left; 
	padding-right:	3px;
	width: 			53px;
}

#imageSelector .imageSelectorButton {
	display:			block;
	position: 			absolute;
	top:				0;
	width: 				20px;
	height: 			60px;
	background-image: 	url("images/galleryArrows.gif");
	background-repeat: 	no-repeat;
}

#imageSelector .left {
	z-index: 	1000;
}

#imageSelector .right {
	background-position: 	-47px 0px;
	right: 					0;
}

body.gallery #pasillo {
	display: 				none;
}

body.gallery ul.capacidades {
	display: 				none;
}

#imageDescription {
	text-align: center;
	margin-top: 50px;
}

