#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden
    }
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
    }
#cboxMiddleLeft, #cboxBottomLeft {
    clear: left
    }
#cboxContent {
    position: relative
    }
#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
    }
#cboxTitle {
    margin: 0
    }
#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
    }
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer
    }
.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none
    }
.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0
    }
#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
    }
#cboxOverlay {
    background: #000
    }
#colorbox {
    outline: 0
    }
#cboxContent {
    margin-top: 20px;
    background: #000
    }
.cboxIframe {
    background: #fff
    }
#cboxError {
    padding: 50px;
    border: 1px solid #ccc
    }
#cboxLoadedContent {
    border: 5px solid #000;
    background: #fff
    }
#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc
    }
#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0;
    color: #ccc
    }
#cboxLoadingGraphic {
    background: url(/sites/all/libraries/colorbox/example3/images/loading.gif) no-repeat center center
    }
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none
    }
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0
    }
#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff
    }
#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(/sites/all/libraries/colorbox/example3/images/controls.png) no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px
    }
#cboxPrevious:hover {
    background-position: bottom left
    }
#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(/sites/all/libraries/colorbox/example3/images/controls.png) no-repeat top right;
    width: 28px;
    height: 65px;
    text-indent: -9999px
    }
#cboxNext:hover {
    background-position: bottom right
    }
#cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url(/sites/all/libraries/colorbox/example3/images/controls.png) no-repeat top center;
    width: 38px;
    height: 19px;
    text-indent: -9999px
    }
#cboxClose:hover {
    background-position: bottom center
    }
.ctools-locked {
    color: red;
    border: 1px solid red;
    padding: 1em
    }
.ctools-owns-lock {
    background: #FFD none repeat scroll 0 0;
    border: 1px solid #F0C020;
    padding: 1em
    }
a.ctools-ajaxing, input.ctools-ajaxing, button.ctools-ajaxing, select.ctools-ajaxing {
    padding-right: 18px !important;
    background: url(/sites/all/modules/contrib/ctools/images/status-active.gif) right center no-repeat
    }
div.ctools-ajaxing {
    float: left;
    width: 18px;
    background: url(/sites/all/modules/contrib/ctools/images/status-active.gif) center center no-repeat
    }
.dd {
    text-align: left;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: relative
    }
.dd .ddTitle {
    background: #f2f2f2;
    border: 1px solid #c3c3c3;
    padding: 3px;
    text-indent: 0;
    cursor: default;
    overflow: hidden;
    height: 16px
    }
.dd .ddTitle span.arrow {
    background: url(/sites/all/modules/contrib/lang_dropdown/msdropdown/dd_arrow.gif) no-repeat 0 0;
    float: right;
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer
    }
.dd .ddTitle span.ddTitleText {
    text-indent: 1px;
    overflow: hidden;
    line-height: 16px
    }
.dd .ddTitle span.ddTitleText img {
    text-align: left;
    padding: 0 2px 0 0
    }
.dd .ddTitle img.selected {
    padding: 0 3px 0 0;
    vertical-align: top
    }
.dd .ddChild {
    position: absolute;
    border: 1px solid #c3c3c3;
    border-top: none;
    display: none;
    margin: 0;
    width: auto;
    overflow: auto;
    overflow-x: hidden !important;
    background-color: #fff
    }
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {
    padding-left: 10px
    }
.dd .ddChild a {
    display: block;
    padding: 2px 0 2px 3px;
    text-decoration: none;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer
    }
.dd .ddChild a:hover {
    background-color: #6CF
    }
.dd .ddChild a img {
    border: 0;
    padding: 0 2px 0 0;
    vertical-align: middle
    }
.dd .ddChild a.selected {
    background-color: #6CF
    }
.hidden {
    display: none
    }
.dd .borderTop {
    border-top: 1px solid #c3c3c3 !important
    }
.dd .noBorderTop {
    border-top: none 0 !important
    }
.dd2 {
    text-align: left;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: relative
    }
