#gallerywrapper { position:relative; max-width:1280px; width: 100%; height:800px; margin:0 auto;} 
#gallerywrapper #gallery {position:absolute; left:0; top:0; max-width:1280px; width: 100%; height:800px; overflow:hidden; text-align:center; } 
#gallerywrapper #gallery div {position:relative; max-width:1280px; width: 100%; height:1600px; padding-top:10px;} 
#gallerywrapper #gallery div img {width: 100%; margin-bottom: 20px;} 
#gallerywrapper #gallery div h3 { font-family: 'liberation_sansbold'; font-size: 32px; color: #000000; text-decoration:none; padding: 0; margin: 0; } 
#gallery .previous{ display:inline; float:left; margin-left:30%; font-family: 'liberation_sansbold'; font-size: 32px; color: #e9570e; text-decoration:none;} 
#gallery .previous img{ float: right; width: 40px!important; margin: -4px 0 0 12px;} 
#gallery .next{ display:inline; float:right; margin-right:33%; font-family: 'liberation_sansbold'; font-size: 32px; color: #e9570e; text-decoration:none;} 
#gallery .next img{ float: left;width: 40px !important; margin: -4px 12px 0 0;} 
.disabled{ opacity: 0.5; } 

