@charset "UTF-8";
/* CSS Document */
#img_center{margin-left:auto;
            margin-right:auto;
			position:relative;
}
 ul#navigation li {
    list-style: none;
	margin-left:0px;
   
    margin: 0.4em; padding: 0;
	text-decoration:none;
	font-size:24px;
	}

a.roll {text-decoration: none; color:#333;font-style:inherit;}
a.roll:visited {text-decoration: none;color:#333; font-style:inherit;}
a.roll:hover { text-decoration:none; color:#999;font-style:inherit;}
a.roll:active {text-decoration: none;color:#333;font-style:inherit;}	
	
.fotoBox {
	background:#FFF;
	margin-bottom:1px;
	
}
 
	.fotoBox img {
		-moz-transition:  opacity .5s linear;
		-webkit-transition:  opacity .3s linear;
		transition:  opacity .3s linear;
		opacity: 0.4;
		
	}
 
	.fotoBox img:hover {
		opacity: 1.0;
		
		
	}
	
a.roll_x {text-decoration: none; color:#333;font-style:inherit; font-weight:bold;}
a.roll_x:visited {text-decoration: none;color:#333; font-style:inherit;font-weight:bold;}
a.roll_x:hover { text-decoration:none; color:#999;font-style:inherit;font-weight:bold;}
a.roll_x:active {text-decoration: none;color:#333;font-style:inherit;font-weight:bold;}		
	
	
	
