.slide{
	width:auto;
	margin:0 auto;
	height:auto;
	text-align:center;
}
.navigation{
	width:600px;
	height:450px;
	font-family:"agency FB";
	font-size:20px;
	position:absolute;
	margin-top:5px;
}

.bg{
	width:600px;
	height:400px;
	background-image:url(../_imagens/slide%20bg.png);
	position:absolute;
	background-repeat:no-repeat;
}
.op1{	
	width:100px;
	height:auto;
	float:left;
	margin-left: 5px;
	text-align:center;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all .5s linear;
	transition: all .5s linear;
	border: medium solid #009900;
	position:absolute;	
}
.op1:hover{
	font-weight:bold;
	background:#009900;
	color:#FFF;
	cursor:pointer;
}
.op1_galery{	
	background:#FFFFFF;
	width:584px;
	height:360px;
	margin-left:0px;
	position:absolute;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #009900;
	display:none;

}
.op1 .op1_galery{
	display:none;
}
.op1:hover .op1_galery{
	display:block;
}
.photo_pos1{
	background-color:#333333;	
	width:138px;
	height:140px;
	margin-top:5px;
	margin-left:5px;
	padding-top:30px;
	-webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
}
.photo_pos1:hover{
	background-color:#009900;
}
.photo_pos2{
	background-color:#333333;	
	width:138px;
	height:140px;
	margin-top:-170px;
	margin-left:150px;
	position:absolute;	
	padding-top:30px;
	-webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
}
.photo_pos2:hover{
	background-color:#009900;
}
.photo_pos3{
	background-color:#333333;	
	width:138px;
	height:140px;
	margin-top:-170px;
	margin-left:295px;
	position:absolute;	
	padding-top:30px;
	-webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
}
.photo_pos3:hover{
	background-color:#009900;
}
.photo_pos4{
	background-color:#333333;	
	width:138px;
	height:140px;
	margin-top:-170px;
	margin-left:440px;
	position:absolute;	
	padding-top:30px;
	-webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
}
.photo_pos4:hover{
	background-color:#009900;
}
.photo_pos5{
	background-color:#333333;	
	width:138px;
	height:140px;
	margin-top:5px;
	margin-left:5px;	
	padding-top:30px;
	-webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
}
.photo_pos5:hover{
	background-color:#009900;
}
.photo_pos6{
	background-color:#333333;	
	width:138px;
	height:140px;
	margin-top:-170px;
	margin-left:150px;
	position:absolute;	
	padding-top:30px;
	-webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
}
.photo_pos6:hover{
	background-color:#009900;
}
.photo_pos7{
	background-color:#333333;	
	width:138px;
	height:140px;
	margin-top:-170px;
	margin-left:295px;
	position:absolute;	
	padding-top:30px;
	-webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
}
.photo_pos7:hover{
	background-color:#009900;
}
.photo_pos8{
	background-color:#333333;	
	width:138px;
	height:140px;
	margin-top:-170px;
	margin-left:440px;
	position:absolute;	
	padding-top:30px;
	-webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
}
.photo_pos8:hover{
	background-color:#009900;
}
.op2{
	width:100px;
	height:auto;
	float:left;	
	margin-left: 115px;
	text-align:center;
	-webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
	border: medium solid #009900;	
	position:absolute;	
}
.op2:hover{
	font-weight:bold;
	background:#009900;
	color:#FFF;
	cursor:pointer;
}
.op2_galery{
	width:584px;
	height:360px;
	margin-left:-110px;
	position:absolute;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #009900;
	display:none;
	background:#FFFFFF;
}
.op2 .op2_galery{
	display:none;
}
.op2:hover .op2_galery{
	display:block;
}
.op3{
	width:140px;
	height:auto;	
	float:left;
	margin-left: 225px;
	text-align:center;
	-webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
	border: medium solid #009900;		
	position:absolute;
}
.op3:hover{
	font-weight:bold;
	background:#009900;
	color:#FFF;
	cursor:pointer;
}
.op3_galery{
	width:584px;
	height:400px;
	margin-left:-220px;
	position:absolute;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #009900;
	display:none;
	background:#FFFFFF;
}
.op3 .op3_galery{
	display:none;
}
.op3:hover .op3_galery{
	display:block;
}

