body {
	margin: 0px;
	padding: 0px;
}

a {
	border: none;
}

img {
	border: none;
}

.absolute {
	position: absolute;
}

/* --------------------------------------------------- */

#wrapper-mega {
	width: 100%;
	overflow: hidden;
}

#wrapper-slide {
	width: 1024px;
	position: relative;
	left: 50%;
	margin-left: -512px;
}

.slide {
	width: 1024px;
	position: relative;
}

#slide0 {
	height: 591px;
}

#slide1 {
	height: 945px;
}

#slide2 {
	height: 744px;
}

#slide3 {
	height: 798px;
}

#slide4 {
	height: 783px;
}

#slide5 {
	height: 673px;
}

#slide6 {
	height: 755px;
}

#slide7 {
	height: 622px;
}

#slide8 {
	height: 738px;
}

#slide9 {
	height: 630px;
}

#slide10 {
	height: 1321px;
}

#slide11 {
	height: 905px;
}

#slide12 {
	margin-bottom: 100px;
}

/* --------------------------------------------------- */

@-moz-keyframes arrow
{
0% {margin-top: 0px;}
50% {margin-top: 10px;}
100% {margin-top: 0px;}
}

@-webkit-keyframes arrow
{
0% {margin-top: 0px;}
50% {margin-top: 10px;}
100% {margin-top: 0px;}
}

@keyframes arrow
{
0% {margin-top: 0px;}
50% {margin-top: 10px;}
100% {margin-top: 0px;}
}

.arrowDown {
	-moz-animation: arrow 1s infinite;
	-webkit-animation: arrow 1s infinite;
	animation: arrow 1s infinite;
}
/*
.trans1 {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-ms-transition: all 1s;
}*/

.trans1 {
-webkit-transition:all 0.3s;  
-moz-transition:all 0.3s;  
-o-transition:all 0.3s;  
transition:all 0.3s;  
-ms-transition: all 0.3s;
}

.trans2 {
-webkit-transition:all 0.6s;  
-moz-transition:all 0.6s;  
-o-transition:all 0.6s;  
transition:all 0.6s;  
-ms-transition: all 0.6s;
}

.trans3 {
-webkit-transition:all 1s ;  
-moz-transition:all 1s ;  
-o-transition:all 1s ;  
transition:all 1s ;   
-ms-transition: all 1s ;
}

.trans4 {
-webkit-transition:all 1.5s ;  
-moz-transition:all 1.5s ;  
-o-transition:all 1.5s ;  
transition:all 1.5s ;   
-ms-transition: all 1.5s ;
}

/* --------------------------------------------------- */

#wrapper-publications {
	padding-top: 47px;
	background: url('../images/slide12/12_publications_title.png') no-repeat center top ;
	text-align: center;
}

#wrapper-publications a {
	margin-right: 8px;
}

#wrapper-publications a.last {
	margin-right: 0px;
}

#wrapper-videos {
	margin-top: 10px;
	padding-top: 35px;
	background: url('../images/slide12/12_videos_title.png') no-repeat center top ;
	text-align: center;
}

#wrapper-videos a {
	margin-right: 32px;
	
}

#wrapper-videos a.last {
	margin-right: 0px;
}

#wrapper-link-home {
	margin-top: 36px;
	text-align: center;
}

#wrapper-credits {
	width: 1024px;
}

#wrapper-credits img {
	display: block;
	max-width: 100%;
	height: auto;
}

#design {
	position: absolute;
	bottom: 65px;
	right: 47px;
	font-family: sans-serif;
	font-size: 12px;
}

#design a {
	color: #003683;
	text-decoration: none;
}

#design a:hover {
	text-decoration: underline;
}