/* SLIDESHOW */
#teaser_box { border-bottom:2px solid #1f0d03; position:relative; z-index:0; }
#teaser_box #teaser_bgrnd { width:900px; height:340px; position:relative; z-index:0; background:#1f0d03 url('/src/img/fill-woodpanels.jpg') repeat; overflow:hidden; }

#teaser {
	position:absolute;
	top:15px;
	left:15px;
	z-index:1;
	width:867px;
	height:300px;
	overflow:hidden;
	border-left:2px solid #200202;
	border-top:2px solid #1f0d03;
	border-right:2px solid #553f2f;
	border-bottom:2px solid #856d5f;
	background:url('/src/img/fill-woodpanels-light.jpg') 50px 0 repeat;
}
#teaser .tagline {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:30px;
	position:absolute;
	top:10px;
	left:15px;
	z-index:2;
	line-height:38px;
	color:#ffe0b1;
	text-shadow:#000 1px 1px 2px;
	*padding-bottom:10px;
}
#teaser .tagline span {
	font-family:Arial Black, Impact, sans-serif;
	font-size:50px;
	text-transform:uppercase;
	color:#FF9933;
	font-style:normal;
}
#teaser .look a {
	color:#FF9933;
	text-decoration:underline;
}
#teaser .look a:hover {
	text-decoration:none;
}
#slideshow {
	width:300px;
	height:300px;
	overflow:scroll;
	position:relative;
	left:-310px;
}
#slideshow h2, #slideshow p {
	color:#ffe0b1;
}
#info {
	position:absolute;
	bottom:0;
	width:390px;
	height:0;
	overflow:hidden;
	padding-left:15px;
	text-shadow:#000 1px 1px 2px;
	z-index:6;
}
#info h2 {
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:none;
	color:#ffe0b1;
	padding:0;
	text-transform:none;
	border-bottom:none;
	font-style:italic;
}
#info p {
	line-height:15px;
	height:148px; /*space fill*/
	color:#d8d2be;
	position:relative;
	margin-top:-1px;
	padding-bottom:15px;
}
#info p .look {
	position:absolute;
	bottom:20px;
	left:0;
	width:190px;
	height:30px;
	line-height:30px;
	font-size:20px;
	text-align:center;
	background:url('/src/img/fill-woodpanels-light.jpg') no-repeat;
	border-right:1px solid #200202;
	border-bottom:1px solid #1f0d03;
	border-left:1px solid #553f2f;
	border-top:1px solid #856d5f;
	z-index:4;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-shadow:#000 1px 1px 2px;
	display:block;
}
#info p .logo {
	display:block;
	position:absolute;
	left:220px;
	bottom:19px;
}
#info p span {
	cursor:pointer;
}
#img {
	width:448px;
	height:300px;
	position:absolute;
	top:0;
	right:0;
}
#img img {
	position:absolute;
}
#teaser_thumbbox {
	height:106px;
	background:url('/src/img/fill-woodtrim.jpg') bottom repeat-x;
	border-top:2px solid #553f2f;
	position:relative;
	z-index:0;
}
#teaser_thumbbox span {
	width:172px;
	padding-left:2px;
	height:34px;
	display:block;
	background:url('/src/img/slideTag.png') no-repeat;
	line-height:28px;
	font-size:16px;
	color:#000;
	position:absolute;
	top:-18px;
	left:363px;
	z-index:2;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	text-align:center;
}
#thumbs_brgnd {
	height:85px;
	padding-top:19px;
	background:url('/src/img/fill-woodpanels.jpg') repeat;
}
#slideleft, #slideright { cursor:pointer; }
#slideleft {
	float:left;
	width:15px;
	height:66px;
	margin-right:25px;
	background:url('/src/img/slide/nav/scroll-left.jpg') 0 0 no-repeat;
	z-index:3;
}
#slideleft:hover {
	background:url('/src/img/slide/nav/scroll-left.jpg') 0 -66px no-repeat;
}
#slideright {
	float:right;
	width:15px;
	height:66px;
	background:url('/src/img/slide/nav/scroll-right.jpg') 0 0 no-repeat;
	z-index:3;
}
#slideright:hover {
	background:url('/src/img/slide/nav/scroll-right.jpg') 0 -66px no-repeat;
}
#thumbs_wrap {
	float:left;
	position:relative;
	width:821px;
	height:66px;
	overflow:hidden;
}
#img_thumbs {
	position:absolute; /* required to scroll */
	left:0; /* required 4 IE */
	height:66px; /* required 4 IE */
}
#img_thumbs img {
	cursor:pointer;
	border-left:3px solid #200202;
	border-top:3px solid #1f0d03;
	border-right:3px solid #553f2f;
	border-bottom:3px solid #856d5f;
	display:inline;
}
#img_thumbs img:hover {
	padding:2px;
	border:1px solid #FF9933;
}
