/* ***************** begin content area ******************* */
/* we're going to re-define some of our content level attributes here, just to make sure the fonts and sizes are what we want for the sliders
/* */
/* */

	h1 {
		position: relative;
		width:auto;

		margin:0px 0px 0px 0px;
		padding:4px 0px 4px 0px;

		font-family: "Lucida Console", Monaco, monospace;
		font-size: 14pt;

		color: #000000;
	}

	h2 {
		width:150px;

		padding:2px 0px 4px 0px;

		font-family: "Lucida Console", Monaco, monospace;
		font-size: 10pt;
		
		margin:2px;

		color: #000000;
	}

	h3 {
		position: relative;
		width:100%;

		margin:0px 0px 0px 0px;
		padding:4px 0px 6px 0px;

		font-family: "Lucida Console", Monaco, monospace;
		font-size: 8pt;

		color: #000000;
	}

	#content p {
		width:150px;

		font-family: "Lucida Console", Monaco, monospace;
		font-size: 9pt;
		
		margin:2px;
	}
	
	#content a {
		position:relative;
		width:100px;

		font-family: "Lucida Console", Monaco, monospace;
		font-size: 8pt;

		text-decoration:none;
		color:#000;
	}
	
	#content a:hover {
		text-decoration:underline;
	}
		
	.caption {
		position: absolute;
		z-index:5;

		right:0px;
		width:150px;
		height:292px;

		margin:0px;
		padding:4px 4px 4px 4px;
	
		border-left:1px solid #000000;
		background-color:lightgrey;
	}
			
	#TeamNemesis2004{
		position:absolute;
		top:0;
		z-index:5;
		
		width:466px;
		height:300px;
		
	}

	#TeamNemesisChamps{
		position:absolute;
		top:0;
		z-index:5;

		width:466px;
		height:300px;
	}
	
	#TeamNemesis2007{
		position:absolute;
		top:0;
		z-index:5;

		width:466px;
		height:300px;		
	}
	
	#TeamNemesis2008Champs{
		position:absolute;
		top:0;
		z-index:5;

		width:466px;
		height:300px;		
	}

/* */
/* */
/* ***************** end content area ******************* */




/* ***************** begin slider area ******************* */
/* */
/* */
#slider_container {
	position:relative;

	z-index:6;
	overflow: auto;
	
	left:52px;

	width:631px;
	height:343px;
	
	color:#000000;
	
	margin:0px 0px 0px 7px;
	padding:0px 0px 0px 0px;
	text-indent:0px;
}


.slide_item {
	display: block;

	width:625px;
	height:300px;

	margin: 0px;
	padding: 0px;
	border:3px solid #000000;
}
/* */
/* */
/* ***************** end slider area ******************* */




/* ***************** begin slider controls ******************* */
/* */
/* */
#controls {
	position: absolute;
	z-index:7;
	
	height:18px;
	
	top:322px;
	left:149px;
	
	margin:0px;
	padding:0px;

	font-family: "Lucida Console", Monaco, monospace;
	font-size: 9pt;

	background:none;
	background-color:#000000;
	border:1px solid #ffffff;
}

#prev_btn {
	position: relative;
	top:3px;
	margin:0px;
	padding:6px 16px 6px 10px;
	width: 40px;
	height: 18px;
	text-align: center;
	z-index: 8;
	font-size: 12px;
	color:#ffffff;
	border: 0px;

	display:inline;
}

#prev_btn:hover{
	color:#f6ff67;
}

#next_btn {
	position: relative;
	top:3px;
	margin:0px;
	padding:6px 10px 6px 16px;
	width: 20px;
	height: 18px;
	text-align: center;
	z-index: 8;
	font-size: 12px;
	color:#ffffff;
	border: 0px;

	display:inline;
}

#next_btn:hover{
	color:#f6ff67;
}

/* */
/* */
/* ***************** end slider controls ******************* */
