.slideshow-outer {
	position: relative;
	background-color: #39414a;
        margin: 5px 0px 0px 5px;
}
.slideshow-image-slide {
	position: relative;
	height: 290px;
	width: 950px;
        
        background-image: url("/~/media/4C35F373EFA14E81BED280841DE6EEE9.ashx?w=1&amp;h=1&amp;as=1");
}
.slide-text {
        position: absolute;
	top: 20px;
	left: 520px;
        width: 450px;
        line-height: 1.4em;
        color: white;
        z-index: 4000;
}
.slide-text h2 {
        position: absolute;
	top: -1000px;
}
.slide-text p {
        margin: 5px 0px 15px 0px;
        width:375px;
}

slide-left {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 6050;
}

.slide-right {
    left: 25px;
    position: absolute;
    top: 0;
    z-index: 6050;
}



.slide-right a.right-arrow {
    background-image: url("/~/media/Images/bcc/home/right-arrow.png");
    display: block;
    height: 22px;
    overflow: hidden;
    text-indent: 9000px;
    width: 22px;
}

.slide-left a.left-arrow {
    background-image: url("/~/media/Images/bcc/home/left-arrow.png");
    display: block;
    height: 22px;
    overflow: hidden;
    text-indent: 9000px;
    width: 22px;
}


.slideshow-controls {
	position: absolute;
	left: 890px;
	top: 260px;
	width:100px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: 0;
	margin: 0;
	padding: 0;
	z-index: 6000;
}

