.slidingFeature {
		overflow: hidden;
		width: 703px;
		height: 468px;
		margin-right: 0;
		position: relative;
}

.featureElement {
		position: absolute;
		top: 0;
}

.featureHeader {
		cursor: pointer;
		position: absolute;
}

.featureBody {
		position: absolute;
		left: 40px;
}

.featureBody img {
		border: 0;
}

.keylineLeft, .keylineRight {
		position: absolute;
		height: 468px;
		width: 2px;
		background-color: #FFF;
		z-index: 99;
}

.keylineLeft {
		left: -2px;
}

.keylineRight {
		left: 40px;
}

#featurebox{
    position: relative;
    height: 468px;
		width: 703px;
}
a#toggleSlide{
    position: absolute;
    display: block;
    bottom: 28px;
    right: -8px;
    z-index: 999;
    height: 15px;
    width: 60px;
    /*overflow: hidden;*/
    text-indent: -9999px;
    background: url('/images/play-pause.png') no-repeat center bottom;
}
a#toggleSlide:hover{
    height: 51px;
}
a#toggleSlide.play{
    background-position: bottom left;
}
a#toggleSlide.pause{
    background-position: bottom right;
}