a {
    outline: none;
}
#videoMedia {
    width: 936px;
    height: 491px;
    background: url(slideshow-assets/media-bg.png) 0px 0px no-repeat;
    position: relative;
    z-index: 2;
}
#videoMedia #closeContainer {
    width: 17px;
    height: 17px;
    background: url(slideshow-assets/bg-closeButton.gif) top left no-repeat;
    cursor: pointer;
    position: absolute;
    z-index: 30;
    top: 4px;
    right: 4px;
}
#videoMedia #closeContainer:hover {
    background-position: 0px -17px;
}
#captionArea {
    height: 30px;
}
#clipWrapper {
    position: relative;
    display: none;
    z-index: 999;
}
#clipContainer {
    height: 344px;
    width: 860px;
    float: left;
    display: block;
    overflow: hidden;
    position: relative;
}
#ytAllClips {
    position: relative;
}
.videoClip {
    width: 273px;
    height: 78px;
    background: #000;
    float: left;
    display: inline;
    margin: 2px;
    padding: 2px;
    cursor: pointer;
}
.videoClip:hover,
.videoClip_selected {
    width: 273px;
    height: 78px;
    background: #000;
    border: solid 2px #3679a8;
    float: left;
    display: inline;
    margin: 2px;
    padding: 0px;
}
.videoClip_empty {
    width: 277px;
    height: 82px;
    background: #292827;
    float: left;
    display: inline;
    margin: 2px;
}
.clearer {
    clear: both;
    height: 0px;
    font-size: 0%;
    line-height: 0%;
}
.playlistTitle {
    font-family: 'HelveticaNeue-CondensedBold', 'HelveticaNeueBoldCondensed',
        'HelveticaNeue-Bold-Condensed', 'Helvetica Neue Bold Condensed',
        'HelveticaNeueBold', 'HelveticaNeue-Bold', 'Helvetica Neue Bold',
        'HelveticaNeue', 'Helvetica Neue', 'TeXGyreHerosCnBold', 'Helvetica',
        'Tahoma', 'Geneva', 'Arial Narrow', 'Arial', sans-serif;
    font-weight: 600;
    font-stretch: condensed;
    color: #fff;
    font-size: 14px;
    width: 170px;
    float: left;
    display: inline;
    margin: 0px;
    padding-top: 15px;
    line-height: 16px;
}
.floatLeft {
    float: left;
    display: inline;
}
.floatRight {
    float: right;
    display: inline;
}
.clearer {
    clear: both;
    height: 0px;
    line-height: 0%;
    font-size: 0%;
}
.playlistThumb {
    float: left;
    display: inline;
    border: solid 1px #fff;
    margin: 10px 8px 0 10px;
}
.clickToPlay {
    background: url(video-assets/icon-clickToPlay.gif) 0px 0px no-repeat;
    height: 12px;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
}
.clickToPlay img {
    position: relative;
}
#ytPlayer {
    background: url(/tas/media_new/images/flash-video.jpg) top left no-repeat;
}

/* Scrubber */
#scrubBar {
    background: url(video-assets/scrub-bg.gif) 0px 0px no-repeat;
    width: 410px;
    position: relative;
    margin-bottom: 8px;
    cursor: pointer;
}
#scrubDownloaded {
    background: url(video-assets/scrub-downloaded.gif) right 0px no-repeat;
    width: 0px;
    cursor: pointer;
}
#scrubProgress {
    background: url(video-assets/scrub-progress.gif) left 0px no-repeat;
    height: 13px;
    width: 0px;
    cursor: pointer;
}
#scrubHandle {
    position: absolute;
    top: 2px;
    left: 0px;
}

/* Volume */
#vBG {
    background: url(video-assets/ytVolume.gif) 0px 0px no-repeat;
    width: 36px;
    height: 12px;
    padding-left: 8px;
}
#vControl {
    background: url(video-assets/ytVolume.gif) -8px -13px no-repeat;
    height: 12px;
}

