.anythingSlider {
    float: right;
	width: 520px;
	position: relative;
	margin: 0;
	height: 134px;
	text-align: center;
}
.anythingSlider .wrapper {
	width: 450px;
	overflow: auto;
	height: 134px;
	margin: 0 50px 0 20px;
	position: absolute;
	top: 0;
	right: 0;
}
.anythingSlider .wrapper ul {
	width: 9999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #0055a8;
	margin: 0;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 156px;
	width: 450px;
	margin: 0;
}
.anythingSlider .arrow {
	display: block;
	height: 30px;
	width: 30px;
	background: url(../images/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 65px;
	cursor: pointer;
}
.anythingSlider .forward {
	background-position: 0 0;
	right: -20px;
}
.anythingSlider .back {
	background-position: -104px 0;
	left: -20px;
}
#thumbNav {
	display: none;
}
#start-stop {
	display: 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;
}


.textSlide 
{ 
    padding: 10px 30px; 
}
.textSlide p 
{ 
    color: #fff;
    font-size: 2.2em;
    line-height: 22px;
    padding: 40px 0 0 0;
    font-weight: bold; 
}

