/* JQUERY TOPO ---------- */

.roundabout-holder {
    padding: 0;
    margin: 0;
	width: 300px;
	height: 300px;
}

.roundabout-moveable-item {
	font-size: 1em;
    width: 300px;
	height: 300px;
    cursor: pointer;
}

.roundabout-in-focus {
    cursor: auto;
}

#areaJquery {
	width: 750px;
	height: 200px;
	margin: 80px auto 0 60px;
	float: left;
}

#areaJquery img {
	font-size: 1em;
	width: 100%;
	height: 100%;
}

/* ---------- JQUERY TOPO */

/* JQUERY PORTFÓLIO ---------- */

#jqueryPortfolio {
	width: 305px;
	height: 410px;
	float: left;
	margin: 0 0 0 20px;
}

#portfolio {		
	margin: 0;
	width: 305px;
	height: 360px;
	overflow:hidden;
}

#portfolio li {
	float: left;
	width: 135px;
	height: 105px;
	overflow: hidden;
	margin: 5px 0 8px 5px;
	background: url('../img/fundoItemPortfolio.png');
	color: #000;
	text-align: center;
	line-height: 105px;
}
#portfolio li img {
	margin: 14px 0 0 12px;
	width: 163px;
	height: 149px;
	min-width: 163px;
	max-width: 163px;
	min-height: 149px;
	max-height: 149px;
}
.areaImagem {
	width: 112px;
	height: 87px;
	margin: 8px auto 0 auto;
	overflow: hidden;
}
ol#pagination {
	overflow: hidden;
	background: url('../img/paginacaoJquery.png');
	width: 173px;
	height: 19px;
	margin: 0 26px 0 auto;
	padding-left: 100px;
}

ol#pagination li {
	float: left;
	cursor: pointer;
	margin: 2px 0 0 4px;
	width: 17px;
	height: 17px;
	background: url('../img/itemPaginacao.png');
	display: block;
}

ol#pagination li.current {
	color: #F00;
	width: 17px;
	height: 17px;
	background: url('../img/itemPaginacaoAtivo.png');
	display: block;
}

/* ---------- JQUERY PORTFÓLIO */

/* JQUERY PRODUTOS ---------- */

#areaFotos ol#pagination {
	width: 575px;
	max-width: 575px;
	height: 19px;
	background: url('../img/paginaProdutos.png');
	position: absolute;
	z-index: 3;
	margin: 12px 0 0 0;
}

#areaFotos ol#pagination li {
	float: left;
	cursor: pointer;
	width: 17px;
	height: 17px;
	background: url('../img/itemPaginacao.png');
	display: block;
	margin: 1px auto 0 auto;
}

#areaFotos ol#pagination li.current {
	color: #F00;
	width: 17px;
	height: 17px;
	background: url('../img/itemPaginacaoAtivo.png');
	display: block;
}

/* ---------- JQUERY PRODUTOS */