.op4{
	width:100px;
	height:auto;	
	float:left;
	margin-left: 375px;
	text-align:center;
	-webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;	
	border: medium solid #009900;
	position:absolute;		
}
.op4:hover{
	font-weight:bold;
	background:#009900;
	color:#FFF;
	cursor:pointer;
}
.op4_galery{
	width:584px;
	height:360px;
	margin-left:-370px;
	position:absolute;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #009900;
	display:none;
	background:#FFFFFF;
}
.op4 .op4_galery{
	display:none;
}
.op4:hover .op4_galery{
	display:block;
}
.op5{
	width:100px;
	height:auto;	
	float:left;
	margin-left: 485px;
	text-align:center;
	-webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
	border: medium solid #009900;	
	position:absolute;	
}
.op5:hover{
	font-weight:bold;
	background:#009900;
	color:#FFF;
	cursor:pointer;
}
.op5_galery{
	width:584px;
	height:360px;
	margin-left:-480px;
	position:absolute;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #009900;
	display:none;
	background:#FFFFFF;
}
.op5 .op5_galery{
	display:none;
}
.op5:hover .op5_galery{
	display:block;
}
.op6{	
	width:100px;
	height:auto;
	float:left;
	margin-left: 5px;
	text-align:center;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all .5s linear;
	transition: all .5s linear;
	border: medium solid #009900;
	position:absolute;	
}
.op6:hover{
	font-weight:bold;
	background:#009900;
	color:#FFF;
	cursor:pointer;
}
.op6_galery{	
	background:#FFFFFF;
	width:584px;
	height:360px;
	margin-left:0px;
	position:absolute;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #009900;
	display:none;

}
.op6 .op6_galery{
	display:none;
}
.op6:hover .op6_galery{
	display:block;
}
.op7{	
	width:100px;
	height:auto;
	float:left;	
	margin-left: 115px;
	text-align:center;
	-webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
	border: medium solid #009900;	
	position:absolute;	
}
.op7:hover{
	font-weight:bold;
	background:#009900;
	color:#FFF;
	cursor:pointer;
}
.op7_galery{	
	width:584px;
	height:360px;
	margin-left:-110px;
	position:absolute;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #009900;
	display:none;
	background:#FFFFFF;

}
.op7 .op7_galery{
	display:none;
}
.op7:hover .op7_galery{
	display:block;
}
.op8{	
	width:140px;
	height:auto;	
	float:left;
	margin-left: 225px;
	text-align:center;
	-webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
	border: medium solid #009900;		
	position:absolute;
}
.op8:hover{
	font-weight:bold;
	background:#009900;
	color:#FFF;
	cursor:pointer;
}
.op8_galery{	
	width:584px;
	height:400px;
	margin-left:-220px;
	position:absolute;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #009900;
	display:none;
	background:#FFFFFF;

}
.op8 .op8_galery{
	display:none;
}
.op8:hover .op8_galery{
	display:block;
}
.op9{	
	width:100px;
	height:auto;	
	float:left;
	margin-left: 375px;
	text-align:center;
	-webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;	
	border: medium solid #009900;
	position:absolute;		
}
.op9:hover{
	font-weight:bold;
	background:#009900;
	color:#FFF;
	cursor:pointer;
}
.op9_galery{	
	width:584px;
	height:360px;
	margin-left:-370px;
	position:absolute;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #009900;
	display:none;
	background:#FFFFFF;

}
.op9 .op9_galery{
	display:none;
}
.op9:hover .op9_galery{
	display:block;
}
.op10{	
	width:100px;
	height:auto;	
	float:left;
	margin-left: 485px;
	text-align:center;
	-webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
	border: medium solid #009900;	
	position:absolute;	
}
.op10:hover{
	font-weight:bold;
	background:#009900;
	color:#FFF;
	cursor:pointer;
}
.op10_galery{	
	width:584px;
	height:360px;
	margin-left:-480px;
	position:absolute;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #009900;
	display:none;
	background:#FFFFFF;
}
.op10 .op10_galery{
	display:none;
}
.op10:hover .op10_galery{
	display:block;
}
.next{
	width:80px;
	height: 30px;
	text-align:center;
	float:right;
	margin-right:150px;
	font-family:Arial;
	font-size:12px;
	margin-top:10px;
	-webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
}
.next:hover{
	font-weight:bold;
	color: #009900;
}
.black_overlay{
        display: none;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: #999999;
        z-index:1001;
        -moz-opacity: 0.8;
        opacity:.80;
        filter: alpha(opacity=80);
    }
.big_foto {
        display: none;
        position: absolute;
        top:20%;
		left:25%;
        width: 600px;
        height: auto;
        padding: 16px;
        background-color: ;
        z-index:1002;
        overflow: auto;
		-ms-animation: animAsterisco1 2s alternate;
  -o-animation: animAsterisco2 2s alternate;
  -webkit-animation: animAsterisco2 2s alternate;
  animation: animAsterisco2 2s alternate;
}
.close{
	width:auto;
	height:50px;
	position:absolute;
	margin-top:-462px;
	margin-left:560px;
	z-index:1003;
	color:#006600;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:11px;
}
a{
 	text-decoration:none;	
	color:#333333;
}