.sliderGallery {
    text-align: center;
}
.sliderGallery .middle {
    background: url(../images/showcase/gray-bg.png) repeat-x;
    overflow: hidden;
    width: 90%;
    position: relative;
    height: 200px;
    display: inline-block;
}

.sliderGallery .left-side {
    width: 17px;
    height: 200px;
    background: url(../images/showcase/left-bg.png) no-repeat;
    display: inline-block;
}

.sliderGallery .right-side {
    width: 17px;
    height: 200px;
    background: url(../images/showcase/right-bg.png) no-repeat;
    display: inline-block;
}

.sliderGallery .middle ul.items {
    list-style:none outside none;
    margin:35px 0 0 0;
    position:absolute;
    white-space:nowrap;
}

.sliderGallery ul.items>li {
    display: inline-block;
    margin-right: 15px;
}

.sliderGallery ul.items>li .content {
    display: inline-block;
    background: none;
    border: none;
}

.sliderGallery ul.items>li .meta {
    display: block;
    font-size: 11px;
}

.sliderGallery ul.items>li.selected {
    background: #fff;
}

.ui-slider-handle {
    background:url("../images/showcase/handle.png") no-repeat scroll 0 0 transparent;
    cursor:move;
    height:15px;
    position:absolute;
    top:0;
    width:71px;
    margin-left: -35px;
    margin-top: 1px;
}

.around-slider {
    background: url("../images/showcase/slider-bg-big.png") repeat-x scroll 0 0 transparent;
    height: 17px;
    width: 600px;
    position: relative;
    margin: 10px auto;
}

.slider {
    width: 491px;
    margin-left: 54px;
    margin-top: 1px;
    position: relative;
}

.sliderGallery .meta-content {
    color:#333333;
    font-size:20px;
    font-weight:bold;
    padding:0 14px;
    line-height: 30px;
    padding-top: 10px;
    text-shadow:0 1px 1px #F6F7F6;
}

.sliderGallery .meta-content .updated-at {
    font-size: 12px;
}

.sliderGallery .meta-content .updated-at em {
    color: darkred;
}

.sliderGallery .meta-content a:hover{
    text-decoration: underline;
}

.showcase-tooltip {
    clear:both;
    margin-bottom: 100px;
    background: url('../images/showcase/tooltip/middle.png') repeat-y;
    margin-top: 23px;
    width: 454px;
    display: none;
    position: absolute;
}

.showcase-tooltip .inside {
    padding-left: 30px;
    text-align: left;
}

.showcase-tooltip .top{
    background: url('../images/showcase/tooltip/top.png') no-repeat;
    display: inline-block;
    height: 23px;
    margin-top: -23px;
    width:454px;
}

.showcase-tooltip > .tooltip-bottom{
    background: url('../images/showcase/tooltip/bottom.png') no-repeat;
    display: inline-block;
    height: 24px;
    margin-bottom: -24px;
    width:454px;
}

.showcase-tooltip .inside h3 {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}

.showcase-tooltip .inside h4 {
    color: #888;
    font-size: 12px;
    margin: 10px 0px 0px 20px;
    font-weight: bold;
}

.showcase-tooltip .inside ul {
    
}

.showcase-tooltip .inside ul li {
    color: #888;
    font-size: 12px;
    margin-left: 20px;
    
}