body {
	cursor: crosshair;
	margin: 0;
	background-color: white;
}
	a {
	color:#000000;
	text-decoration:none;
	border-bottom: 1px dotted #E71B00;
}
	a:hover {
	color: #E71B00;
	text-decoration: none;	text-transform: uppercase;	background-color: #fff8d7;
	border-bottom-style: none;
}

a:visited{
	color: #500000;
}

a img, a:hover img {
	border-style: none;
	border-width: 0;
	background-color: transparent;
}

img {
	border: 0;
}

.text { 
	font: 10pt/14px "Arial", "Helvetica", sans-serif;
	color: #000000;
}
h1 {
	font: x-large Georgia, "Times New Roman", Times, serif;
}

#container {
	width: 680px;
	font: 10px Verdana, "Lucida Grande", Lucida, sans-serif;
	margin-left: 20px;
	z-index: 0;
	background-color: transparent;
}

#content {
	background-color: #c2fffc;
	z-index: -1;
}

.code{
	background-color: #545454;
	color: #0f7;
	display: block;
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	font: 12px "Courier New", Courier, mono;
}

hr {	line-height:0px; /*CSS validator says you need units on line-height*/	font-size:0;
	border:  0;	border-bottom:1px dashed fuchsia;
	margin-top: 10px;
	margin-bottom: 5px;
	height: 1px;
}

dl {
	
}

dt {
	position: relative;
	margin-top: 7px;
}

dd {
	position: relative;
	margin-top: -12px;
}

li {
	position: relative;
	right: 17px;
	padding-bottom: 8px;
}

#blende {
	position: absolute;
	top: 10px;	left: 40px;
	text-align: left;
	text-transform: uppercase;
	color: white;
	font: bold 90px Arial, Helvetica, Geneva, sans-serif;
	opacity: 0.5;
	z-index: 1;
}

.slidecontrol {
	z-index: 5;
	opacity: 0.5;
	font: normal 16px Arial, Helvetica, Geneva, sans-serif;
	color: white;
	position: relative;
	top: -20px;
	padding-left: 8px;
	letter-spacing: 2px;
}

#btn_one {
	font-weight: bold;
	color:#E71B00;
	background-color: #fff8d7;
}

#btn_two {
	font-weight: normal;
	color: white;
	background-color: transparent;
}

#btn_three {
	font-weight: normal;
	color: white;
	background-color: transparent;
}

#slide_one, #slide_two, #slide_three {
	 width: 680px;
}

#slide_one {
	visibility: visible;
	z-index: 3;
	height: 312px;
}

#slide_two {
	visibility: hidden;
	z-index: 2;
	height: 0;
}

#slide_three {
	visibility: hidden;
	z-index: 1;
	height: 0;
}
