@charset "UTF-8";
/* CSS Document */

#gallerymain,.gallerymain {
	width:640px;
	height:360px;
	margin:25px auto;
	background:none center center no-repeat
}
#galleryinfo { width:560px; height:60px; margin:5px auto 10px; font-size:11px; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; padding-bottom: 5px; border-bottom: 1px solid #a3a3a3; }
#galleryinfo h1 {margin:0 0 -10px}

div.slide {position:relative;height:100px;margin:0px auto;width:900px}

div.slide .sliderout {position:absolute;height:100px;width:900px;left:0px;overflow:hidden}
div.slide #slider {position:relative;left:0px}
div.slide #slider img {width:179px;height:101px;border-right:1px solid #fff;cursor:pointer;opacity:.65;filter:alpha(opacity=65)}
div.slide #slider img.corrente {opacity:.99;filter:alpha(opacity=99)}

