/* Hero Wrapper
------------------------------------------------- */
.hero-wrapper {
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.zoom-active .hero-wrapper {
    position: static;
}

/* Description
------------------------------------------------- */
#hero-description {
    float: right;
    position: relative; /* position over gallery */
    width: 550px;
    margin-top: 40px;
    margin-right: 30px;
    margin-bottom: 20px;
    padding-bottom: 165px;
}
#hero-description h2 {
    margin: 0 0 10px 0;
}
#hero-description p.intro {
    font-size: 18px;
    line-height: 24px;
    color: #999999;
}
#hero-description p.price {
    font-size: 17px;
    line-height: 24px;
}
#hero-description h4.features {
	margin-top: 30px;
	margin-bottom: 5px;
	font-weight: bold;
}
#hero-description .button {
    margin-top: 0px;
}
#hero-description .link {
    margin-top: 10px;
    font-size: 15px;
}
#hero-description .link + .link {
    margin-top: 6px;
}
#hero-description .links {
    position: absolute;
    bottom: 5px;
    left: 0;
}
#hero-description .links li {
    display: inline-block;
    margin-right: 20px;
    font-size: 13px;
    *display: block;
    *float: left;
}

/* Gallery
------------------------------------------------- */
.gallery-overlay .overlay-main-image {
    margin-top: 45px;
}
#macbook-air-gallery .gallery-preview {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
}
#macbook-air-gallery .gallery-spinner {
    background-position: 200px center;
}
#macbook-air-gallery .gallery-preview .thumbnails {
    position: relative;
    margin: 10px 0;
    text-align: left;
    padding-left: 145px;
}
#macbook-air-gallery .gallery-preview .thumbnails .thumbnail-container .thumbnails {
    margin: 0;
    padding-left: 0;
}
#macbook-air-gallery .gallery-preview .thumbnails .thumbnail-container {
    display: inline-block;
    margin-top: -5px;
    
    zoom: 1;
    *display: inline;
}
#macbook-air-gallery .gallery-preview .thumbnails .view-more-link {
    display: inline-block;
    vertical-align: top;
    position: relative;
    line-height: 12px;
    padding: 3px 0 0 5px;
    text-align: left;
    font-size: 11px;
    
    zoom: 1;
    *display: inline;
}
#macbook-air-gallery .gallery-preview .thumbnails .view-more-link:hover .arrow {
    text-decoration: none;
}
#macbook-air-gallery .gallery-preview .main-image {
    position: relative;
}
#macbook-air-gallery .gallery-preview .main-image .magnify-image {
    display: none;
    position: absolute;
    width: 167px;
    height: 57px;
    padding-top: 110px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    top: 50%;
    left: 38%;
    margin-left: -84px;
    margin-top: -84px;
}
#macbook-air-gallery .gallery-preview .main-image .magnify-image:hover {
    text-decoration: none;
}
#macbook-air-gallery .gallery-preview .main-image:hover .magnify-image {
    display: block;
}
#macbook-air-gallery .gallery-preview .main-image:hover {
    cursor: pointer;
}


#hero-gallery {
    font-size: 13px;
}


/* Social icons */
#hero-gallery .share {position: absolute; bottom: 15px; right: 30px;}

#hero-gallery .share li {
    float: left;
    margin-left: 15px;
    font-size: 12px;
}
#hero-gallery .share li img {
    float: left;
    margin-right: 5px;
    margin-top: -7px;
}



/* Violators */
.violator { position:absolute; right:-1px; top:-1px; }

















#hero-gallery #gallery { 
    position:relative;
    float:left;
    z-index:10;
    left:0;
    width: 775px; 
    height: 458px;
}




#hero-description p.hero {
    font-size: 16px;
    color: #777;
    line-height: 24px;
    width: 478px;
}
#hero-description p.hero span { white-space:nowrap; }

#hero-description .features,
#hero-description .order {
    line-height: 1.6em;
    margin-bottom: 15px;
    font-size: 14px;
}
#hero-description ul.features { padding-top:2px; margin-bottom:25px; }
#hero-description ul.features li.specs { padding-right:0; } 

#hero-description .order.sustaining { width: 190px; }

#hero-gallery #gallery .media { width: 775px; height: 458px; top: 0; left: 0; margin-left: 1px\9; z-index:100; margin-bottom:-26px; position:relative; }
#gallery .indicator { margin:0; padding: 0 0 0 254px; background: none; width: 105px; height: 19px; z-index:200; position:relative; }
#gallery .indicator span {
    display: block;
    float: left;
    height: 11px;
    width: 11px;
    text-indent: -9999px;
    background:url('../img/gallery-thumbnail-selector.png') -3px -2px no-repeat;
    margin: 4px 3px;
    cursor: pointer;
}
#gallery .indicator span:hover { background-position: -3px -17px;}
#gallery .indicator span:active,
#gallery .indicator span.selected { background-position: -2px -32px;}

#gallery .slide { 
    position: absolute; 
    top: 0; 
    left: 0;
    width: 775px;
    height: 445px;
    background-color: #FFF\9;
}

#gallery .slide.faded_in { 
    opacity: 1; 
    filter: alpha(opacity=100);
}
#gallery .slide.fading_in,
#gallery .slide.faded_out { 
    opacity: 0; 
    filter: alpha(opacity=0);
}

a.readmore { color: #000; text-decoration: none; }

/* IE 7 HACKS
------------------------------------------------- */
*+html #hero-description {padding-top: 30px;}
*+html #hero-description .links {bottom: 5px; left: 0;}

*+html .thumb-container .thumbnails {padding-left: 0; padding-bottom: 10px;}

