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

#container{
		
		width: 960px;
		}
.gallery_page{
		float:left;
		width:229px;
		background-image: url(images/gallery_en.png);
		background-repeat:no-repeat;
		
		}
			
.new{
		margin-left: 20px;
		}
		
.gallery_page p {
		padding: 60px 20px 0px 20px;
		text-align: justify;
		}
.gallery_page p span{
		font-weight: bold;
		}
.gallery_page a {
		background-image: url(images/arrow.jpg);
		background-repeat:no-repeat;
		display:block;
		width:10px;
		height:15px;
		padding-left:15px;
		white-space:nowrap;
		margin-left: 20px;
		}		

/* gallery */

#gallery {
	float:left;
	margin: 0px 0px auto 80px;
	width:500px;
	}

.galleria {
	list-style:none;
	width:100%;
	}
.galleria li {
	display:block;
	width:80px;
	height:80px;
	overflow:hidden;
	float:left;
	margin:0px 10px 10px 0;
	}
.galleria li a {
	display:none;
	}
.galleria li div {
	position:absolute;
	display:none;
	top:0;
	left:180px;
	}
.galleria li div img {
	cursor:pointer;
	}
.galleria li .active div img,.galleria li .active div{
	display:block;
	}
.galleria li img.thumb{
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto;
	}
.galleria li .caption{
	display:block;
	padding-top:.5em;
	}
#main_image{
	margin:0 auto 100px auto;
	height:300px;
	width:450px;
	background:white;
	}
#main_image img{
	margin-bottom: 10px;
	}
.nav_gal{
	padding-top:15px;
	padding-left: 120px;
	clear:both;
	font:80% 'helvetica neue',sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
	}
.caption{
	font-style:italic;
	color:#887;
	}	