#navigation div.wrapper, #footer div.wrapper {
position: relative;
}
#content {
height:50px;

}
.slidable-page {
z-index: -1;
padding:1px;
}

/* quadro estático inicial */
.work-sample {
	width: 132px;
	float: left;
	cursor: pointer;
	margin:auto;
}



/* quadro final */
#work .wrapper {
width: 452px;

}
#work-sample-alli {
background-color: #4B667B;
}
#work-sample-dolls {
background-color: #FFF;
}

/* The work sample "flip side", initially hidden div */
#flip-side {
	position: absolute;
	z-index: 1000;
	width: 201px;
	min-height: 150px;
}

.flip-content {
display: none;
}


/*quadro esquerdo */
#flip-side .screenshot {
 	width:452px; 
  	float: left;
	overflow: hidden;
	text-align: center;
    height:375px;
	
}
/*quadro esquerdo */
#flip-side .info a.close-flip {
	position: absolute;
	right: 10px;
	bottom: 10px;

}
