/*sidebar*/
.backgroundSection {position: fixed;right: 0px; width: 103px; height: 100%; background-color: #262626;}
.event-vertical-carousel-container {position: fixed; width: 103px; height: auto; right: 0px; top: 0px;}
.upArrowSection {width: 100%; height: 46px;}
.downArrowSection {width: 100%; height: 42px;}
.upArrowSection > a , .downArrowSection > a {display: block; width: 100%; height: 100%;}
.carousel-section {width: 100%; height: 456px; overflow: hidden;}
.fbSection {width: 100%; height: 43px;}
.fbSection a {display: block; width: 100%; height: 100%;}
.serviceSection {width: 100%; height: 32px;}
.serviceSection a {display: block; width: 100%; height: 100%;}

.carousel-ul {position: relative; margin: 0px; padding: 0px; width: 103px; height: 9999px; top: -114px; list-style: none;}
.carousel-ul li {display: block; width: 103px; height: 114px;}
.carousel-ul li:nth-child(1) a img{background-image:url("/images/event_sidebar_img/icon_01-bg.jpg");}
.carousel-ul li:nth-child(2) a img{background-image:url("/images/event_sidebar_img/icon_01-bg.jpg");}
.carousel-ul li:nth-child(3) a img{background-image:url("/images/event_sidebar_img/icon_02-bg.jpg");}
.carousel-ul li:nth-child(4) a img{background-image:url("/images/event_sidebar_img/icon_03-bg.jpg");}
.carousel-ul li:nth-child(5) a img{background-image:url("/images/event_sidebar_img/icon_04-bg.jpg");}
.carousel-ul li:nth-child(6) a img{background-image:url("/images/event_sidebar_img/icon_04-bg.jpg");}
.carousel-ul li a {display: block; width: 100%; height: 100%;}

.upArrowSection a  {background-image: url('/images/event_sidebar_img/up_in.jpg');transition: all 0.3s ease-in-out;}
.upArrowSection a:hover  {background-image: url('/images/event_sidebar_img/up_ov.jpg');}
.downArrowSection a  {background-image: url('/images/event_sidebar_img/down_in.jpg');transition: all 0.3s ease-in-out;}
.downArrowSection a:hover  {background-image: url('/images/event_sidebar_img/down_ov.jpg');}

.fbSection a {background-image: url('/images/event_sidebar_img/icon_fb.jpg'); transition:all 0.3s ease-in-out;}
.fbSection a:hover {background-image: url('/images/event_sidebar_img/icon_fb-ov.jpg');}
.serviceSection a {background-image: url('/images/event_sidebar_img/icon_service.jpg'); transition: all 0.3s ease-in-out;}
.serviceSection a:hover {background-image: url('/images/event_sidebar_img/icon_service-ov.jpg');}

@media print
{    
    .backgroundSection , .event-vertical-carousel-container {display: none !important; }
}