/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 872px;
	height:331px;

	/* custom decorations */
	margin: auto;
}



/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	background-color:#fff;
	cursor:pointer;
	width:872px;
	height:331px;
}

.scrollable object {
	float:left;
	background-color:#fff;
	cursor:pointer;
	width:872px;
	height:331px;
	z-index: -999;
}

.scrollable #item {
	float:left;
	background-color:#fff;
	cursor:pointer;
	width:872px;
	height:331px;
	z-index: -999;
}

/* active item */
.scrollable .active {
	z-index:9999;
	position:relative;
}



.scrollable2 {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 568px;
	height:330px;

	/* custom decorations */
	margin: auto;
}

.scrollable2 .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable2 img {
	float:left;
	background-color:#fff;
	cursor:pointer;
	width: 568px;
	height:330px;
}

.scrollable2 object {
	float:left;
	background-color:#fff;
	cursor:pointer;
	width: 568px;
	height:330px;
	z-index: -999;
}

.scrollable2 #item {
	float:left;
	background-color:#fff;
	cursor:pointer;
	width: 568px;
	height:330px;
	z-index: -999;
}

/* active item */
.scrollable2 .active {
	z-index:9999;
	position:relative;
}

#scrollInside2{
		margin: auto;
	width: 568px;
	height:330px;
		position:relative;

	}

#imgSlideMask{
	width:568px; 
	height:330px; 
	  background-image: url(../images/estrutura/imgSlideMask.png);
	 	z-index: 977;

	}	


#navegador2{
	width: 568px;
	text-align:right;

	
}


/*-------------------------------NAVIGATOR-------------------------------*/


/* position and dimensions of the navigator */
.navi {
	margin:0px auto;
	margin-left:  0px;
  	margin-right: 0px;
	width:100px;

	overflow:hidden;
	margin-bottom: 0px;
	height:20px;
	text-align:center;
	display:inline-block;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	cursor:pointer;
	background:url(../images/estrutura/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}

#scrollInside{
		margin: auto;
		width:872px;
		height:331px;
		position:relative;

	}
	
#trabalhoMask{
	width:872px;
	height:331px;
	background-image: url(../images/estrutura/WorkMask.png);
	z-index: 999
	}
	
#navegador{
	clear:both;
	margin:0px;
	display:block;
	text-align:center;
	float:right;
	width:872px;
}

#previousnext{
	margin-top:-20px;
	float:right;
	margin-right:0px;
	width:95px;
	text-align:right;
}


