@charset 'utf-8';

/* ImageFlow Settings - CSS 2.1
==================================== */
@media screen, projection {
	.imageflow {
		visibility:hidden;
		position: relative; 
		text-align: left;
		width:1000px; height:270px!important;
		
		background:url(/area-conceito/img/fundo.jpg) repeat-x left top;
	}
	.imageflow img {
		visibility:hidden;
		position: absolute; 
		top: 0px;
		border: none;
		margin-top:-139px;
		
	}
	
	.ie7 .imageflow img {
		
		margin-top:-105px!important;
	}
	
	.imageflow p{
		text-align:center;
		margin:0 auto;
	}
	.imageflow .loading {
		position: relative;
		left: 50%;
		margin-left: -106px;
		width: 200px;
		height: 15px;
		padding:5px;
		visibility: visible;
		border: 1px solid white;
	}
	.imageflow .loading_bar {
		height: 15px;
		width: 1%;
		background: #fff;
		visibility: visible;
		
	}
	.imageflow .caption {
		font-weight:bold;
		position:relative; 
		text-align:center;
		z-index:10000;
		top:-50px;
		width:80%!important;
		margin:0 auto;
		color:#fff!important;
		
	}
	.imageflow .scrollbar {
		visibility:hidden;
		position:relative; 
		border-bottom:1px solid #b3b3b3;
		z-index:10001;
	}
	.imageflow .slider {
		position:absolute;
		margin-top:-7px;
		margin-left:-7px;
		z-index:10002;
		background-image:url(slider.png);
		background-repeat:no-repeat;
		width:14px;
		height:14px;
	}

.flow-anterior { position:absolute; cursor:pointer; bottom:-20px; left:30px; z-index:9999; width:48px; height:48px; display:block; overflow:hidden; text-indent:-9999px; background:url(/area-conceito/img/voltar.jpg) no-repeat left top;}
.flow-proximo {position:absolute; cursor:pointer; bottom:-20px; right:10px; z-index:9999; width:48px; height:48px; display:block; overflow:hidden; text-indent:-9999px; background:url(/area-conceito/img/avancar.jpg) no-repeat left top;}	

/*
.flow-anterior { position:absolute; cursor:pointer; top:30px; left:30px; z-index:9999; width:48px; height:48px; display:block; overflow:hidden; text-indent:-9999px; background:url(/area-conceito/img/voltar.jpg) no-repeat left top;}
.flow-proximo {position:absolute; cursor:pointer; top:30px; right:30px; z-index:9999; width:48px; height:48px; display:block; overflow:hidden; text-indent:-9999px; background:url(/area-conceito/img/avancar.jpg) no-repeat left top;}	
*/

.ie7 .images img { /*width:290px!important;*/ height:auto!important;}	
.images { height:270px!important;}

.ie7 .imageflow img {margin-top:-70px;}
