body{
	background-color:black;
	padding:0;
	margin:0;
	font-family: arial, helvetica, sans-serif;
	font-size:10pt;
	color:white;
}

#thumbs{
	position:relative;
	width:960px;
	height:96px;
	background-color:black;
}

#thumbs_left{
	position:absolute;
	left:0px;
	top:30px;
	height:30px;
	border-right: 1px solid white;
}
#thumbs_right{
	position:absolute;
	top:30px;
	right:0px;
	height:30px;
	border-left: 1px solid white;
}
#thumbs_right input, #thumbs_left input{
	width:14px;
	height:20px;
	margin:3px;
	
}

#thumbs_list_wrap_out{
	position:absolute;
	top:0px;
	left:30px;
	width:900px;
	height:96px;
	overflow:hidden;
}

#thumbs_list_wrap{
	position:absolute;
	left:0px;
	top:0px;
	height:96px;
}
.thumbs_table{
	padding:0;
	margin:0;
	padding-top:6px;
	height:96px;
}

.thumbs_table TR TD{
	padding-left:5px;
	padding-right:5px;
}

#message{
	width:960px;
	text-align:center;
	padding-top:30px;
}

#thumbs_text{
	width:560px;
	text-align:center;
	padding-top:15px;
	margin-left:200px;
	height:80px;
}
