/**
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.
*/

* {
  margin: 0;
  padding: 0;
}

.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

/**
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 {
	height: 358px;
	width: 420px;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}	

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

.slideshow {
	height: 358px;
	margin: 0 auto;
	width: 420px;
}
.slideshow a img {
	border: solid;
}

/**
HTML:
	<div class="slideshow-captions">
		...
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the captions animation.
*/

.slideshow-captions {
	background: #000;
	bottom: 0;
	color: #FFF;
	font: normal 12px/22px Arial, sans-serif;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	width: 100%;
	z-index: 10000;
}
.slideshow-captions-hidden {
	height: 0;
	opacity: 0;
}
.slideshow-captions-visible {
	height: 22px;
	opacity: .7;
}

/**
HTML:
	<div class="slideshow-controller">
		<ul>
			<li class="first"><a /></li>
			<li class="prev"><a /></li>
			<li class="pause play"><a /></li>
			<li class="next"><a /></li>
			<li class="last"><a /></li>
		</ul>
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the controller animation.
*/



.slideshow-controller {
	display: none;
	
}


/**
HTML:
	<div class="slideshow-loader" />
	
Notes:
	Customize the hidden / visible classes to affect the loader animation.
*/

.slideshow-loader {
	height: 28px;
	right: 0;
	position: absolute;
	top: 0;
	width: 28px;
	z-index: 10001;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}

/**
HTML:
	<div class="slideshow-thumbnails">
		<ul>
			<li><a class="slideshow-thumbnails-active" /></li>
			<li><a class="slideshow-thumbnails-inactive" /></li>
			...
			<li><a class="slideshow-thumbnails-inactive" /></li>
		</ul>
	</div>
	
Notes:
	Customize the active / inactive classes to affect the thumbnails animation.
	Use the !important keyword to override FX without affecting performance.
*/

.slideshow-thumbnails {
	display: none;
}

#slideshow {
	float: left;
	display: inline;
	margin-top: 100px;
	margin-left: 40px;
	border: medium solid #000;
}
	
body {
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	margin: 0;
	padding: 0;
	background-image: url(/img/linen3.jpg);	
}

#containera{
	width: 900px;
	height: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
	border: thin solid #000;
	background-image:url(../img/blissfarmtextiles.gif);
	background-repeat: no-repeat;
}

#containerb{
	width: 900px;
	height: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
	border: thin solid #000;
	background-image:url(../img/antiques.gif);
	background-repeat: no-repeat;
}

#containerc{
	width: 900px;
	height: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
	border: thin solid #000;
	background-image:url(../img/blissfarm.gif);
	background-repeat: no-repeat;
}

#containerd{
	width: 900px;
	height: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
	border: thin solid #000;
	background-image:url(../img/bliss.gif);
	background-repeat: no-repeat;
}

#containere{
	width: 900px;
	height: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
	border: thin solid #000;
	background-image:url(../img/blissfarmfurniture.gif);
	background-repeat: no-repeat;
}

#containerf{
	width: 900px;
	height: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
	border: thin solid #000;
	background-image:url(../img/contact.gif);
	background-repeat: no-repeat;
}

#nav {
   margin:30px;
   padding:0; 
   
}
    
#nav li {
   display:inline;
   padding:14px;
   margin:0;
}



a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}


a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	color: #333;
	font-weight: bold;
	text-decoration:none;
	outline: none;
}


a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight: bold;
	color:#778899;
	text-decoration:none;
	outline: none;
}

a: active {
outline: none;
}


 #footer {
	font-family: "Times New Roman", Times, serif;
	font-size:11pt;
	color:#FFF;
	width: 899px;
	margin: auto;
	position: relative;
	font-style: italic;
}



 #footer {
	font-family: "Times New Roman", Times, serif;
	font-size:11pt;
	color:#000;
	width: 899px;
	margin: auto;
	position: relative;
	font-style: italic;
}


#footer a:link{
   font-family: "Times New Roman", Times, serif;
   font-size:11pt;
   color:#000;
   width: 899px;
   margin: auto;
   position: relative;
   font-weight: normal;
}

#footer a:visited{
   font-family: "Times New Roman", Times, serif;
   font-size:11pt;
   color:#000;
   width: 899px;
   margin: auto;
   position: relative;
   font-weight: normal;
}

#footer a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size:11pt;
	color:#FFF;
	width: 899px;
	margin: auto;
	position: relative;
	font-weight: normal;
}

#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	display: inline;
	color:#333;
	width: 350px;
	float: right;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 85px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

.products {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:8pt;
	color:#333;
	font-style:italic;	
	
}

span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	
}

.booth {
padding-top: 3px;
}