.anythingSlider { 
width: 940px;
padding:10px;
height: 296px; 
position: relative; 
margin: 0 auto 0; 
background-color:#fff;
-webkit-box-shadow: 0 8px 15px rgba(0,0,0, .6);
-moz-box-shadow: 0 8px 15px rgba(0,0,0, .6);
box-shadow: 0 8px 15px rgba(0,0,0, .6);
z-index:40;
}
.anythingSlider .wrapper { 
width: 940px; 
overflow: auto; 
height: 295px; 
margin: 0 0px; 
position: absolute; 
top: 10px; 
left: 10px;
z-index:50;
}                                     /* Width below is max for Opera */
.anythingSlider .wrapper ul { 
width: 32700px; 
list-style: none; 
position: absolute; 
top: 0; 
left: 0; 
background: #eee; 
margin: 0; 
padding:0;
}
.anythingSlider .wrapper ul li          { 
display: block; 
float: left; 
padding: 0; 
height: 295px; 
width: 940x; 
margin: 0; 
}
.anythingSlider .arrow { 
display: none; 
}
.anythingSlider .forward { 
display: none; 
}
.anythingSlider .back { 
display: none; 
}
.anythingSlider .forward:hover{ 
display: none; 
}
.anythingSlider .back:hover { 
display: none; 
}

.thumbNav { 
position: relative; 
top: 250px;
float:right;
margin-right:10px;
z-index:100;
}
.thumbNav li { 
display: inline; 
}
.thumbNav a { 
color: #fff !important;
font-family:Calibri, Arial, Helvetica, sans-serif;
font-size:12px;
display: inline-block; 
padding: 2px 4px; 
height: 10px; 
margin: 0 5px 0 0; 
background: #fff ; 
text-align: center; 
line-height:100%;
}
.thumbNav a:hover { 
background-image: none;
background: #c34f28;
color:#c34f28 !important;
}
.thumbNav a.cur { 
background: #c34f28; 
color:#c34f28 !important;
}

.start-stop { 
z-index: 10; 
color: white; 
padding: 2px 5px; 
width: 18px;
height:16px;
text-align: center; 
position: absolute; 
right: 124px; 
top: 280px;
background-image:url(../images/design/play.png);
background-repeat:no-repeat;
background-position:center center;
}
.start-stop a:hover {
	background-image:url(../images/design/play-hover.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.start-stop.playing { 
background-image:url(../images/design/pause.png);
background-repeat:no-repeat;
background-position:center center;
}
.start-stop.playing a{
	background-image:url(../images/design/pause-hover.png);
	background-repeat:no-repeat;
	background-position:center center;
}

/*
  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; 
}