@charset "UTF-8";
#showcasebox {
	position: absolute;
	z-index: 100;
}
#showcase {
	height: 245px;
	width: 385px;
}
.spacerbox {
	width:440px;
	height:285px;
	background-color:#FFF;
}
/* CSS Document */

#slide1_controls span {
	padding-right:2em;
	cursor:pointer;
}
#slide1_container {
	width:400px;
	height:150px;
	overflow:hidden;
	position:relative;
	margin: 0px 20px 0px 5px;
}
#slide1_images {
	position:absolute;
	left:0px;
	/*-webkit-transition:all .75s ease-in-out;
	-moz-transition:all .75s ease-in-out;
	-o-transition:all .75s ease-in-out;
	-transition:all .75s ease-in-out;*/
	width: 999999px;
	text-align: center;
}
#slide1_images img {
	display: block;
	max-height: 143px;
	max-width: 385px;
	border: 2px solid #FFF;
}
.slideimage {
	float: left;
	margin: 3px 6px 0px 6px;
	text-align: center;
	overflow: hidden;
	width: 480px;
}
.slideimage a {
	color: #1F8DD0;
	text-decoration: none;
}
.slideimage h2 {
	text-decoration: none;
	text-align: left;
	font-size: 28px;
}
.slideimage h3 {
	color: #333;
	text-decoration: none;
	text-align: left;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: normal;
}
.slideimage h4 a.button {
	color: #FFF;
	text-decoration: none;
	padding: 10px 15px;
	text-align: left;
	display: block;
	margin: 15px 0px 0px 0px;
	font-size: 20px;
	float: left;
	text-transform: uppercase;
}
.slideimage h4 a.button:hover {
	background-color: #197DB9;
}
.first  {
	text-align: center;
	display: block;
}
#left {
	display: block;
	position: absolute;
	left: 0px;
	top: 55px;
	z-index: 200;
}
#right {
	position: absolute;
	top: 55px;
	right: 10px;
}
#leftinvisible {
	position: absolute;
	height: 400px;
	width: 100px;
	left: -2px;
	top: 5px;
	z-index: 100;
}
#leftinvisible a {
	display: block;
	height: 100%;
	width: 100%;
}
#rightinvisible {
	position: absolute;
	height: 400px;
	width: 100px;
	top: 5px;
	right: -1px;
	z-index: 100;
}
#rightinvisible a {
	display: block;
	height: 100%;
	width: 100%;
}
