/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
.anythingSlider {
height:250px;
margin-bottom:14px;
margin-left:auto;
margin-right:auto;
margin-top:0;
position:relative;
width:280px;
}
.anythingSlider .wrapper {
height:285px;
left:0;
margin-bottom:0;
margin-left:40px;
margin-right:40px;
margin-top:0;
overflow-x:auto;
overflow-y:auto;
position:absolute;
top:0;
width:200px;
}
.anythingSlider .wrapper p { color:red; width:150px; text-align:center}
.anythingSlider .wrapper ul {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
background-attachment:scroll;
background-color:#EEEEEE;
background-image:none;
background-position:0 0;
background-repeat:repeat;
left:0;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
position:absolute;
top:0;
width:3000px;
}
.anythingSlider .wrapper ul li {
display:block;
float:left;
height:350px;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
padding-bottom:0;
padding-left:0;
padding-right:0;
padding-top:0;
width:200px;
background-color:#929393
}
.anythingSlider .arrow {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
background-attachment:scroll;
background-color:transparent;
background-image:url("../images/arrows.png");
background-position:0 0;
background-repeat:no-repeat;
cursor:pointer;
display:block;
height:162px;
position:absolute;
text-indent:-9999px;
top:-210px;
width:67px;
}
.anythingSlider .forward {
background-position:0 0;
left:240px;
}
.anythingSlider .back {
background-position:-67px 0;
left:-27px;
}
.anythingSlider .forward:hover {
background-position:0 -200px;
}
.anythingSlider .back:hover {
background-position:-67px -200px;
}
.thumbNav {
position:relative;
text-align:justify;
top:236px;
}
.thumbNav li {
display:inline;
}
.thumbNav a {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
background-attachment:scroll;
background-color:#C58B04;
background-image:url("../images/cellshade.png");
background-position:0 0;
background-repeat:repeat-x;
color:black;
display:inline-block;
font-family:Georgia,Serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:18px;
line-height:18px;
margin-bottom:0;
margin-left:0;
margin-right:5px;
margin-top:0;
padding-bottom:2px;
padding-left:8px;
padding-right:8px;
padding-top:2px;
text-align:center;
}
.thumbNav a:hover {
background-image:none;
}
.thumbNav a.cur {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
background-attachment:scroll;
background-color:#E0A213;
background-image:none;
background-position:0 0;
background-repeat:repeat;
}
.start-stop {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
background-attachment:scroll;
background-color:green;
background-image:url("../images/cellshade.png");
background-position:0 0;
background-repeat:repeat-x;
color:white;
padding-bottom:2px;
padding-left:5px;
padding-right:5px;
padding-top:2px;
position:absolute;
right:77px;
text-align:center;
top:314px;
width:42px;
z-index:10;
display:none
}
.start-stop.playing {
background-color:red;
display:none
}
.start-stop:hover {
background-image:none;
}
.anythingSlider .wrapper ul ul {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
background-attachment:scroll;
background-color:transparent;
background-image:none;
background-position:0 0;
background-repeat:repeat;
border-bottom-color:-moz-use-text-color;
border-bottom-style:none;
border-bottom-width:0;
border-top-color:-moz-use-text-color;
border-top-style:none;
border-top-width:0;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
overflow-x:visible;
overflow-y:visible;
position:static;
width:auto;
}
.anythingSlider .wrapper ul ul li {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
background-attachment:scroll;
background-color:transparent;
background-image:none;
background-position:0 0;
background-repeat:repeat;
float:none;
height:auto;
width:auto;
}

