@charset "UTF-8";
/* CSS Document */

#slideshow {
height: 120px;
margin: 0 auto;
position:relative;
top:-105px;
width:800px;
}

#thumbContainer {
display: block;
margin: 0 0 0 45px;
overflow:hidden;
padding: 0;
position: relative;
width: 710px;
}

#thumbSlider {
display: block;
list-style: none;
margin: 0;
padding: 0;
position: relative;
width:1550px; /* must be exact width of all tiles + margin between each one */
}

#thumbSlider li {
float:left;
margin:0 5px;
padding: 0;
cursor:pointer;
width: 110px;
}

#thumbNav {
display: block;
position: absolute;
top: 5px;
width: 100%;
}

.prev, .next {

display: block;
height: 30px;
width: 30px;
margin:0;
color:#69C;
}

.prev { float:left; }

.next { float:right; margin-right: 15px; }
.first { margin: 0 5px 0 0 !important; }
.last { margin: 0 0 0 5px !important; }