﻿.sm-icon 
{
    position: relative;
    display:inline-block;
    width:10px;
    height:10px;
    background-image:url('https://gallery.hcgmedia.com/images/small-icon-sprite.png');
    background-repeat:no-repeat;
}
.sm-icon.white-icon.down-icon {background-position:0 -40px;}
.sm-icon.white-icon.up-icon {background-position:0 -60px;}
.sm-icon.down-icon,
.sm-icon.up-icon
{
    width:12px;
}

.grid-caption{
    background: #000;
    box-shadow: 0px 2px 12px rgba(0,0,0,.5);
    opacity: .90;
    font: 300 .75em 'Open Sans',Arial,Helvetica,sans-serif;
    text-align: center;
    color: #fff;
    position: absolute;
    padding: 8px;
    border-radius: 2px;
}

#prev a, #next a {
    text-align: center;
    font-size: 20px;
    position: absolute;
    border-radius: 2px;
}
#prev a:hover, #next a:hover {
    opacity: .95;
}
#prev a.disabled, #next a.disabled {
    display: none !important;
}
#prev a {
    top: 3px;
    /*background-color: #666;*/
    z-index:100;
    opacity: 1;
    background: rgb(181,189,200); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
}
#next a {
    bottom: 3px;
    /*background-color: #666;*/
    z-index:100;
    opacity: 1;
    background: rgb(181,189,200); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
}

#wrapper img {
    display: block;
    float: left;
}
#thumbs {
    float: left;
    overflow: hidden;
}
#thumbs img {
    margin: 0 5px 5px 0;
    cursor: pointer;
}


/* AD UNIT CONTAINER */

#divAdUnit > table 
{
    border-collapse: collapse;
    border-spacing: 0;
}

.container-original 
{
    width: 830px;
    height: 400px;
}

.container-leaderboard 
{
    width: 728px;
    height: 300px;
}

.container-leaderboard2
{
    width: 728px;
    height: 180px;
}

.container-lrec
{
    width: 560px;
    height: 300px;
}

.container-skyscraper
{
    width: 320px;
    height: 600px;
}

/* END AD UNIT CONTAINER */



/* SCENES SECTION */


/* Generic */

.scene-section 
{
    vertical-align: top;
    text-align: left;
}

.scene-visible{
	position:relative;
	z-index:99;
	visibility: visible;
  	opacity: 1;
  	transition: opacity .3s linear;
}

.scene-hidden {
	opacity: 0;
  	transition: opacity .1s linear;
  	visibility: hidden;
}

#sceneClose {
	position: absolute;
	top: -20px;
	right: -15px;
	display: inline-block;
	background: transparent url('/images/icn-modal-close.png') no-repeat right center;
	border: 0;
	outline: 0;
	opacity: 0.6;
	height: 40px;
	width: 40px;
	cursor: pointer;
}

.carousel 
{
    position: absolute;
    visibility: visible;
    z-index: 98;
}

/* End Generic */


/* Original */

.scene-visible-original
{
	position:relative;
	left:32px;
	top:56px;
	width:450px;
	height:300px;
}

.scene-section-original
{
    width: 450px;
    height: 370px;
}

.carousel-original
{
    width: 450px;
    height: 370px;
    padding-left:32px;
}

/* End Original */


/* 728x90 */

.scene-visible-leaderboard
{
	position:relative;
	left:32px;
	top:35px;
	width:365px;
	height:244px;
}

.scene-section-leaderboard
{
    width: 428px;
    height: 300px;
}

.carousel-leaderboard
{
    width: 365px;
    height: 300px;
    padding-left:32px;
}

/* End 728x90 */


/* 728x180 */

.scene-visible-leaderboard2
{
	position:relative;
	left:0px;
	top:10px; /*47*/
	width:219px;
	height:147px;
}

.scene-section-leaderboard2
{
    width: 228px;
    height: 180px;
}

.carousel-leaderboard2
{
    width: 219px;
    height: 180px;
    padding-left:0px;
}

/* End 728x180 */


/* 300x250 */

.scene-visible-lrec
{
	position:relative;
	left:0px;
    top:35px;
    width:260px;
    height:175px;
}

.scene-section-lrec
{
    width: 260px;
    height: 175px;
}

.carousel-lrec
{
    width: 260px;
    height: 214px;
    padding-left:0px;
}

/* End 300x250 */


/* 120x600 160x600 */

.scene-visible-skyscraper
{
	position:relative;
	left:0px;
	top:55px;
	width:320px;
	height:214px;
}

.scene-section-skyscraper
{
    width: 320px;
    height: 263px;
}

.carousel-skyscraper
{
    width: 320px;
    height: 263px;
    padding-left:0px;
}

/* End 120x600 160x600 */


/* END SCENES SECTION */



/* PRODUCT INFO SECTION */

.product-info-section 
{
    width: 300px;
}

.product-info-section-vertical
{
    width: 300px;
    padding-top: 30px;
    padding-left:11px;
}

.product-info
{
    position:relative;
    width:300px;
    height:300px;
}


/* END PRODUCT INFO SECTION */
