.anythingSlider {
	position: relative;
	margin:0px auto 10px;
	width:933px;
	padding:0px;
	background:url(../images/sliderBg.gif) no-repeat left top;
	height:202px;
}
.anythingSlider .wrapper {
	margin:0px auto;
	position: absolute;
	top: 0;
	left: 15px;
	width:900px;
	height:200px;
	overflow:auto;
	padding:0px;
}

.anythingSlider .wrapper ul {
	width: 99999px;
	position: absolute;
	top:0px;
	left:0px;
	margin:0px;
	height:200px;
}
.anythingSlider ul li {
	display: block;
	float: left;
	height: 200px;
}
.anythingSlider .arrow {
	display: block;
	height: 33px;
	width: 17px;
	background:url(../images/sliderControls.gif) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 65px;
	cursor: pointer;
}
.anythingSlider .forward {
	background-position: right top;
	right:-13px;
	top:80px;
}
.anythingSlider .back {
	background-position: left top;
	left: -12px;
	top:80px;
}
.anythingSlider .forward:hover {
	background-position: right bottom;
}
.anythingSlider .back:hover {
	background-position: left bottom;
}
#thumbNav {
	position: absolute;
	text-align: right;
	margin-right:25px;
	bottom:5px;
	right:-7px;
}
#thumbNav a {
	background:url(../images/slider_dot.gif) 0px 0px no-repeat;
	display:block;
	float:left;
	height:12px;
	width:12px;
	margin-right:2px;
	cursor:pointer;
}
#thumbNav a:hover {
}
#thumbNav a.cur {
	background:url(../images/slider_dot.gif) 0px -13px no-repeat;	
}

.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;
}
#start-stop{
	display:none;
}

.anythingSlider .wrapper .img {
	float:right;
	padding-top:10px;
	margin:0;
	width:500px;
	height:180px;
}
.anythingSlider .wrapper .img img {
	cursor:auto !important;
}
.anythingSlider .wrapper h2 {
	font: bold 2.5em 'Georgia', Times New Roman, Times, serif;
	color:#262626;
	margin:0;
	padding:0px 0px 10px 10px;
	font-weight:normal;
	line-height:1em;
	border:0 none;
}
.anythingSlider .wrapper p {
	font:normal 1.1em Arial, Verdana, Tahoma, sans-serif;
	color:#777;
	margin:0;
	line-height:1.5em;
	padding:0px 20px 10px 10px;
	text-align:justify;
}

/*-----------------Slider Bottons --------------------*/
.sliderBtn {
	padding:5px 0px 0px 10px;
}
.sliderBtn a, .sliderBtn a:visited, .sliderBtn a:hover, .sliderBtn a:active, .sliderBtn a:focus {
	text-decoration:none;
}
.sliderBtn a span.btLf {
	background:url(../images/slider_btn.gif) no-repeat right top;
	float:left;
	font-size:16px;
	font-weight:bold;
	height:32px;
	line-height:30px;
	padding:0 15px;
	font-size:1em;
	color:#5d5d5d;
	text-shadow:0 2px 1px #FFFFFF;
}
.sliderBtn a {
	background:transparent url(../images/slider_btn.gif) no-repeat left top;
	float:left;
	height:32px;
	white-space:nowrap;
	margin-right:10px;
	padding-left:6px;
}
.sliderBtn a:hover, .sliderBtn a:active {
	background:transparent url(../images/slider_btn.gif) no-repeat left bottom;
}
.sliderBtn a:hover span.btLf, .sliderBtn a:active span.btLf {
	background:url(../images/slider_btn.gif) no-repeat scroll right bottom;
}
.sliderBtn a:hover, .sliderBtn a:active, .sliderBtn a:hover span.btLf, .sliderBtn a:active span.btLf {
	text-decoration:none !important;
}
.anythingSlider .wrapper li div.leftTextContent {
	float:left;
	padding-top:15px;
	width:400px;
}

*+html .anythingSlider .wrapper .img {
	float:none;
}