#home-feature-01{
	float:left;
	display: block;
	overflow: hidden;
	height: 175px;
	padding: 0;
	}
/*--- scrollyness of the #home-feature ----------------*/
/*--- Set a width for the viewport of the scroller ----*/
#home-feature-01 #scroller-01 {
	width: 495px;
	overflow: hidden;
	margin: 0 auto;
	}
/*--- Width of all the panes lined end to end ---------*/
#home-feature-01 #content-01 {
	width: 495px;
	}
/*--- each .section is a pane that will scroll by the viewport--*/
#home-feature-01 .section-01 {
	width: 495px;
	float: left;
	height: 175px;
	}
/*-------------------------------------------*/
/*--- Individual Feature Styling ------------*/
/*-------------------------------------------*/

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


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


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


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

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

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

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

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

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

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

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

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

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



/*--- 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 */