.dd2 .ddTitle {
    background: transparent url(/sites/all/modules/contrib/lang_dropdown/msdropdown/msDropDown.gif) no-repeat;
    padding: 0 3px;
    text-indent: 0;
    cursor: default;
    overflow: hidden;
    height: 36px
    }
.dd2 .ddTitle span.arrow {
    background: transparent url(/sites/all/modules/contrib/lang_dropdown/msdropdown/icon-arrow.gif) no-repeat 0 0;
    float: right;
    display: inline-block;
    width: 27px;
    height: 27px;
    cursor: pointer;
    top: 5px;
    position: relative;
    right: 2px
    }
.dd2 .ddTitle span.ddTitleText {
    text-indent: 1px;
    overflow: hidden;
    line-height: 33px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff
    }
.dd2 .ddTitle span.ddTitleText img {
    text-align: left;
    padding: 0 2px 0 0
    }
.dd2 .ddTitle img.selected {
    padding: 0 2px 0 0;
    vertical-align: top
    }
.dd2 .ddChild {
    position: absolute;
    border: 1px solid #c3c3c3;
    border-top: none;
    display: none;
    margin: 0;
    width: auto;
    overflow: auto;
    overflow-x: hidden !important;
    background-color: #fff;
    font-size: 14px
    }
.dd2 .ddChild .opta a, .dd2 .ddChild .opta a:visited {
    padding-left: 10px
    }
.dd2 .ddChild a {
    display: block;
    padding: 3px 0 3px 3px;
    text-decoration: none;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer
    }
.dd2 .ddChild a:hover {
    background-color: #6CF
    }
.dd2 .ddChild a img {
    border: 0;
    padding: 0 2px 0 0;
    vertical-align: middle
    }
.dd2 .ddChild a.selected {
    background-color: #6CF
    }
.dd2 .borderTop {
    border-top: 1px solid #c3c3c3 !important
    }
.dd2 .noBorderTop {
    border-top: none 0 !important
    }
.dd .ddChild a.sprite, .dd .ddChild a.sprite:visited {
    background-image: url(/sites/all/modules/contrib/lang_dropdown/icons/sprite.gif);
    background-repeat: no-repeat;
    padding-left: 24px
    }
.dd .ddChild a.calendar, .dd .ddChild a.calendar:visited {
    background-position: 0 -404px
    }
.dd .ddChild a.shoppingcart, .dd .ddChild a.shoppingcart:visited {
    background-position: 0 -330px
    }
.dd .ddChild a.cd, .dd .ddChild a.cd:visited {
    background-position: 0 -439px
    }
.dd .ddChild a.email, .dd .ddChild a.email:visited {
    background-position: 0 -256px
    }
.dd .ddChild a.faq, .dd .ddChild a.faq:visited {
    background-position: 0 -183px
    }
.dd .ddChild a.games, .dd .ddChild a.games:visited {
    background-position: 0 -365px
    }
.dd .ddChild a.music, .dd .ddChild a.music:visited {
    background-position: 0 -146px
    }
.dd .ddChild a.phone, .dd .ddChild a.phone:visited {
    background-position: 0 -109px
    }
.dd .ddChild a.graph, .dd .ddChild a.graph:visited {
    background-position: 0 -73px
    }
.dd .ddChild a.secured, .dd .ddChild a.secured:visited {
    background-position: 0 -37px
    }
.dd .ddChild a.video, .dd .ddChild a.video:visited {
    background-position: 0 0
    }
.views_slideshow_controls_text span:hover {
    text-decoration: underline;
    cursor: pointer
    }
.views_slideshow_cycle_no_display, .views_slideshow_cycle_hidden, .views_slideshow_cycle_controls, .views_slideshow_cycle_image_count {
    display: none
    }
.views_slideshow_cycle_pager div a img {
    width: 75px;
    height: 75px
    }
.views_slideshow_pager_numbered div, .views_slideshow_pager_thumbnails div {
    display: inline;
    padding-left: 10px
    }
.views_slideshow_cycle_pager.thumbnails a.activeSlide img {
    border: 3px solid #000
    }
.views_slideshow_cycle_pager.numbered a.activeSlide {
    text-decoration: underline
    }