Check my code for css vertical align
The below code highlighted in Red was to center the slide show vertically.
http://www.roatan.photos/slideshows/PrePr/birds/macaws/macaws-small/test-2.html
Can anyone help please?
@charset "UTF-8";
/* Body */
body {
font-family: source-sans-pro;
background-color: #f2f2f2;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
font-style: normal;
font-weight: 200;
}
.element {
position: relative;
top: 50%;
transform: translateY(-50%);
}
/* Container */
.container {
width: 90%;
margin-left: auto;
margin-right: auto;
height: 1000px;
background-color: #FFFFFF;
}
/* Navigation */

