/* FIRST ROW */
#slideshow {
	position: relative;
	width: 610px;
	height: 320px;
	overflow: hidden;
	border: 0;
}
#slideshow-slides {
	position: relative;
	z-index: 1;
	width: 610px;
	height: 320px;
	border: 0;
}
#slideshow-nav {
	position: absolute;
	z-index: 2;
	right: 10px;
	bottom: 10px;
}
#slideshow-nav .pager {
	float: left;
}
#slideshow-nav a {
	float: left;
	position: relative;
	z-index: 2;
	width: 2.8em;
	overflow: hidden;
	margin-right: 5px;
	padding: 0;
	background: #58090C;
	line-height: 2.8em;
	font-weight: bold;
	text-align: center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#slideshow-nav a:hover,
#slideshow-nav a.activeSlide {
	background-color: #000;
	cursor: pointer;
}
#slideshow .pause {
	background-image: url(../images/slideshow-pause.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -3000px;
}
#slideshow .play {
	background-image: url(../images/slideshow-play.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -3000px;
}
#slideshow.playing .play,
#slideshow.paused .pause {
	display: none;
}
/* IN THE FOOTER... A POOL OF EXTRAS TO DRAW FROM */
#more-slideshow-slides {
	display: none;
}

/* SECOND ROW HEIGHTS */
#inside-info-module .module-content,
#upcoming-events-module .module-content,
#home-sidebar .module-content {
	min-height: 160px;
}

/* TEAM LOGOS */
#team-logos {
	border: 0;
	background: transparent;
	text-align: center;
}

