@charset "utf-8";

@import "reset.css";
@import "base.css";

body{
	background-image: none;
}

#container h1{
	padding: 0 0 13px 0;	
}

/* #overview */
#overview{
	padding: 0 0 13px 0;
}
	#overview .meetphoto{
		float: left;
		width: 215px;
	}
		.meetphoto p{
			font-size: 12px;
			line-height: 18px;
		}
		.meetphoto p img{
			display: block;
			margin: 0 0 3px 0;
		}
	#overview table{
		float: right;
		font-size: 12px;
		line-height: 18px;
		width: 676px;
	}
	#overview th, #overview td{
		border-bottom: 1px solid #ccc;
		padding: 6px 0;
		vertical-align: top;
	}
	#overview th{
		color: #662d05;
		font-weight: bold;
		text-align: right;
		width: 100px;
	}
	#overview td{
		padding-left: 26px;
		width: 550px;	
	}
/* **************************************************************-************************************************************** */

	
.matchsection{
	background: #fff url("../images/bg-matchsection.gif") no-repeat 0 100%;
	margin: 0 auto 12px auto;
	padding: 0 0 12px 0;
	width: 912px;	
}
.matchsection h2{
	margin: 0 0 6px 0;
}

/* Horizontal Carousel */
.carousel {
	background: transparent url("../images/carousel-layout.gif") no-repeat 0 0;
	float: left;
	margin: 0 12px;
	width: 888px;
	height: 178px;
	position: relative;
}
.carousel .wrapper{
	float: left;
	padding: 12px 26px;
	width: 764px;
}
.carousel .container {
	float: left;
	width: 764px;
	height: 155px;
	position: relative;    
	overflow: hidden;
}
.carousel ul {
	margin: 0;
	padding: 0;
	width: 100000px;
	position: relative;
	top: 0;
	left: 0;
	height: 155px;
}
.carousel ul li {
	width: 143px;
	height: 155px;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	text-align: left; 
	list-style:none;  
	float:left;
	margin: 0 12px 0 0;
}
.carousel ul li img{
	display: block;
}
.carousel ul li a{
	display: block;
	font-size: 14px;
	text-decoration: none;
}
.carousel ul li a .matchname{
	text-decoration: underline;
}
.carousel .previous_button {
	float:left;  
	width: 36px;
	height: 36px;
	background: url("../images/carousel-prev.gif");
	z-index: 100;
	margin-top: 60px;
	cursor: pointer;
}
.carousel .previous_button_over {
	background: url("../images/carousel-prev-hover.gif");
}
.carousel .previous_button_disabled {
	background: url("../images/carousel-prev-disabled.gif");
	cursor: default;
}
.carousel .next_button {
	float: right;  
	width: 36px;
	height: 36px;
	background: url("../images/carousel-next.gif");
	z-index: 100;
	margin-top: 60px;
	cursor: pointer;
}
.carousel .next_button_over {
	background: url("../images/carousel-next-hover.gif");
}
.carousel .next_button_disabled {
	background: url("../images/carousel-next-disabled.gif");
	cursor: default;
}
/* **************************************************************-************************************************************** */
