﻿body {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	background-image: url(images/kohlsresort_bkgd.jpg);
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #0C462A;
	text-decoration: underline;
}
a:visited {
	color: #5B3324;
	text-decoration: underline;
}
a:hover {
	color: #CD531B;
	text-decoration: underline;
}
.bold_black {
	font-weight: bolder;
	color: #000000;
}
.bold_green {
	font-weight: bolder;
	color: #0E4A2C;
}
.content_bkgd {
	background-image: url(images/content.jpg);
	background-repeat: repeat;
}
.content600px_bkgd {
	background-image: url(images/content_600px.jpg);
	background-repeat: repeat;
}

#slideshow {
    position:relative;
    height:254px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

