/*
Template Name: Educational Theory
File: Featured Slider CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

#featured_slide_{
	position:relative; /* important */
	
	margin:0 auto 5px;
	padding-top:0px;
	display:block;
	width:960px;
	height:220px;
	
	
	
	overflow:hidden; /* important */
	}

#featured_slide_Content{
	width: 960px; /* important to be same as image width */
	height:220px;
	position: absolute;
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 74px;
	}

.featured_slide_Image{
	position:relative;
	display:none;
	float:left;
	margin:0;
	padding:0;
	width:960px; /* important - must be same as image width and slider width */
	height:220px; /* important - must be same as image height and slider height */
	list-style:none;
	}

.featured_slide_Image img{
	width:960px;
	height:220px;
	}

.featured_slide_Image div.introtext{
	
	}

#featured_slide_ h2{
	
	}

#featured_slide_ p{line-height:1.6em;}
#featured_slide_ a{color:#179CFF; background-color:#000000;}
