﻿/*#slideshow {
    height: 240px;
    width: 195px;
    float: left;
    margin-bottom:20px;
    margin-top:2px;
}

#slides {
    height: 210px;
    position: relative;
}

.slide {
    height: 210px;
    width: 195px;
    overflow: hidden;
    position: absolute;
    background: #fff;
    color: #fff;
}

#slides-controls {
    width: 60px;
    background-color: #fff;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}

#slides-controls a {
    margin: 5px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: lightgray;
    border: 1px solid #fff;
    text-indent: -9000px;
    display: block;
    overflow: hidden;
    float: left;
}

#slides-controls a:hover {
    background: gray;
}

#slides-controls a.highlight {
    background: gray;
    border: 1px solid gray;
}*/


#slideshow {
    height: 120px;
    width: 195px;
    float: left;
    margin-bottom:20px;
    margin-top:2px;
}

#slides {
    height: 110px;
    position: relative;
}

.slide {
    height: 170px;
    width: 195px;
    overflow: hidden;
    position: absolute;
    background: #fff;
    color: #fff;
}

#slides-controls {
    width: 60px;
    background-color: #fff;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    display:none;
}

#slides-controls a {
    margin: 5px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: lightgray;
    border: 1px solid #fff;
    text-indent: -9000px;
    display: block;
    overflow: hidden;
    float: left;
}

#slides-controls a:hover {
    background: gray;
}

#slides-controls a.highlight {
    background: gray;
    border: 1px solid gray;
}
