/**
Stylesheet: Slideshow.css
	CSS for Slideshow.

License:
	MIT-style license.

Copyright:
	Copyright (c) 2008 [Aeron Glemann](http://www.electricprism.com/aeron/).
	
HTML:
	<div class="slideshow">
		<div class="slideshow-images" />
		<div class="slideshow-captions" />
		<div class="slideshow-controller" />
		<div class="slideshow-loader" />
		<div class="slideshow-thumbnails" />
	</div>
	
Notes:
	These next four rules are set by the Slideshow script.
	You can override any of them with the !important keyword but the slideshow probably will not work as intended.
*/

.slideshow {
	display: block;
	position: relative;
	z-index: 0;
	background-image: url(../images/back.png);
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
	background-image: url(images/index_17.png);
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

/**
Notes:
	These are examples of user-defined styles.
	Customize these classes to your usage of Slideshow.
*/

.slideshow {
	width: 953px;
	height: 296px;
	margin: 0 auto;
	background: url("../images/back.png") no-repeat scroll 0 0 transparent; 
}
.slideshow a img {
	border: 0;
}
/**
HTML:
	<div class="slideshow-images">
		<img />
		<img />
	</div>
	
Notes:
	The images div is where the slides are shown.
	Customize the visible / prev / next classes to effect the slideshow transitions: fading, wiping, etc.
*/

.slideshow-images {
	width: 953px;
	height: 296px;
	left: 0px;
	top: 0px;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
	position: static;
}
.hoursandaddress {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	text-transform: uppercase;
	color: #FFF;
	padding: 3px;
	background-image: url(../../images/index_29.png);
}
.footercopy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10pt;
	text-transform: uppercase;
	color: #FFF;
	background-image: url(file:///Macintosh%20HD/Users/jaystecher/Documents/Stecher%20Marketing%20Services/Client%20Folders/Dornemann_Stevens/The%20Public%20House/TPH-Site/images/index_35.png);
	padding: 3px;
	text-align: center;
}
#Table_01 tr td #mailchimp {
	background-image: url(../../images/index_20.png);
}
.frontpagenews {
	background-image: url(file:///Macintosh%20HD/Users/jaystecher/Documents/Stecher%20Marketing%20Services/Client%20Folders/Dornemann_Stevens/The%20Public%20House/TPH-Site/images/index_26.png);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFF;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}
#Table_01 tr td #frontpagenews {
	overflow: auto;
	height: 246px;
	width: 503px;
}
frontpagenews {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	color: #FFF;
	background-image: url(../../images/index_26.png);
	padding: 3px;
}
