/*
    anythingSlider v1.0
    
    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                         { width: 960px; height: 200px; position: relative; margin: 0 auto 10px;}
.anythingSlider .wrapper                { width: 920px; overflow: auto; height: 200px; margin: 0 0 0 15px; position: absolute; top: 0; left: 0;}
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0;  margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 200px; width: 920px; margin: 0;}
.anythingSlider .arrow                  { display: block; height: 100px; width: 34px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 25px; cursor: pointer; behavior: url(stylesheets/iepngfix.htc); }
.anythingSlider .forward                { background-position: 0 0; right: -10px; }
.anythingSlider .back                   { background-position: -34px 0; left: -14px; }
.anythingSlider .forward:hover          { background-position: 0 -100px; }
.anythingSlider .back:hover             { background-position: -34px -100px; }



#start-stop                             { background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  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; }

/* ------------- bottom ----------------------------*/
#home-box ul{
margin:0px;
padding:0px;
}
#home-box li{
float:left;
padding:0px 5px 8px 0px;
list-style:none;
width:285px;
}
#home-box p{
margin:5px;
text-align:left !important;;
line-height:120% !important;
}
#home-box h2{
color:#993333;
margin:0px 0pt;
}
#home-box a{
color:#777;
font-weight:bolder;
text-decoration:none;
}
#home-box h1{
color: #0099FF;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
#home-box img
{
float:left;
width:100px;
height:100px;
margin:4px 5px 0px 0px;
padding:0;
}
#home-box a:link, #home-box a:visited, #home-box a:active
{
float:right;
width:100px;
height:20px;
display:block;
color:#99CC33;
text-decoration:underline;
text-align:right;
padding:10px 10px 0 0;

}
#home-box a:hover {
color: #0099FF;
text-decoration: underline;
}
