/* ======================================================================================= */


.anythingSlider                         { width: 758px; height: 188px; position: relative; margin: 0 auto 15px; z-index: 2;}
.anythingSlider .wrapper                { width: 758px; overflow: auto; height: 188px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 188px; width: 758px; margin: 0; }
.anythingSlider .arrow                  { display: none; /*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: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -100px; }
.anythingSlider .back:hover             { background-position: -67px -100px; }

#thumbNav                               { z-index: 9; position: relative; top: 173px; right: 0; text-align: center; height: 15px; padding-left:5px;}
#thumbNav a                             { float: left; font-size: 10px; padding: 1px 0 0 0px; display: block; width: 18px; height: 13px; margin: 0 2px 0 0; background: #ff5703; text-align: center; color: #fff; text-decoration: none;}
#thumbNav a:hover                       { }
#thumbNav a.cur                         { background: #ffa03c; color: #000; }

#start-stop                             { background: green; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 0; display: none;}
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: url('none'); }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0px none; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/* Share This */
#stframe {height: 270px;}

/* Overrides -- please don't remove */

.cms-page-view .std h2, .cms-page-view .std h3 {
	margin: 20px 0 20px 0;
}
.cms-page-view .std p {
	color: #777;
	line-height:1.4em;
	margin-bottom: 1em;
	font-size: 14px;
}

.cms-page-view .std dl {
	color: #777;
	line-height:1.4em;
	font-size: 14px;
}
.cms-page-view .std dt {
	font-weight: bold;
}
.cms-page-view .std dd {
	margin-bottom: 20px;
}

.cms-how-to-contact-us .std h2, .cms-how-to-contact-us .std h3 {
	margin: 0;
}

fieldset.product-options select {
	border: 1px solid black;
}
