﻿.slideshow {
    clear: both;
    position: relative;
    width: 100%;
}
.slideshow .scrollable {
    height: 180px;
    margin: 0px 15px;
    overflow: hidden;
    position: relative;
}
.scrollable .items {
    clear: both;
    position: absolute;
    width: 20000em;
}
.scrollable .items a {
    cursor: pointer;
    float: left;
    height: 135px;
    margin: 0 0 8px 18px;
    padding: 2px;
    position: relative;
    text-decoration: none;
    width: 180px;
}
.scrollable a, .scrollable a:link {
    color: #124AA0;
}
.nextPage, .prevPage {
    background: url("../../Motorcentral/Image/VehicleSliderButtons.png") no-repeat scroll left top transparent;
    height: 35px;
    outline: medium none;
    position: absolute;
    text-indent: -9999px;
    top: 0px;
    width: 35px;
}
.prevPage {
    left: 11px;
}
.nextPage {
    background-position: right top;
    right: 11px;
}
#tooltip {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    display: none;
    font-size: 12px;
    padding: 10px;
    width: 135px;
}
.items a span {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0 5px 0 0;
    bottom: 2px;
    color: #333333;
    display: none;
    font-size: 13px;
    left: 2px;
    line-height: 1.1;
    padding: 4px 6px 4px 4px;
    position: absolute;
    text-decoration: none;
    z-index: 999;
}
.items a:hover span {
    display: block;
}
.action1, input.action1, a.action1 {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #777777;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    color: #333333;
    cursor: pointer;
    float: left;
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 9px;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
}