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

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


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


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


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

/*--- FEATURE 14 -----------------------------*/
#feature14-feature-03 {}

/*--- FEATURE 15 -----------------------------*/
#feature15-feature-03 {}

/*--- FEATURE 16 -----------------------------*/
#feature16-feature-03 {}

/*--- FEATURE 17 -----------------------------*/
#feature17-feature-03 {}

/*--- FEATURE 18 -----------------------------*/
#feature18-feature-03 {}

/*--- FEATURE 19 -----------------------------*/
#feature19-feature-03 {}

/*--- FEATURE 20 -----------------------------*/
#feature20-feature-03 {}

/*--- FEATURE 21 -----------------------------*/
#feature21-feature-03 {}

/*--- FEATURE 22 -----------------------------*/
#feature22-feature-03 {}



/*--- home feature nav (scroller dots and arrows) ----*/
#home-feature-navi span, #home-feature-navi a{
	border-style: none;
	}
#home-feature-navi-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-navi ul li img{
	display: block;
	width: 0;
	}
#home-feature-navi {
	width: 240px;
	margin: 5px auto;
	}

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

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

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


/* CSS Document */
