body { 
    margin:  0;
    padding: 0; 
	font: 12px/1.25em "Arial", Helvetica, sans-serif; color:#666;
    background-color: #000;
}


#wrapper {
	position: absolute;
    width: 408px;
    height: 166px;
    margin:  20px auto 0 auto;
 }

#intro {
    padding-bottom: 0px;
}


#slider {
    width: 408px;
    height: 166px;
    margin: 0 auto 0 auto;
    position: relative;
}



.scroll {
    width: 408px;
    height: 166px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    top:0px;
}

.scrollContainer div.panel {
	top: 0px;
	width: 408px;
    height: 166px;
}




#top_slider_nav{
	position: absolute;
	top:  0px;
	width: 408px;
 	text-align: center;
 	visibility:visible;
 	text-align: left;
 	left:0px;
}

.no_left{
	border-style: solid;
	border-width: 0;
	border-color: #333;
	}


.scrollButtons {
    position: absolute;
    top: 55px;
    cursor: pointer;
    z-index: 20;
}


.scrollButtons.left {
    left: -32px;
}

.scrollButtons.right {
    right: -32px;
}

.hide {
    display: none;
}

#thumb_container_slide{
	position: absolute;
	top:0px;
	left:0px;
	width: 444px;
	height: 166px;
}

.thumb_float{
	float: left;
	width:136px;
	height:166px;
}

.thumb_image{
	position: relative;
	width: 136px;
	height: 166px;
	top:0px;
	left:0px;
	cursor: pointer;
}



