/* 
Title:		Disneyauditions.com
Author: 	Rustin Jessen
Copyright:  Disney
*/
#home-feature {
	display: block;
	overflow: hidden;
	height: 274px;
	padding: 0;
	}
/*--- scrollyness of the #home-feature ----------------*/
/*--- Set a width for the viewport of the scroller ----*/
#home-feature #scroller {
	width: 273px;
	overflow: hidden;
	margin: 0 auto;
	}
/*--- Width of all the panes lined end to end ---------*/
#home-feature #content {
	width: 8866px;
	}
/*--- each .section is a pane that will scroll by the viewport--*/
#home-feature .section {
	width: 273px;
	float: left;
	height: 274px;
	}
/*-------------------------------------------*/
/*--- Individual Feature Styling ------------*/
/*-------------------------------------------*/

/*--- FEATURE 1 -----------------------------*/
#feature1-feature {}


/*--- FEATURE 2 -----------------------------*/
#feature2-feature {}


/*--- FEATURE 3 -----------------------------*/
#feature3-feature {}


/*--- FEATURE 4 -----------------------------*/
#feature4-feature {}

/*--- FEATURE 5 -----------------------------*/
#feature5-feature {}

/*--- FEATURE 6 -----------------------------*/
#feature6-feature {}

/*--- FEATURE 7 -----------------------------*/
#feature7-feature {}

/*--- FEATURE 8 -----------------------------*/
#feature8-feature {}

/*--- FEATURE 9 -----------------------------*/
#feature9-feature {}

/*--- FEATURE 10 -----------------------------*/
#feature10-feature {}

/*--- FEATURE 11 -----------------------------*/
#feature11-feature {}

/*--- FEATURE 12 -----------------------------*/
#feature12-feature {}

/*--- FEATURE 13 -----------------------------*/
#feature13-feature {}



/*--- home feature nav (scroller dots and arrows) ----*/
#home-feature-nav span, #home-feature-nav a{
	border-style: none;
	}
#home-feature-nav-container{
	text-align: center;
	background: #3E4D64 url(http://corporate.disney.go.com/auditions/img/feature-nav-bg.png) repeat-x;
	border-bottom: 1px solid #363F4E;
	height: 20px;
	overflow: hidden;
	}
#home-feature-nav ul li img{
	display: block;
	width: 0;
	}
#home-feature-nav {
	width: 240px;
	margin: 5px auto;
	}

#home-feature-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	overflow: hidden;
	}
#home-feature-nav li {
	display: inline;
	float: left;
	}
	
#home-feature-nav a {
	padding: 0 15px;
	display: block;
	width: 10px;
	height: 10px;
	}

#home-feature-nav ul li.current 	{background: url(http://corporate.disney.go.com/auditions/img/feature-dot-current.gif) no-repeat center;}
#home-feature-nav ul li.incurrent {background: url(http://corporate.disney.go.com/auditions/img/feature-dot-incurrent.gif) no-repeat center;}
#home-feature-nav ul li.incurrent a:hover {background: url(http://corporate.disney.go.com/auditions/img/feature-dot-hover.gif) no-repeat center;}

#home-feature-nav ul li.left-arrow {background: url(http://corporate.disney.go.com/auditions/img/feature-arrow-l.gif) no-repeat center;}
#home-feature-nav ul li.right-arrow {background: url(http://corporate.disney.go.com/auditions/img/feature-arrow-r.gif) no-repeat center;}


