/* --------- GENERIC ----------------------- */

.portfolio {
	overflow:hidden;
	position: relative;
	display: block;
	background: url('./../../../images/bg/dukal-pgloader.gif') no-repeat center center;
}
.portfolio img {
	border: 0;
	margin: 0;
}
.portfolio .illustration {
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	border: 0px none;
	margin: 0px;
	position: absolute;
	top: 0px;
}
.portfolio a {
	font-size: 10px;
	text-decoration: none;
	color: inherit;
}
.portfolio a.right, .portfolio a.left {
	position: absolute;
	height: 90%;
	width: 50%;
	cursor: pointer;
	z-index:20;
}
.portfolio a.left {
	left: 0;
	top: 0;
	background: url('./../../../images/bg/sa-arrow1.png') no-repeat left center;
	-moz-opacity:0.2;
	-khtml-opacity:0.2;
	opacity:0.2;
	filter:alpha(opacity=20)
}
.portfolio a.left:hover {
	background: url('./../../../images/bg/sa-arrow1.png') no-repeat left center;
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	filter:alpha(opacity=100)
}
.portfolio a.right {
	right: 0;
	top: 0;
	background: url('./../../../images/bg/sa-arrow2.png') no-repeat right center;
	-moz-opacity:0.2;
	-khtml-opacity:0.2;
	opacity:0.2;
}
.portfolio a.right:hover {
	background: url('./../../../images/bg/sa-arrow2.png') no-repeat right center;
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}

/* --------- PAGINA IZQUIERDA ----------------------- */

#page-front {
	max-width: 100%px;
	max-height: 100%px;
	z-index:5;
	background-color: transparent;
}
#page-a {
	width: 370px;
	height: 462px;
	z-index:5;
	float:left;
	background-color: transparent;
}

/* --------- PAGINA DERECHA ----------------------- */

#page-b {
	width: 370px;
	height: 462px;
	z-index:5;
	float:right;
	background-color: transparent;
}

/* --------- THUMBS PAGE ----------------------- */

#thumb-page-1 {
	background: url(./../../../images/bg/back_content_portfolio_1.jpg) no-repeat right top;
	margin-top:10px;
	margin-left: 8px;
	width:700px;
	height:153px;
}
#thumb-page-2 {
	background: url(./../../../images/bg/back_content_portfolio_2.jpg) no-repeat right top;
	margin-top:10px;
	margin-left: 6px;
	width:700px;
	height:153px;
}
#thumb-page-3 {
	background: url(./../../../images/bg/back_content_portfolio_3.jpg) no-repeat right top;
	margin-top:10px;
	margin-left: 6px;
	width:700px;
	height:153px;
}
.thumbs-container {
	position:absolute;
	z-index: auto;
	width:50px;
	height:50px;
	margin:15px 0px 0px 40px;
}
.thumb {
	position: absolute;
	z-index: 2;
	border:2px solid #b27a66;
	width: 50px;
	height: 50px;	
}
.thumb:hover {
	position: absolute;
	z-index: 3;
	opacity:1;
	filter:alpha(opacity=100);
}