/*
    For Specific Slides
*/
#textSlide {
	padding: 10px 0 10px 0;
	margin: 0 30px 0 30px;
	height: 255px;
}
#textSlide p {
	font-family: Georgia, Serif;
	font-size: 13px;
	color: #FFF;
	line-height: 1.75em;
	margin: 0px;
	padding: 0px;
}
#textSlide .white {
	font-family: Georgia, Serif;
	font-size: 20px;
	color: #FFF;
	margin: 0 0 10px 0;
	font-weight: bold;
}
#textSlide .blue {
	font-family: Georgia, Serif;
	font-size: 16px;
	color: #7ac1f9;
	margin: 0px;
	padding: 20px 0 0 0;
	font-weight: bold;
}
#textSlide .green {
	font-family: Georgia, Serif;
	font-size: 16px;
	color: #7af97d;
	margin: 0px;
	padding: 20px 0 0 0;
	font-weight: bold;
}
#textSlide .purple {
	font-family: Georgia, Serif;
	font-size: 16px;
	color: #cb7af9;
	margin: 0px;
	padding: 20px 0 0 0;
	font-weight: bold;
}
#textSlide .orange {
	font-family: Georgia, Serif;
	font-size: 16px;
	color: #f9bf7a;
	margin: 0px;
	padding: 20px 0 0 0;
	font-weight: bold;
}
#textSlide .yellow {
	font-family: Georgia, Serif;
	font-size: 16px;
	color: #f9e67a;
	margin: 0px;
	padding: 20px 0 0 0;
	font-weight: bold;
}


.anythingSlider {
	width: 1000px;
	height: 294px;
	position: relative;
	margin: 0 auto;
}
.anythingSlider .wrapper {
	width: 1000px;
	height: 275px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 40px 0 0;
}
.anythingSlider .wrapper ul {
	width: 99999px;
	position: absolute;
	list-style-type: none;
	margin: 0;
	left: 0px;
	top: 0px;
	padding: 0px;
}
.anythingSlider ul li {
	height: 275px;
	width: 1000px;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}
#thumbNav {
	position: absolute;
	text-align: right;
	right: 100px;
	top: 265px;
}
#thumbNav a {
	color: #000;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	text-align: center;
	background-color: #BCBCBC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}
#thumbNav a:hover {
	background-image: none;
}
#thumbNav a.cur {
	background-color: #FFF;
}
#start-stop {
	color: #000;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 29px;
	top: 265px;
	background-color: #BCBCBC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}
#start-stop.playing {
	background-color: #FFF;
	color: #000;
}
#start-stop:hover {
	background-image: none;
}
/*
  Prevents
*/
.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}
