* { 
margin: 0; 
padding: 0; 
}

#nav { 
width: 100%;
display: block;
}

#nav li a, .matches a { 
text-decoration: none;
color: #000000;
}

#nav li a, .match { 
text-decoration: none;
background:#e8e8e8;
padding: 4px 5px 4px 8px;
font-size: 0.9em;
border-bottom: 3px solid #F6F6F6;
display: block;
}


.info {
float: right;
}

#nav li a:hover, .match:hover { 
color: #000;
background:#fff;
border-bottom: 3px solid #9E0909;
}

td.match {
padding-right: 10px;
}

#preview { 
}

#galerie { 
width: 100%;
margin-left: 5px; 
}

#gal img {
margin-left: 10px;
margin-top: 10px;
border: 2px solid #9E0909;
}

#galerie img { 
margin: 0; 
}

a.thumb img { filter:alpha(opacity=80);	-moz-opacity: 0.80;	opacity: 0.80; border: solid 2px #FFFFFF;  border-left: 0px #FFFFFF;}
a.thumb:hover img {	filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;	border: solid 2px #red; }


/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}





