/*
    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: 290px; position: relative; margin: 34px auto 15px; }
.anythingSlider .wrapper                { width: 880px; overflow: auto; height: 301px; margin: 0 40px; position: absolute; top: 0; left: 0;  border-bottom: 1px solid #CCCCCC;}
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #fff; border-top: 1px solid #CCCCCC; margin: 0;  margin: 0; padding:30px }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 270px; width: 880px; margin: 0;   }
.anythingSlider .arrow                  { display: block; 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: -28px; }
.anythingSlider .back                   { background-position: -75px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -75px -200px; }

#thumbNav                               { position: relative; top: -44px; text-align: center; }
#thumbNav a                             { color: black; display: inline-block; padding: 15px 10px 0px 10px; height: 30px;  width: 200px; margin: 0; text-align: center;font-weight:bold;  }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background:url(../images/white-tab.png) }

#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: 300px; -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; }



#business-slide-image {
height: 240px;
width: 350px;
background:#EEEEEE;
border: solid #999999 1px;
float:left;
background:url(../images/business.jpg);
}

#tax-slide-image{
height: 240px;
width: 350px;
background:#EEEEEE;
border: solid #999999 1px;
float:left;
background:url(../images/tax.jpg);
}

#accounting-slide-image{
height: 240px;
width: 350px;
background:#EEEEEE;
border: solid #999999 1px;
float:left;
background:url(../images/accounting.jpg);
}

#payroll-slide-image{
height: 240px;
width: 350px;
background:#EEEEEE;
border: solid #999999 1px;
float:left;
background:url(../images/payroll.jpg);
}

#business-slide-text {
margin-left:50px;
height: 256px;
width: 380px;
float:left;
}

.business-slide-column {

height: 120px;
width: 180px;
float:left;
margin-top:10px;

}



#business-slide-text ul {
padding:0px;
margin: 0px;
}

#business-slide-text li {
padding-left: 20px;
background-image:url(../images/check.png);
background-repeat: no-repeat;
background-position: 0px 0 0 2px;
font-size:12px;
margin:5px 0px 5px 0px;
}




.learn-more{
position:relative;
width:100px;
float:left;

}

.learn-more a {
	display: block;
	color:#FFFFFF;
	position: absolute;
	outline: none;
	vertical-align:middle;
	text-align:center;
	padding-top:5px
}

.learn-more a:hover {
	background-position: left bottom;
}


.learn-more .button {
	width: 90px;
	height: 23px;
	background:url(../images/learn-more-button.gif);
	display:block;
	border: solid 1px #000000;
}





#tax-slide-text {
margin-left:50px;
height: 256px;
width: 380px;
float:left;
}





#accounting-slide-text {
margin-left:50px;
height: 256px;
width: 380px;
float:left;
}



#payroll-slide-text {
margin-left:50px;
height: 256px;
width: 380px;
float:left;
}

