#slider {
    width: 820px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    min-height: 250px;
    width: 820px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #f0f0f0;
}

.scrollContainer div.panel {
    padding: 20px;
    min-height: 210px;
    width: 780px;
}

#shade {
    background: #fff;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #f0f0f0;
	color: #008aff;
	font-weight: bold;
}

ul.navigation a:focus {
    outline: none;
}

.btnleft {
	 position: absolute;
    top: 150px;
    cursor: pointer;
    left: -20px;
}

.btnright {
	 position: absolute;
    top: 150px;
    cursor: pointer;
    right: -20px;
}

.hide {
    display: none;}
	
#buyers_hidden, #sellers_hidden{display:none; clear:left; padding: 20px 0 20px 0;}
#buyers_hidden img, #sellers_hidden img{width: 225px; height: 90px; margin:0 20px 0 20px; padding:0; border: 2px solid #008aff;}
#buyers_hidden p, #sellers_hidden p{text-align: center; width: 225px;}
#buyers_hidden a, #sellers_hidden a{font: 14px Helvetica, Arial, sans-serif;}

.wordbub{width: 433px; float:right; padding: 0 10px 64px 10px; margin:0; background: url(../_images/slider_images/word_bubble_bot.png) bottom center no-repeat #fff;}

.thumb{width: 225px; float: left; margin: 10px;}