/* Clip Scroller */
#videoMedia #ytScroll {
    height: 344px;
    float: left;
    display: block;
    position: relative;
    width: 4px;
}
#videoMedia #ytScrollBar {
    background: url(/tas/media_new/slideshow-assets/scrollBar.gif) 0px 0px
        repeat-y;
    width: 4px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 10;
}
#videoMedia #yt_scrollBar_clickable {
    width: 20px;
    position: absolute;
    z-index: 11;
    left: -8px;
    top: 0px;
    bottom: 0px;
    cursor: pointer;
}
#videoMedia #ytScroller {
    position: absolute;
    z-index: 12;
    left: -3px;
    top: 0px;
    cursor: pointer;
}

/* thumbnails */
#ytBigThumbs {
    width: 928px;
    margin: 0 0 0 10px;
    position: relative;
    z-index: 1;
    top: -74px;
}
#ytBigThumbs #thumb {
    background: url(/tas/media_new/slideshow-assets/bg-thumb.gif);
    width: 861px;
    height: 74px;
    float: left;
}
#ytBigThumbs #thumbContainer {
    width: 857px;
    height: 40px;
    overflow: hidden;
    padding: 11px 0 0 5px;
    position: relative;
}
#ytBigThumbs #thumbnails {
    position: relative;
}

.thumbVid {
    width: 265px;
    display: inline-block;
    font-size: 10px !important;
    color: #4a4a4a;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 13px;
    position: relative;
    margin: 0;
    cursor: pointer;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}
#ytBigThumbs .thumbVid img.vidThumb {
    border: solid 1px #fff;
}
#ytBigThumbs .thumbVid img.playIcon {
    position: absolute;
    top: 2px;
    left: 0px;
    display: none;
}
#ytBigThumbs .thumbVid.currentThumb img.vidThumb {
    border: solid 1px #3679a8;
}

img.play2 {
    margin-top: 5px;
}
#ytBigThumbs .mediaPhotoSet {
    padding-left: 15px;
    height: 77px;
}

#prevSet {
    background-image: url(/tas/media_new/slideshow-assets/arrow-left.gif);
    width: 23px;
    height: 74px;
    display: block;
    cursor: pointer;
    float: left;
}
#prevSet:hover {
    background-position: 0px -74px;
}
#nextSet {
    background-image: url(/tas/media_new/slideshow-assets/arrow-rigth.gif);
    width: 23px;
    height: 74px;
    display: block;
    cursor: pointer;
    float: left;
}
#nextSet:hover {
    background-position: 0px -74px;
}

#videoTitle {
    font-size: 16px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 5px;
}
#videoWrapper {
    height: 357px;
    border: solid 2px #242424;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    border-radius: 3px;
}
#videoTime {
    color: #676767;
    width: 95px;
    text-align: right;
    font-size: 14px;
    float: right;
    display: inline;
}
#videoDuration {
    color: #0093f9;
}

a.buttonBack {
    display: block;
    width: 113px;
    height: 15px;
    background: url(video-assets/btn_back.gif) 0px 0px no-repeat;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
a.buttonBack:hover {
    background-position: 0px -15px;
}

a#playPause {
    display: block;
    width: 53px;
    height: 31px;
    background: url(video-assets/ytPlayPause.gif) 0px -96px no-repeat;
}
a#playPause.play {
    background-position: 0px -96px;
}
a#playPause.play:hover {
    background-position: 0px -128px;
}
a#playPause.play:active {
    background-position: 0px -160px;
}
a#playPause.pause {
    background-position: 0px 0px;
}
a#playPause.pause:hover {
    background-position: 0px -32px;
}
a#playPause.pause:active {
    background-position: 0px -64px;
}

#videoControls {
    padding-top: 10px;
}

#caption {
    background: #2d2d2d;
    border: solid 1px #414141;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    font-size: 11px;
    z-index: 999;
}
#caption span {
    color: #676767;
}

#ytBigThumbs #dots {
    text-align: center;
    position: relative;
    bottom: 25px;
}
#ytBigThumbs #dots a {
    background: url(/tas/media_new/slideshow-assets/dots-grayBlue.png) 0px 0px
        no-repeat;
    width: 8px;
    height: 7px;
    display: inline-block;
    margin-left: 5px;
    display: none;
}
#ytBigThumbs #dots a.current {
    background: url(/tas/media_new/slideshow-assets/dot-blue.png) 0px 0px
        no-repeat;
}

