#flyer_large{width:53%;float:left;height:calc(100% - 100px);position:fixed;top:50px;text-align:center}
#flyer_nav{width:100%;height:100%;min-height:100px;position:absolute}
#flyer_left,#flyer_right{float:left;width:50%;height:100%;cursor:pointer;transition:background-position ease 100ms}
#flyer_right:hover{background-position:102% center !important}
#flyer_left:hover{background-position:-2% center !important}
#flyer_left span,#flyer_right span{text-indent:-5000px;display:block}
#flyer_left{background:url(../img/arrow_left_small.png) left center no-repeat}
#flyer_right{background:url(../img/arrow_right_small.png) right center no-repeat}

#flyer_large img{width:auto;height:auto;max-width:100%;max-height:100%;vertical-align:middle}
#flyer_gallery{width:42%;float:right;text-align:center;margin-bottom:25px}
#flyer_gallery article{width:44%;display:inline-block;margin:0 10px 20px;border:none;padding:0}
#flyer_gallery article div{background:url(../img/loading.gif) no-repeat 50% 50%}
#flyer_gallery h1, #flyer_gallery .flyer_footer{display:none}
#flyer_gallery .flyer{border:1px solid transparent;cursor:pointer;background-repeat:no-repeat !important;background-position:center !important}
#flyer_gallery .flyer:hover{border:1px solid #3aacf3 !important}
#flyer_large #view{background:url(../img/loading.gif) no-repeat 50% 50% rgba(255,255,255,0.03);height:100%}