
/* Showcase */
#showcase {
	float: left;
	width: 698px;
	margin-left: 20px;
	margin-right: 10px;
}

#share {
	height: 35px;
	background-color: #99CCE1;
}

#share #like {
	float: left;
	padding-top: 5px;
	padding-left: 5px;
}

#share #clue {
	float: right;
	padding-top: 3px;
	padding-right: 8px;
}

#strip {
	clear: both;
	float: left;
	height: 45px;
	margin-left: 10px;
}

#strip .icon {
	float: left;
	height: 25px;
	width: 25px;
	background-color: gray;
	margin-right: 30px;
}

#product_social {
    width: 678px;
    padding: 5px 10px;
    margin: 0;
    background: #167C95;
}

#product_social .share_text {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 0 8px 0 0;
    text-transform: uppercase;
}

#product_social .google_plus {
    top: 3px;
    position: relative;
}

#product_social .google_plus_text {
    color: #000;
    height: 16px;
    display: inline-block;
    font-size: 11px;
    line-height: 16px;
    padding: 0 4px 0 1px;
    font-family: Verdana, arial, sans-serif;
}

#carousel {
    padding-top: 25px;
	background-color: #333;
	margin-bottom: 10px;
}

#carousel #big_image {
	text-align: center;
/*  margin-top: 75px; */
	clear:both;
	height: 390px;
/*	padding-bottom: 10px; */
}

#carousel #youtube_player {
	text-align: center;
	height: 390px;
/*	padding-bottom: 10px; */
}

#carousel #controls {
	width: 698px;
	height: 112px;
	/*
	background-color: white;
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	*/
}

#carousel #options {
	clear: both;
}

#carousel #options #switcher {
	float: left;
	margin-left: 20px;
	height: 20px;
	padding-right: 10px;
	font-size: 16px;
	color: gray;
}


#carousel #options #switcher #video {
	float: left;
}

#carousel #options #switcher #video_count {
	float: left;
}

#carousel #options #switcher #photos {
	float: left;
	margin-right: 10px;
}

#carousel #options #switcher .icon {
	float: left;
	height: 22px;
	width: 35px;
	margin-right: 5px;
}

#carousel #options #switcher #photos.on .icon {
	background: url("photo_icon_on.png");
}

#carousel #options #switcher #photos.off .icon {
	background: url("photo_icon_off.png");
}

#carousel #options #switcher #video.on .icon {
	background: url("video_icon_on.png");
}

#carousel #options #switcher #video.off .icon {
	background: url("video_icon_off.png");
}

#carousel #options #switcher #photo_count {
	float: left;
}

#carousel #controls {
	background-color: #333;
	clear: both;
}

#carousel #controls #thumbs {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	height: 96px;
}

#carousel #controls #thumbs div {
	float: left;
	margin-left: 2px;
	margin-right: 2px;
}

#carousel #controls #thumbs .image {
	margin-top: 19px;
}

#carousel #controls #thumbs img {
	width: 120px;
}

#carousel #controls #thumbs a:hover img {
	position: relative;
	top: -10px;
}

#carousel #controls .image {
}

#carousel #controls .vid {
}

/* IMPROVE THE BUTTONS */

#carousel #controls #back {
	float: left;
	width: 25px;
	height: 50px;
	margin-top: 32px;
	margin-left: 8px;
	margin-right: 0px;
	background: url("https://www.numark.com/images/site/left_arrow.gif");
}

#carousel #controls #back:hover {
	background: url("https://www.numark.com/images/site/left_arrow_hover.gif");
}

#carousel #controls #back.off {
	background: none;
}

#carousel #controls #next {
	float: right;
	width: 25px;
	height: 50px;
	margin-top: 32px;
	margin-left: 0px;
	margin-right: 8px;
	background: url("https://www.numark.com/images/site/right_arrow.gif");
}

#carousel #controls #next:hover {
	background: url("https://www.numark.com/images/site/right_arrow_hover.gif");
}

#carousel #controls #next.off {
	background: none;
}

.thumbnail {
	width: 120px;
	height: 90px;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	background-repeat:no-repeat;
	background-position:top left;
}

.video {
	width: 120px;
	padding: 0px;
	margin-top: 12px;
}
		
.video a:hover .thumbnail {
	position: relative;
	top: -10px;
	
}
.duration {
	float:right;
	color: #ffffff;
	background-color: #000000;
	font-size: 14px;
	padding: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	margin-top: 60px;
	margin-right: 6px;
}