/*
    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					{ height: 300px; position: relative; }
.anythingSlider .wrapper			{ width: 960px; overflow: auto; height: 300px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul		{ width: 9999px; list-style: none; position: absolute; top: 0; left: 0; }
.anythingSlider ul li				{ float: left; padding: 0; width: 960px; margin: 0; }
.anythingSlider .arrow 			{ display: none; }

#thumbNav			{ position: relative; float: right; margin: 210px 10px 0 0; background: url('../images/thumbnav_bg.png') no-repeat; width: 108px;  }
#thumbNav a			{ outline: none; display: inline-block; width: 36px; height: 50px; text-indent: -9999px; }
#thumbNav a.cur, #thumbNav a:hover { background: url('../images/thumbnav_cur.png') no-repeat 50% 50%; }

#start-stop			{ display: none; }


/* Custom Style */

#slide-box { background: url('../images/slide_bg.gif') repeat-x; }

.anythingSlider a.slide-more { position: absolute; left: 0; top: 0;  float: left; display: inline; margin: 220px 0 0 334px; padding: 0.5em 3em; font-size: 1.2em; line-height: 1; border: 1px solid #2E3192; }

	.anythingSlider a.slide-more:hover { border: 1px solid #C1272D; }
	
.anythingSlider li div { text-align: left; height: 300px; }
	
.anythingSlider li h1 { margin: 0; padding: 0; height: 110px; text-indent: -9999px; }
	
.anythingSlider li h3 { text-transform: none; color: #065150; font-weight: normal; font-size: 1.8em; line-height: 1.4; text-shadow: 0px 1px 0px #bbdd77; }

.anythingSlider .slide-a { background: url('../images/slide_a.png') no-repeat 0% 0%; }

	.anythingSlider .slide-a h1 { background: url('../images/approach.png') no-repeat 0% 0%; }

.anythingSlider .slide-b { background: url('../images/slide_b.png') no-repeat 0% 0%; }

	.anythingSlider .slide-b h1 { background: url('../images/branding.png') no-repeat 0% 0%; }

.anythingSlider .slide-c { background: url('../images/slide_c.png') no-repeat 0% 0%; }

	.anythingSlider .slide-c h1 { background: url('../images/communicate.png') no-repeat 0% 0%; }
	
	
	