@charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */

/*

Theme Name: Louisiana Business Websites
Theme URI: http://www.louisianabusinesswebsites.com
Author: CRED, LLC
Author URI: 

/*	-------------------------------------------------------------
	STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@media screen, projection {

/* START slideshow wrapper */
#slideshow-wrapper {
	float:left;
	width:100%;
	margin: 30px 0;
	padding: 0;
}
#slideshow {
    height:280px;
    position:relative;	
	width:998px;
	padding: 0;
	margin: 0;
}
#slideshow li {
    height:280px;	
    left:0;	
    opacity:0.0;	
    position:absolute;
    top:0;
    z-index:8;
}
#slideshow li.active {
    opacity:1.0;
    z-index:10;
}
#slideshow li.last-active {
    z-index:9;
}
.slide-1-img {
	float:left;
}
.slide-1-desc {
	float:right;
	height:280px;
	position:relative;
	width:318px;
}
.slide-1-desc h1, .slide-1-desc p {
	float:left;
	width:284px;
	margin:10px 10px 0 16px;
}
.slide-1-desc h1 {
	padding-bottom:5px;
	font-size: 20px;
}
.slide-1-desc p {
	width: 264px;
}
.slideshow-rm {
	bottom:16px;
	height:18px;
	left:16px;
	position:absolute;
	width:100px;
}
.slideshow-rm a, .body-rm a, .reverse-arrow a {
	display:block;
	float:left;
	margin-left:22px;
}
.slide-txt { /* styles for semi-tranparent background in the slideshow */
	background:url(../img/slide_tr.png) no-repeat top;	
	bottom:0;
	height:50px;	
	left:0;	
	position:absolute;
	width:100%;
}
.slide-txt h3 {
	margin:11px 0 0 12px;
}
/* END slideshow wrapper */
/*	-------------------------------------------------------------
	CLOSING STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

}