#slideshow {
	height: 323px;
	position: relative;
	width: 700px;
}

#slideshow .activeSlide {
	display: block;
}

.slide {
	display: none;
	left: 0;
	position: absolute;
	top: 0;
}

.text_holder {
	left: 15px;
	position: absolute;
	top: 155px;
	z-index: 2;
	width: 465px;
}

.text_holder .text {
    /*background: url(../images/bg-orange_trans.png) repeat left top;*/
    background: #f1622d;
    display: block;
    padding: 8px 12px 10px;
}

.text_holder .text h1 {
	font-size: 3em;
	margin-bottom: 2px;
	color: #ffffff;
}

.text_holder .text p {
	font-size: 2.4em;
	margin: 0;
	color: #FFFFFF;
}

.slide_link {
    display: none;
}

.links {
	bottom: 20px;
	left: 0;
	position: absolute;
	z-index: 2;
}

.links .view-details {
	background: #F15B28;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 1.1em;
	font-style: italic;
	margin: 0 0 0 -3px;
	padding: 6px 8px;
	position: relative;
	text-decoration: none;
}

.links .view-details:hover {
	background: #13A89E;
}

.links .view-details span {
	background: url(../images/bg-corner_shadow.png) no-repeat left top;
	bottom: -3px;
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	width: 3px;
}

.links .slide-index {
	float: left;
}

.links .slide-index li {
	float: left;
}

.links .slide-index .active a {
	background:#5F5F5F;
}

.links .slide-index a {
	background: #000000;
	color: #FFFFFF;
	float: left;
	font-size: 1.3em;
	padding: 4px 10px 6px;
	text-decoration: none;
}



