.anythingSlider {
width:712px;
height:382px;
position:relative;
margin:0;
}

.anythingSlider .wrapper {

height:298px;
left:40px;
margin:0;
overflow:auto;
position:absolute;
top:55px;
width:650px;
}

.anythingSlider .wrapper ul {
width:99999px;
list-style:none;
position:absolute;
top:0;
left:0;
background:transparent;
margin:0;
}

.anythingSlider ul li {
display:block;
float:left;
height:298px;
width:650px;
margin:0;
padding:0;
}

.anythingSlider .arrow {
display:none;
height:200px;
width:67px;
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:-67px 0;
left:-20px;
}

.anythingSlider .forward:hover {
background-position:0 -200px;
}

.anythingSlider .back:hover {
background-position:-67px -200px;
}

#thumbNav {
position:relative;
top:323px;
text-align:center;
}

#thumbNav a {
color:#000;
font:11px/18px Georgia, Serif;
display:inline-block;
height:18px;
background:#c58b04 url(../images/cellshade.png) repeat-x;
text-align:center;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
margin:0 5px 0 0;
padding:2px 8px;
}

#thumbNav a.cur {
background:#e0a213;
}

#start-stop {
background:#B0C544 url(../images/startstop.gif) no-repeat scroll 0 0;
color:#FFFFFF;
padding:5px;
position:absolute;
right:22px;
text-align:center;
top:350px;
width:40px;
}

#start-stop.playing {
background:#B0C544 url(../images/startstop.gif) no-repeat scroll 0 0;
}

.anythingSlider .wrapper ul ul {
position:static;
background:none;
overflow:visible;
width:auto;
border:0;
margin:0;
}

.anythingSlider .wrapper ul ul li {
float:none;
height:auto;
width:auto;
background:none;
}

#thumbNav a:hover,#start-stop:hover {
background:#B0C544 url(../images/startstop.gif) no-repeat scroll 0 0;
}

.anythingSlider h2{
  border-bottom:1px solid #EBEBEB;
color:#9A1F4D;
font-size:24px;
font-weight:bold;
line-height:26px;
margin-bottom:14px;
padding-bottom:14px;
padding-top:26px;
width:247px;
}

.anythingSlider p{
font-size:11px;
line-height:14px;
margin-bottom:15px;
width: 250px;
}

/* Buttons */

.anythingSlider.magenta.awesome, .magenta.awesome:visited {
  background-color:#A9014B;
}
.anythingSlider.magenta.awesome:hover{
  background-color:#630030;
}
.anythingSlider.green.awesome, .green.awesome:visited {
  background-color:#87bc34;
}
.anythingSlider.green.awesome:hover{
  background-color:#678d2b;
}
.anythingSlider.large.awesome, .large.awesome:visited {
font-size:14px;
padding:8px 14px 9px;
}
.anythingSlider.awesome, .awesome:visited, .medium.awesome, .medium.awesome:visited {
font-size:13px;
font-weight:bold;
line-height:1;
text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
}
.anythingSlider.awesome, .awesome:visited {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
background:#222222 url(/images/alert-overlay.png) repeat-x scroll 0 0;
border-bottom:1px solid rgba(0, 0, 0, 0.25);
color:#FFFFFF;
cursor:pointer;
display:inline-block;
padding:5px 10px 6px;
position:relative;
text-decoration:none;
text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
}
.anythingSlider.awesome:active {
top:1px;
}