table {
	border-right: 1px solid #A7A37E;
	border-bottom: 1px solid #A7A37E;
}
td, th {
	text-align: center;
	padding: 3px;
}
th {
	font-weight: bold !important;
	border-bottom: 1px solid #333333;
	background: #e3e3e3;
	border-top: 1px solid #333333;
	padding-top: 4px;
	border-left: 1px solid #A7A37E;
}
td {
	border-left: 1px solid #A7A37E;
}
.even {
	background-color: #E7F7FF;
}

.highlight {
	background-color: #FC6 !important;
}
.pictures {
	width: 641px;
	height: 100px;
 	overflow: auto;
  	position: relative;
  	white-space: nowrap;
}
.pictures img{
	height: 50px;
	width: 50px;
}
.pictures ul {
	list-style:none

}
.pictures li {
  	display: -moz-inline-box;
  	display: inline-block;         
	padding: 2px;
	margin: 2px;
	position: relative;
}
.pictures li a{
	display: block;
	text-align: center;
	text-decoration: none;
}
.pictures li span{
	display: block;
}
/* script inspired by Paul OB http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/ */