#widget_timeline {
    width: 1024px;
    height: 768px;
    position: absolute;
    color: #fff;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#widget_timeline #bigView {
    position: absolute;
    top: 158px;
    left: 45px;
    width: 410px;
    height: 305px;
}
#widget_timeline #bigView img {
    width: 410px;
    height: 305px;
}
#widget_timeline #bigView #image {
    border: 6px solid #fff;
    position: absolute;
    height: 100%;
    background-color: #fff;

    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
#widget_timeline #bigView .timelineCredit {
    position: absolute;
    color: #fff;
    text-shadow: #000 0em 0em 0.3em;
    font: 13px"Verdana", Helvetica, Arial, sans-serif;
    top: 255px;
    max-width: 215px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px;

    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;

    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#widget_timeline #bigView #icon {
    position: absolute;
    width: 24px;
    height: 25px;
    background: url("./../../../imgs/telaris/icon_zoom.png") top left no-repeat;
}
#widget_timeline #bigView #icon.video {
    background: url("./../../../imgs/telaris/icon_video.png") top left no-repeat;
    width: 83px;
    height: 82px;
    top: 120px;
    left: 180px;
}
#widget_timeline #thumbs {
    list-style: none;
    position: absolute;
    top: 158px;
    left: 476px;
}
#widget_timeline #thumbs li {
    margin-bottom: 9px;
    cursor: pointer;
}
#widget_timeline #thumbs li img {
    width: 68px;
    height: 48px;
    border: 3px solid #fff;
    background-color: #fff;

    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
#widget_timeline #description {
    position: absolute;
    top: 156px;
    left: 580px;
    width: 396px;
    height: 320px;
    line-height: 1.5em;
}
#widget_timeline #description .viewport {
    position: relative;
    height: 100%;
    width: 350px;
    overflow: hidden;
}
#widget_timeline #description .scrollbar {
    position: relative;
    float: right;
    width: 13px;
    height: 100%;
}
#widget_timeline #description .track {
    height: 100%;
    width: 11px;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
#widget_timeline #description .thumb {
    background: #fff;
    position: absolute;
    height: 11px;
    width: 11px;
    cursor: pointer;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
#widget_timeline #description .thumb .end {
    overflow: hidden;
    height: 5px;
}
#widget_timeline #description h2 {
    font-size: 3.8em;
    line-height: 34px;
    padding-top: 10px;
}
#widget_timeline #description h3 {
    font-size: 2.6em;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #7b2274;
}
#widget_timeline #descContent {
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.8em;
    color: #000 ;
}
#widget_timeline #description .overview {
    position: absolute;
    font-size: 1.6em;
    line-height: 26px;
}
#widget_timeline #sliderContainer {
    position: absolute;
    top: 510px;
    left: 55px;
    width: 926px;
    height: 138px;
    background: url("./../../../imgs/telaris/slider_container.png") top left no-repeat;
    overflow: hidden;
}
#widget_timeline #sliderContainer #sliderScroller {
    position: absolute;
    top: 10px;
    left: 3px;
    width: 920px;
    height: 160px;
    overflow: hidden;
}
#widget_timeline #sliderContainer #sliderScroller #slider {
    position: absolute;
    top: 20px;
    left: 57px;
    width: 800px;
    height: 8px;
    background: #ac95a7;
}
#widget_timeline #sliderContainer #sliderScroller #slider .ui-slider-handle {
    position: absolute;
    border: none;
    cursor: pointer;
}
#widget_timeline #sliderContainer #sliderScroller #slider .ui-slider-handle #thumbImage {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 35px;
    height: 35px;
    background: url("./../../../imgs/telaris/slider_bullet.png") top left no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
#widget_timeline #sliderContainer #sliderScroller #slider .tick {
    position: absolute;
    color: #e0e5ed;
    cursor: pointer;
    text-size: 19px;
    width: auto;
    height: auto;
}
#widget_timeline #sliderContainer #sliderScroller #slider .tick .tickBullet {
    position: absolute;
    width: 34px;
    height: 34px;
    top: -14px;
    left: -15px;
    background: #ac95a7;
    
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -o-border-radius: 17px;
    -ms-border-radius: 17px;
    border-radius: 17px;
}
#widget_timeline #sliderContainer #sliderScroller #slider .tick .tickMark {
    position: absolute;
    top: 24px;
    left: -2px;
    height: 33px;
    width: 7px;
    background: #ac95a7;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
#widget_timeline #sliderContainer #sliderScroller #slider .tick .tickMarkOver {
    background: #ac95a7;
}
#widget_timeline #sliderContainer #sliderScroller #slider .tick span {
    position: absolute;
    width: 110px;
    top: 60px;
    text-align: center;
    left: -55px;
    line-height: 16px;
    font-size: 1.6em;
    color: #734267;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#widget_timeline .tickOver {
    color: #ffffff;
}
#widget_timeline #instructions {
    position: absolute;
    font-size: 1.6em;
    top: 660px;
    left: 370px;
}