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


.home .main-content .slide            { width: 960px; height: 470px; position: relative; margin: 0 auto; /*background-color: #FFF; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow:2px 3px 20px rgba(0, 0, 0, 0.5); -webkit-box-shadow:2px 3px 20px rgba(0, 0, 0, 0.5); box-shadow:2px 3px 20px rgba(0, 0, 0, 0.5);*/ }
.apparel .inner-container .slide 	  { position: relative;}	
/*.home .slide .wrapper               { width: 775px; overflow: auto; height: 450px; margin: 10px 87px; position: absolute; top: 0; left: 0; }*/
.inner-container .slide .wrapper      { width: 385px; overflow: auto; height: 230px; position: absolute; top: 0; left: 0; }
/*.slide .wrapper ul             	  { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }*/
.inner-container .slide .wrapper ul   { background: inherit; }
/*.home .wrapper ul li                { position: relative; display: block; float: left; padding: 0; height: 450px; width: 775px; margin: 0; }*/
.inner-container .wrapper ul li 	  { display: block; float: left; padding: 0; width: 385px; margin: 0; }
.home .main-content  ul li  #jwplayer-2-div { position: absolute; top: 10px; right: 10px; z-index: 20;}

.home .main-content ul li  .close {
	background-image: url("/wp-content/themes/chemistry/css/images/fancybox/fancybox.png");
background-position: -40px 0;
cursor: pointer;
height: 30px;
position: absolute;
right: 5px;
top: 5px;
width: 30px;
z-index: 1103;
}


.thumbNav                    { text-align:center; z-index: 10; margin-top: 10px;}
.board-slide .thumbNav 		 { float: right; margin-right: 10px;}
.thumbNav a                  { background: url(images/slider-nav2.png) no-repeat scroll -37px 3px transparent; height: 18px; width:16px; display: inline-block; text-align: center; text-indent: -9999px;}
.thumbNav a:hover            { background-position: -37px -15px;}
.thumbNav a.activeSlide      { background-position: -37px -15px; }
.apparel .inner-container .slide .arrow { top: 175px; }
.slide .arrow                { z-index: 50; display: block; height: 17px; width: 18px; background: url(images/slider-nav.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 215px; cursor: pointer; }
.slide .forward              { background-position: -18px 0; right: 15px; }
.slide .back                 { background-position: 0 0; left: 15px; }
.slide .arrow.over.forward   { background-position: -18px bottom; }
.slide .arrow.over.back      { background-position: 0px bottom; }
.thumbNav li				 { list-style: none; display: inline; }

.start-stop                  { display: none;background: green; 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; }

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