/*
    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/
*/

@font-face {
font-family: "Graublau Sans";
src: url("/wp-content/themes/sandbox/fonts/GraublauWeb.otf");
}

.anythingSlider { 
background: url(/wp-content/themes/sandbox/images/hl_bg.png) 0 0 no-repeat;
width: 960px; 
height: 325px; 
position: relative; 
margin: 0 auto 15px; 
}

.anythingSlider .slider_wrapper { 
width: 940px; 
overflow: auto; 
height: 325px;
margin: 0; 
position: relative; 
top: 0;
left: 0; 
}

	.anythingSlider .slider_wrapper a {
	color: #7A062E;
	text-decoration: none;
	}
	
		.anythingSlider .slider_wrapper a:hover {
		text-decoration: underline;
		}

.anythingSlider .slider_wrapper ul { 
width: 99999px; 
list-style: none; 
position: absolute; 
top: 10px; 
left: 0; 
margin: 0; 
}

.anythingSlider ul li { 
display: block; 
float: left; 
padding: 0; 
height: 317px; 
width: 940px; 
margin: 0; 
text-align: left;
overflow: hidden;
}

	.anythingSlider ul li img {
	float: left;
	margin: 8px 20px 7px 22px;
	}
	
	.anythingSlider ul li h2 {
	margin: 1.6em 0 0 0;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Calibri, "Lucida Sans Regular", Helvetica, sans-serif;
	font-size: 1.6em;
	color: #7A062E;
	}

	.anythingSlider ul li h2 a {
	color: #7A062E;
	text-decoration:none;
	}

	.anythingSlider ul li h2 a:hover {
	text-decoration:underline;
	}
	
	.anythingSlider ul li p {
	margin: 0 20px 0 0;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Calibri, "Lucida Sans Regular", Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5;
	}

.anythingSlider .arrow { 
display: block; 
height: 200px; 
width: 67px; 
background: url(http://chamber.dazil.com/wp-content/themes/sandbox/images/images/arrows.png) no-repeat 0 0; 
text-indent: -9999px; 
position: absolute; 
top: 65px; 
cursor: pointer; 
}

.anythingSlider .forward { 
background-position: 0 0; 
right: -20px; 
}

.anythingSlider .back { 
background-position: -67px 0; 
left: -20px; 
}

.anythingSlider .forward:hover { 
background-position: 0 -200px; 
}

.anythingSlider .back:hover { 
background-position: -67px -200px; 
}

#thumbNav { 
position: relative; 
top: -50px;
left: 350px;
background: url(http://chamber.dazil.com/wp-content/themes/sandbox/images/slider_arrow.gif) 375px 0 no-repeat;
text-align: center; 
}

#thumbNav a { 
color: black; 
display: inline-block; 
height: 20px;
padding: 0 8px; 
margin: 0; 
font-size: 90%;
font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Calibri, "Lucida Sans Regular", Helvetica, sans-serif;
color: #7A062E;
text-decoration: none;
line-height: 20px;
}

#thumbNav a:hover { 
background-image: none; 
}

#thumbNav a.cur { 
background: #7A062E; 
color: #fff;
}

#start-stop { 
display: none;
}

#start-stop.playing { 
display: none; 
}

#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; }