body {
    background: #f5f5f5;
    font-size: 62.5%; }

.headerPull {
    margin-left:0px; }

.headerBack {
	width:100%;
	background: #fff;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid #ccc;
    height: 80px;}
 

header nav {
    font-family: "vinyl-1","vinyl-2","Helvetica","Arial",sans-serif;
    margin: 0 auto; }

header nav ul {
    padding: 0;
    margin: 0; }

header nav ul .branding {
    border-right: none;
    float: left; }

header nav ul .first {
    border-left: 1px solid #ccc; }

header nav ul .nav-link {
    float: right;
    width: 80px;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 18px; }

header nav ul .nav-link a {
    position: relative;
    text-transform: uppercase;
    color: #323232;
    display: block;
    height: 80px;
    font-size: 1.4em;
    text-decoration: none; }

.headerBack header nav ul .nav-link a:hover {
    color: #fff;
    background: #323232; }

.headerBack header nav ul .nav-link a:visited {
    color: #323232; }
    header nav ul .nav-link a:visited:hover {
    color: #fff; }

.headerBack header nav ul .nav-link a .link-text {
    display: inline-block;
    height: 40px;
    vertical-align: -50px;
    bottom: 10; }

.headerBack header nav ul .nav-link a.selected {
    color: #fff;
    background: #323232; }

#main .flexslider {
  margin-top: 20px;
  height: 462px;
  overflow: hidden; }

#main .flexslider .vidCover {
    position: relative;
    z-index: 1000;
    display: block;
    width: 820px;
    height: 462px;
    cursor: pointer;}
	
#main .flexslider .vidContainer {
	
}
	
#main .description #category, #main .description #piece-title {
    font-family: "vinyl-1","vinyl-2","Helvetica","Arial",sans-serif;
    font-size: 1.3em;
    color: #323232;
    float: left; }

#main .description {
	width:440px;
	margin-top: 10px;
    float: left;
    text-transform: uppercase; 
    display: none; }

#main .description.active-piece {
    display: block; }

#main #dig-scrubber {
    display: none;
    margin-top: 20px; }

#main #dig-scrubber .navBtn {
    float: left;
    background: url(../img/dot.png) top left no-repeat;
    width: 8px;
    height: 8px;
    margin-right: 38px; }

#main #dig-scrubber .navBtn.active {
    background: url(../img/dot.png) top right no-repeat; }

#main #dig-scrubber .navBtn.last {
    margin-right: 0; }
