/* CSS Document */

html {font-family:Trebuchet MS;font-size:11px;color:#828282;line-height:23px;}
body {margin:0px;background:url(../images/bg_dia.jpg) no-repeat top center;}

#centro {width:990px;}

.box1 {float:left;width:364px;padding-left:35px;}
.box2 {float:left;width:480px;text-align:justify;}

.box2 #estrutura {margin-left:20px;}

.box2 #slider {width:657px;margin-left:-80px;}
.box2 #slider #left {float:left;position:absolute;z-index:2;margin-top:45px;cursor:pointer;}
.box2 #slider #right {float:left;position:absolute;z-index:2;margin-left:490px;margin-top:45px;cursor:pointer;}
.box2 #slider #center {width:401px;float:left;position:absolute;z-index:1;margin-left:108px;}
.box2 #slideshow #rodape {position:absolute;background-image:url(../images/rodape_fotos.gif);background-repeat:no-repeat;width:401px;height:78px;margin-top:-30px;background-position:0px 10px;z-index:-1;*z-index:-1;*position:relative;}
.box2 #slideshow #rodape #legenda {padding-top:38px;width:300px;font-size:15px;margin-left:20px;color:White;text-align:left;text-shadow: 1px -1px 1px #724900;}

.box2 #espacamento {margin-top:200px;padding-top:20px;*padding-top:40px;}

.box2 .thumb {float:left;padding-right:12px;padding-bottom:10px;cursor:pointer;}
.box2 .thumb .moldura {margin-left:-92px;margin-top:-10px;position:absolute;}

#prevBtn {position:absolute;z-index:2;margin-top:90px;margin-left:-100px;}
#nextBtn {position:absolute;z-index:2;margin-top:90px;margin-left:400px;}

/* Easy Slider */

#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider2, #slider2 li{ 
	width:401px;
	overflow:hidden; 
}				

/* // Easy Slider */


/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:501px;
	height:263px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:401px;
  height:563px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:401px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:563px;
}



#imgBox, #imgBox img { width:200px; height:200px; margin:0;padding:0 }



/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:128px;
  height:128px;
  position:absolute;
  cursor: pointer;
  z-index:2;
  margin-top:70px;
}
#leftControl {
   margin-left:-65px;
   *margin-left:-115px;
}
#rightControl {
   margin-left:414px;
   margin-top:-493px;
}

/** 
 * Style rules for Demo page
 */

#pageContainer {
  margin:0 auto;
  width:960px;
}
