.anythingFader {

	width: 900px;

	height: 347px;

	position: relative;

	margin: 0 auto 15px;

}

.anythingFader .fader {

	width: 900px;

	overflow: auto;

	height: 304px;

	margin: 0;

	position: absolute;

	top: 0;

	left: 0;

}

.anythingFader .fader ul {

	width: 9999px;

	list-style: none;

	position: absolute;

	top: 0;

	left: 0;

	margin: 0;

}

.anythingFader ul li {

	display: block;

	float: left;

	padding: 0;

	height: 304px;

	width: 900px;

	margin: 0;

}



#start-stop {

    background: black repeat-x;

    color: #ef4035;

    padding: 2px 5px;

    width: 40px;

    text-align: center;

    position: relative;

	float: right;

	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

	clear: none;

	top: 0;

}

#start-stop .playing {

    background-color: black;

}

#start-stop:hover {

    background-image: none;

    background-color: #ef4035;

}



#thumbNav {

    position: relative;

    top: 323px;

    top: 256px;

    right: 8px;

    text-align: right;

    width: 900px;

    display: block;

}

#thumbNav a {

    color: white;

    font: 11px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

    display: inline-block;

    padding: 2px 8px;

    height: 18px;

    margin: 5px;

    background: #ef4035 repeat-x;

    text-align: center;

    border: 1px solid #ef4035;

}

#thumbNav a:hover {

    background-image: none;

    border: 1px solid red;

    color: #ef4035;

    background-color: white;

}

#thumbNav a.cur {

    background: white;

    color: #ef4035;

}



/*

  Prevents

*/

.anythingFader .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }

.anythingFader .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
