#slideshow{min-height:395px;}
#pictures{
	position:absolute;
	width:800px;
}
#pictures-home{
  position:absolute;
  width:395px;
  height:395px;
}
#pictures-collection{
  position:absolute;
  width:355px;
  height:395px;
}
#logos{
  position:absolute;
  width:440px;
  height:375px;
  top:0;
}
#carrousel{
  right:0;
  position:absolute;
  height:395px;
}
#logos span, #pictures span, #pictures-home span{
	display:block;
}
#pictures span {width:800px;text-align:center;}
#pictures-collection span{display:inline;padding-right:15px;}
#pictures-collection span img{display:inline;}

.mask{
	position:absolute;
	width:800px;
	height:440px;
	margin: 80px 0 0;
	overflow:hidden;
}
.mask-home{
  right:0;
  position:absolute;
	width:395px;
	height:395px;
	overflow:hidden;
}
.mask-collection{
  right:0;
  position:absolute;
	width:640px;
	height:395px;
	top:180px;
	right:38px;
	overflow:hidden;
}
.mask-logos{
  position:absolute;
  margin-left:250px;
	width:440px;
	height:395px;
	overflow:hidden;
}
span img{
	display:block;
	border:none;
	margin:auto;
}
#prev{position:absolute;bottom:30px;left:280px;cursor:pointer;z-index:10;}
#next{position:absolute;bottom:30px;right:40px;cursor:pointer;z-index:10;}
