/*--*{ margin: 0; padding: 0; }*/
.anythingSlider{
width: 119%;
height: 292px;
position: relative;
margin: 0;
}
.anythingSlider_left{
background: url(../img/slide-content-left.png) no-repeat left;
position: absolute;
float: left;
width: 80%;
height: 292px;
}
.anythingSlider_right{
background: url(../img/slide-content-right.png) no-repeat right;
position: relative;
float: right;
width: 20%;
height: 292px;
}
.anythingSlider .wrapper{
width: 95.5%;
overflow: auto;
height: 250px;
margin: 0;
position: absolute;
top: 10px;
left: 10px;
}
.anythingSlider .wrapper ul{
width: 9999%;
list-style: none;
position: absolute;
top: 0;
left: -40px;
background: #eee;
margin: 0;
}
.anythingSlider ul li{
display: block;
float: left;
padding: 0;
height: 100%;
margin: 0;
margin-top: -20px;
}
/*.anythingSlider .arrow{
display: block;
height: 20%;
width: 3%;
background: url(../img/arrows1.png) no-repeat;
text-indent: -9999px;
position: absolute;
top: 100px;
cursor: pointer;
}
.anythingSlider .forward{
background-position: 0 0;
right: 3.5%;
width: 18px;
}
.anythingSlider .back{
background-position: -20px 0;
left: 1.7%;
width: 18px;
}
.anythingSlider .forward:hover{
background-position: 0 0px;
}
.anythingSlider .back:hover{
background-position: -20px 0;
}
*/
#thumbNav {
position: absolute;
left: 10px;
/*top: 260px;*/
bottom: 10px;
text-align: center;
}
#thumbNav a{
color: black;
font: 11px arial, Georgia, Serif;
text-decoration: none;
display: inline-block;
padding: 2px 0px;
height: 15px;
width: 18px;
margin: 0 1px 0 0;
background: #fff url(../img/cellshade.png) repeat-x top;
border: 1px solid #666666;
border-top: none;
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;
}
#thumbNav a:hover{
background: #d4d4d4 url(../img/cellshade.png) repeat-x top;
color: #cb2a22;
}
#thumbNav a.cur{
font: bold 11px arial, Georgia, Serif;
color: #cb2a22;
background: #fff;
}