/*
    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: 870px; height: 470px; position: relative; margin: 50px 0 0 0; }
.anythingSlider .wrapper                { width: 660px; height: 470px; margin: 0 105px; 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; width: 660px; margin: 0; text-align: center; font-size: 0.9em; }
.anythingSlider ul li .cta-motive-thumb { height: 150px; }
.anythingSlider .arrow                  { display: block; height: 128px; width: 66px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 105px; cursor: pointer; }
* html .anythingSlider .arrow           { background: url(../images/arrows.gif) no-repeat 0 0; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -100px 0; left: -10px; }
* html .anythingSlider .back         	{ background: url(../images/spec_as_arrow_right.gif); }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -100px -200px; }

#thumbNav                               { position: relative; top: 450px; text-align: center; }
* html #thumbNav                               { position: relative; top: 480px; text-align: center; }
#thumbNav a                             { display: inline-block; padding: 0 16px; line-height: 50px; margin: 0 5px 0 0; background: url(../images/bg_slider_inactive.png) top center no-repeat; cursor: pointer; color: #666; text-decoration: none; font-weight: bold; }
#thumbNav a:hover                       { background: url(../images/bg_slider_inactive.png) top center no-repeat; }
#thumbNav a.cur                         { background: url(../images/bg_slider_active.png) top center no-repeat; color: #99BF12; }

#start-stop                             { background: green; display: none; 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; }


.anythingSlider-small                         { width: 435px; height: 130px; position: relative; margin: 20px 0 0 0; }
.anythingSlider-small .wrapper                { width: 400px; overflow: hidden; height: 130px; margin: 0 20px; position: absolute; top: 0; left: 0; }
.anythingSlider-small .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider-small ul li                   { display: block; float: left; padding: 0; height: 130px; width: 400px; margin: 0; text-align: center; font-size: 0.9em; }
.anythingSlider-small ul li .cta-motive-thumb { height: 150px; }
.anythingSlider-small .arrow                  { display: block; height: 100px; width: 35px; background: url(../images/arrows_small.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 15px; cursor: pointer; }
* html .anythingSlider-small .arrow           { background: url(../images/arrows_small.gif) no-repeat 0 0; }
.anythingSlider-small .forward                { background-position: 0 0; right: -23px; }
.anythingSlider-small .back                   { background-position: -40px 0; left: -23px; }
* html .anythingSlider-small .back         	{ background: url(../images/spec_as_arrow_small_right.gif); }
.anythingSlider-small .forward:hover          { background-position: 0 -89px; }
.anythingSlider-small .back:hover             { background-position: -40px -89px; }

/*
  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; }

.boxgrid {
	width: 265px;
	height: 250px;
	float:left;
	background: none;
	overflow: hidden;
	position: relative;
}
* html .boxgrid {
	width: 250px;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
