.slideshow {
    left: -12px;
    top: -16px;
	width: 480px;
	height: 249px;
	position: relative;
}

.slideshow img {
	z-index:1;
    border: none;
}

.slideshow_texts {
	left: 138px;
	top: -120px;
	position: relative;
	z-index: 3;
}

.slideshow div {
	position: relative;
	width: 480px;
	height: 249px;
	overflow: hidden;
}

.slideshow div div {
	left: 0px;
	top: -62px;
	width: 480px;
	padding-top: 10px;
    padding-bottom: 0px !important;
	height: 40px !important;
	background-image: url(../img/transparent.png);
	background-repeat: repeat;
	text-align: center;
}

.slideshow h2 {
    top: -19px;
    position: relative;
    height: 20px !important;
    padding-left: 130px;
    background-image: none !important;
   	right: 30px;

}

.slideshow h2 a {
	color: #ffffff !important;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	z-index: 4;
    text-decoration: none !important;
    background-image:none !important;
    font-outline: 2px solid #FC8724;
 
}

.slideshow h2 a:link {color: #ffffff;}
.slideshow h2 a:visited {color: #ffffff;}
.slideshow h2 a:hover {color: #ffffff;}
.slideshow h2 a:active {color: #ffffff;}

.slideshow p a {
    top: -34px !important;
    position: relative;
    padding-left: 130px;
	font-size: 11px;
	color: #000000 !important;
	z-index: 4;
    text-decoration: none !important;
   	right: 30px;
        
}

.slideshow_thumbs {
	z-index: 5000;
	position: absolute;
	padding-left: 8px;
	padding-top: 5px;
}

.slideshow_thumbs a {
	display: block;
	border: 2px solid #fff;
	width: 90px;
	height: 48px;
	margin-top: 3px;
	position: relative;
}

.slideshow_thumbs a img {
    top: 0px;
    position: relative;
    border: none;
}

.slideshow_thumbs a.activeSlide {
	border-color: #FC8724 !important;
}	


