/* CSS crunched with Crunch - http://crunchapp.net/ */

@charset "utf-8";

.neutrino {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden
}

.neutrino nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 9999
}

.neutrino nav ul {
  margin: 0 auto;
  padding: 0 5px;
  list-style-type: none;
  height: 30px;
  line-height: 30px
}

.neutrino nav ul li {
  cursor: pointer;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url('../img/navBtnsSprite.png') no-repeat center top
}

.neutrino nav ul li.active { background-position: center bottom }

.neutrino nav ul li+li { margin-left: 5px }

.neutrino .slide {
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  display: none
}

.neutrino .slide:first-child { display: block }

.neutrino .slide.floating {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  float: left
}

.neutrino .slide img { max-width: 100% }

.neutrino .slideContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  display: none
}

.neutrino .slideContainer:first-child { display: block }

.neutrino .arrow {
  height: 45px;
  width: 45px;
  cursor: pointer;
  position: absolute;
  top: 127.5px;
  z-index: 9999
}

.neutrino .arrow.left {
  left: 10px;
  background: url('../img/leftArrow.png')
}

.neutrino .arrow.right {
  right: 10px;
  background: url('../img/rightArrow.png')
}

* {
  margin: 0;
  padding: 0;
  box-sizing: content-box
}

html { height: 100% }

body { height: 100% }

.wrapper {
  width: 940px;
  padding: 25px 10px;
  margin: 0 auto;
  min-height: 100%;
  background: #fff
}
@media screen and (max-width:940px) {

.wrapper { width: 100% }
}

h1 { margin-top: 60px }

header h1 { margin-top: 30px }

ul { margin-left: 20px }
