.slideshow_container { 
	width: 940px; 
	height: 333px;
	margin: 0 auto; 
	position: relative; 
}

#featured { position: relative; }
	
	/* a#featured-left, a#featured-right { 
		position: absolute; 
		width: 18px; 
		height: 18px; 
		display: block; 
		text-indent: -9999px; 
		top: 41%; 
		z-index: 50; 
	}
	
	a#featured-left { 
		background: url(../img/featured-left.png) no-repeat; 
		left: 0; 
	}
	
	a#featured-right { 
		background: url(../img/featured-right.png) no-repeat; 
		right: 0; 
	} */
		
	#featured .slide { 
		width: 938px; 
		height: 320px;
		overflow: hidden;
	}
	
	#featured .description {
		width: 440px; 
		float: left; 
		margin: 95px 0 0 0;
	}
	
		#featured h2.slide_title {
			width: 440px;
			color: #fff;
			font-family: corbel, arial, verdana, sans-serif;
			font-size: 35px; 
			font-weight: normal;
			line-height: 50px;
		}
		
		#featured .description .learn_more_btn { 
			width: 198px;
			height: 46px;
			float: left;
			margin: 20px 0 0 0;
			overflow: hidden;
		}
		
			#featured .description .learn_more_btn a img { 
				margin-top: 0;
			}
				#featured .description .learn_more_btn a img:hover { 
					margin-top: -48px;
				}
				
		#featured .description .view_classes_btn { 
			width: 237px;
			height: 46px;
			float: left;
			margin: 20px 0 0 0;
			overflow: hidden;
		}
		
			#featured .description .view_classes_btn a img { 
				margin-top: 0;
			}
				#featured .description .view_classes_btn a img:hover { 
					margin-top: -48px;
				}
		
		#featured img.bls_class { 
			float: right;
			position: relative;
			top: 10px;
			left: 0;
		}
				
				