/* @override http://theantiquefloorcompany.com/design/css/entrance.css */

body {
  margin: 0px;
}

#container {
  position:absolute;
  width: 650px;
  margin-left: -325px;
  left: 50%;
  height: 650px;
  margin-top: 35px;
	z-index: 1;
	background: url(/design/images/flash1.jpg) no-repeat center bottom;
}

#logo {
  margin-left: 40px;
  margin-bottom: 10px;
}

#skip {
  position: relative;
  text-align: right;
  margin-top: 3px;
  text-transform: uppercase;
  width: 100px;
  height: 50px;
  margin-left: 260px;
	font: 0.7em "Trebuchet MS" "Lucida Grande", Lucida, Verdana, sans-serif;
	z-index: 10;
}

#skip a {
  color: #A89191;
  text-decoration: none;
}

#skip a:hover {
  color: #937F7F;
  text-decoration: underline;
}

object {
	z-index: 1;
}

#text {
  background: #fdfdfd url(/design/images/lines.gif) no-repeat left top;
  width: 438px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
  font: 0.7em/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
  text-align: center;
  color: #a59d9e;
  padding-bottom: 20px;
}

#text h1 {
  font-weight: bold;
  font-style: italic;
  margin-top: 0;
  font-size: 1.1em;
  color: #9f3937;
}

#text a {
  color: #c0b7b8;
}

#text a:hover {
  color: #a59d9e;
}


/* @group Slideshow */

#slideshow {
  text-align: center;
  margin: 0px auto 0 auto;
  padding: 0;
  width: 500px;
  height: 480px;
  position: relative;
}


#slideshow #slidesContainer {
  margin: 0px auto 0 auto;
  width: 480px;
  height: 480px;
  overflow: auto;
  position: relative;
}

.slide {
  margin: 0px auto 0 auto;
  padding: 0;
  border: 0;
  display: block;
/* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
}


.slide img {
  margin: 0;
  border: 0;
  padding: 0;
}

#slideInner {
  width: 480px;
}

.control {
  display: block;
  width: 8px;
  height: 480px;
  text-indent: -10000px;
  position: absolute;
  cursor: pointer;
  margin-top: 1px;
}

.control2 {
  display: block;
  width: 8px;
  height: 480px;
  text-indent: -10000px;
  position: absolute;
  cursor: pointer;
  margin-top: 1px;
}

#slideshow .cycle .slide {
  margin-left: 8px;
}

#prev {
  z-index: 999;
  position: absolute;
  
  /* background: transparent url(/images/control_left.jpg) no-repeat top left; */ 
}

#next {

  top: 0;
  right: 0;
    /* background: transparent url(/images/control_right.jpg) no-repeat top left; */ 
}

#leftControl {
  top: 0px;
  left: 0;
    /* background: transparent url(/images/control_left.jpg) no-repeat top left; */
}

#rightControl {
  top: 0;
  right: 0;
    /* background: transparent url(/images/control_right.jpg) no-repeat top left; */
}


/* @end */