/**********************/
/* SEB ACCOM STYLES   */
/**********************/
#resort-accommodations {
    height: 575px;
}
#resort-accommodations #videoMedia2 {
    width: 848px;
    height: 491px;
    background: url(slideshow-assets/media-bg2.png) 0px 0px no-repeat;
    position: relative;
    z-index: 2;
}
#resort-accommodations #videoMedia2 #closeContainer {
    width: 17px;
    height: 17px;
    background: url(slideshow-assets/bg-closeButton.gif) top left no-repeat;
    cursor: pointer;
    position: absolute;
    z-index: 30;
    top: 4px;
    right: 4px;
}
#resort-accommodations #videoMedia2 #closeContainer:hover {
    background-position: 0px -17px;
}
#resort-accommodations #videoMedia2 .video-titles {
    position: absolute;
    width: 94.7%;
    top: 16px;
    left: 9px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.4);
    margin: 0;
    z-index: 999;
    font-family: arial;
    color: white;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: lighter;
    display: block;
}
#resort-accommodations #ytBigThumbs {
    font-size: 0;
}
#resort-accommodations .mgVideoThumb {
    width: 225px;
    cursor: pointer;
    margin: 15px;
}
#resort-accommodations .mgVidThumb {
    margin: 0px;
    border: solid 1px #fff;
    vertical-align: top;
    position: static;
}
#resort-accommodations .mgTitleWrapper {
    margin: 1px 5px 0 8px;
    width: 140px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}
#resort-accommodations .mgTitleWrapper img {
    position: absolute;
    border: none;
    display: none;
    margin: 0px;
}
#resort-accommodations .mgTitleWrapper p {
    *display: inline;
}
#resort-accommodations .mgVideoThumb p {
    width: 153px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    font-size: 10px;
    line-height: 11px;
    color: #4a4a4a;
    font-weight: bold;
}
#resort-accommodations .mgVideoThumb p span {
    font-family: 'HelveticaNeue67MdCn';
    color: #2a6a9a;
    font-size: 11px;
    font-weight: normal;
    display: block;
    padding-top: 4px;
}
#resort-accommodations #ytBigThumbs .thumb-nav {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin: 0;
    width: 23px;
    height: 74px;
}
#resort-accommodations #ytBigThumbs .thumb-nav:active,
#ytBigThumbs .thumb-nav:hover {
    background-position: 0 -74px;
}
#resort-accommodations #ytBigThumbs .thumb-nav#prev {
    background-image: url(/tas/media_new/slideshow-assets/arrow-left.gif);
}
#resort-accommodations #ytBigThumbs .thumb-nav#next {
    background-image: url(/tas/media_new/slideshow-assets/arrow-right.gif);
}
#resort-accommodations #ytBigThumbs .thumb-nav-btn-wrapper {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    width: 821px;
    position: relative;
    bottom: 15px;
    height: 15px;
    text-align: center;
}
#resort-accommodations #ytBigThumbs .thumb-nav-btn-wrapper .thumb-nav-btn {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    width: 6px;
    height: 6px;
    background: #9f9f9a;
    margin: 2px;
    border-radius: 360px;
    cursor: pointer;
}
#resort-accommodations
    #ytBigThumbs
    .thumb-nav-btn-wrapper
    .thumb-nav-btn:active,
#ytBigThumbs .thumb-nav-btn-wrapper .thumb-nav-btn:hover {
    background: #185b8a;
}
#resort-accommodations
    #ytBigThumbs
    .thumb-nav-btn-wrapper
    .thumb-nav-btn.selected {
    background: #185b8a;
}
#resort-accommodations .video-titles {
    position: absolute;
    width: 94.7%;
    top: 16px;
    left: 9px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.4);
    margin: 0;
    z-index: 999;
    font-family: arial;
    color: white;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: lighter;
    display: block;
}
#resort-accommodations #thumb {
    width: 775px;
    height: 74px;
    overflow: hidden;
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}
#resort-accommodations #thumb #thumb-slider a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}
#resort-accommodations .not-visible {
    visibility: hidden;
}
