/* 

Bitwork - CSS File

*/

/*** FRONT PAGE SLIDER ***/
#slideshow_container {
	height:350px;
	width: 990px;
	clear:both;
	position:relative;
	z-index:1 !important;
	padding-top:10px;
}
	
#slideshow {
	width:970px;
	height:340px;
	margin:0px auto;
	overflow:hidden;
	background-image:url(../../IMAGE/Oasis/bg_slides_container2.png);
	background-repeat:no-repeat;
}
	
.slideshow_content {
	padding:12px;
}

.slide_image {
	width:945px;
	height:315px;
	float:left;
	background:#03C;
}

.slide_text {
	width:364px;
	float:left;
	padding:20px 20px 10px 30px
}

.slide_text, .slide_text p, .slide_text ul {
	color:#fff;
	line-height:24px;
}

.slide_text h1, .slide_text h2, .slide_text h3 {
	font-size:20px;
	color:#fff;
	line-height:24px;
}
/*** END OF FRONT PAGE SLIDER ***/


