/** slides for Industries Served **/

#right #slideshow {
        float: right;
        width: 320px;
	height: 240px;
        margin: 0 10px;
        padding: 0px;
        border: 1px solid #999;
        background-color: #fff;
        }

#right #slideshow .slideshow {
	float: none;
	display: none;
	position: absolute !important;
}

#right #slideshow .first {
	display: block;
	position: absolute !important;
}

#right #slideshow span.caption {
        clear: both;
        margin: 5px;
	display: block;
        font-size: 11px;
        color: #777;
        }
