body { margin:0;}

.anythingSlider                         { width: 607px; height: 200px; position: relative;}
.anythingSlider .wrapper                { width: 607px; overflow:hidden; height: 200px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 1px; left:0; *left:0; background: #eee; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 200px; width: 607px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 18px; width: 16px; position: absolute; top: 90px; cursor: pointer; }
.anythingSlider .forward                { background:url(../images/imgShift_arr2.gif) 0 0 no-repeat; right: 12px;}
.anythingSlider .back                   { background:url(../images/imgShift_arr1.gif) 0 0 no-repeat; left: 12px;}

#thumbNav                               { position:absolute; top: 175px; right:10px; width:145px; height:18px;}
#thumbNav a                             { font: 12px/18px Georgia, Serif; display: inline-block; width:19px; height: 18px; margin:0 0 0 10px; background:url(../images/dot1.gif) no-repeat;  color:#ffffff; text-align:center;}
#thumbNav a:hover                       { background:url(../images/dot2.gif) no-repeat; color:#ffffff; text-align:center;}
#thumbNav a.cur                         { background:url(../images/dot2.gif) no-repeat; color:#ffffff; text-align:center;}
