@charset "UTF-8";
/*
	----------------------------------------
	AUTHOR/COPYRIGHT: 
	Chris Johnson (scientific.imaging@gmail.com).
	Copyright (c) 2009, Townsend Center.
	All Rights Reserved.

	DESCRIPTION:
	This file handles structure and layout of moving boxes organizing information
	on the season page.
	
	CREDITS:
	Portions of this source code adapted from the following source:
	
	REVISIONS:
	09/25/09 - Document created.
	10/20/09 - Removed unused styles.
	----------------------------------------
*/

div[id="box"] {
	width : 880px;
	/*margin-left: 27px;*/
	margin : 0 auto;
	clear: left;
	border: 1px solid #727377;
	/*border-top: none;*/
	padding-top: 0.1em;
}

#box_wrapper {
	width: 789px; /* 800px */
	margin: 25px auto;
	margin-left: 36px;
	clear: left;
}
#intro {
	padding-bottom: 10px; /*10px*/
}
#slider {
	width: 789px; /* 800px */
	margin: 0 auto;
	position: relative;
	border: 10px solid #ccc;
}
.scroll {
	overflow: hidden;
	width: 789px; /* 800px */
	margin: 0 auto;
	position: relative;
}
.scrollContainer {
	position: relative;
}
.scrollContainer div.panel {
	padding: 10px;
	width: 274px;
	height: 318px;
	clear: right; /* Added 10-20-09 */
}
#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/leftshadow.png) repeat-y;
}
#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
}
.inside {
	padding: 10px;
	border: 1px solid #999;
}
.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 250px;
}
.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 15px;
	/*font-weight: bold;*/
	margin: 0 0 8px 0;
}
.inside p {
	font-size: 11px;
	color: #666;
}
a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
a:hover {
	border-bottom: 1px solid #999;
}
.scrollButtons {
	position: absolute;
	top: 127px;
	cursor: pointer;
}
.scrollButtons.left {
	left: -45px;
}
.scrollButtons.right {
	right: -45px;
}
.hide {
	display: none;
}
