/* Demoflow
   -------------------------------- */
div.demoflow-button-left {
	left: 3px;
	top: 375px;
	background: url('../images/mais.jpg') no-repeat left top;
	width: 44px;
	height: 90px;
	margin:183px 0 0 0;
	cursor: pointer; cursor: hand;
	z-index: 999;
}
/*
div.demoflow-button-left .bg {
	background: url('../images/seta_esq.jpg') no-repeat left bottom;
	width: 52px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
}
*/
div.demoflow-button-right {
	right: 3px;
	top: 375px;
	background: url('../images/mais.jpg') no-repeat right top;
	width: 44px;
	height: 90px;
	margin:183px 0 0 0;
	cursor: pointer; cursor: hand;
	z-index: 999;
}
/*
div.demoflow-button-right .bg {
	position: absolute;
	left: 0;
	top: 0;
	background: url('../images/mais.jpg') no-repeat right bottom;
	width: 52px;
	height: 45px;
}
*/










.demoflow {
	position: relative;
	top: 22px;
	margin-left:4px;
	left: 0;
	width: 830px;
	height: 380px;
}










.demoflow div {
	float: left;
	height: 90px;
	width: 44px;
	cursor: pointer; 
	cursor: hand;
}

.ie .demoflow div {
	zoom: 1;
}
/*
.demoflow div {
	border: 1px solid #666;
}


.demoflow div:hover {
	border: 1px solid #666;
	opacity: 1 !important;
}
*/
.demoflow div img {
	height: 100%;
	width: 100%;
}

.demoflow div.shadow {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: black;
}

.ie .demoflow div.shadow {
	display: none;
}
