/*
    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 {
	position: relative;
	width: 560px;
	height: 240px;
	border: 1px solid #666;
	margin-bottom: 15px;
	}
.anythingSlider .wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 560px;
	height: 240px;
	margin: 0;
	padding: 0;
	overflow: auto;
	}
.anythingSlider .wrapper ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 99999px;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	}
.anythingSlider ul li {
	display: block;
	width: 560px;
	height: 240px;
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
	float: left;
	}
.anythingSlider .arrow {
	position: absolute;
	display: block;
	top: 65px;
	width: 0px;
	height: 200px;
	background: url(../images/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	cursor: pointer;
	}
.anythingSlider .forward {
	background-position: 0 0;
	right: -100px;
	}
.anythingSlider .back { background-position: 0 0; left: 100px; }
.anythingSlider .forward:hover { background-position: 0 0; }
.anythingSlider .back:hover { background-position: 0 0; }

#thumbNav { position: relative; top: 242px; right: 44px; text-align: right; }
#thumbNav a {
	font: 5pt courier, monospace;
	display: inline block;
	width: 8px;
	height: 8px;
	margin: 0;
	margin-left: 1px;
	padding: 0;
	color: #BBBBEE;
	background-color: #BBBBEE;
	border: 1px solid #6666EE;
	}
#thumbNav a:hover { background-color: #6666EE; }
#thumbNav a.cur { background-color: #6666EE; }

#start-stop { 
	position: absolute;
	right: 0px;
	top: 242px;
	width: 40px;
	height: 8px;
	display: inline block;
	font: 5pt courier, monospace;
	color: white;
	padding: 0; 
	text-align: center;
	background-color: #BBBBEE;
	border: 1px solid #6666EE;
	}
#start-stop.playing { background-color: #6666EE; }
#start-stop:hover { background-color: #6666EE; }

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

/*
  Elements
*/
li.hourglass { background-image: url('../images/featured/slider_hourglass.jpg'); }
li.cbant { background-image: url('../images/featured/slider_cbanwt.jpg'); }
li.committees { background-image: url('../images/featured/slider_committeesignup.jpg'); }
li.lawyerreferral { background-image: url('../images/featured/slider_lawyerreferral.jpg'); }
li.ssprospects { background-image: url('../images/featured/slider_prospects.jpg'); }

div.hourglasscontent { padding: 100px 20px 20px 150px; }
div.cbantcontent { padding: 100px 35px 20px 35px; }
div.committeescontent { padding: 10px 20px 20px 320px; }
div.lawyerreferralcontent { padding: 20px 290px 120px 20px; }
div.prospectscontent { padding: 25px 300px 20px 20px; }
