/* ----------------------------------------------------------------------------
PRODUCT 
---------------------------------------------------------------------------- */

#products {
	display: block;
	background: #000 url(../img/bg-metal-black.jpg) 0 0; 
	color: #e6e5e3;
	width: 100%;
/*  height: 380px;*/
	overflow: auto;
}

#track {
	width: 920px;
	height: 465px;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	
}

#slider {
	position: absolute;
}

.product {
/*	background: #000 url(../img/bg-metal-black.jpg) 0 0; */
/*	color: #e6e5e3;*/
	width: 920px;
	float: left;
	display: block;
}

.product_track {
	width: 920px;
	height: 427px;
	overflow: hidden;
	position: relative;
}

.product_slider {
	/* uses inline style on template for width, based on sections */
	display: block;
	position: absolute;
	height: 427px;
}

.product_slider .line {
	float: left;
	width: 920px;
	height: 427px;
}


/* nav styles moved to master */

.view_list {
	margin: 27px auto 10px;
	width: 930px;
}

.view_list ul {
	float: right;
	list-style: none;
}

.view_list li {
	float: left;
	margin-left:15px;
	padding:0 0 4px 0;
}

.view_list .flip {background: url('../img/icons/flip.png') no-repeat 0 0; padding-left:26px;}
.view_list .grid {background: url('../img/icons/grid.png') no-repeat 0 0; padding-left:16px;}

/* OVERVIEW */

.overview .unit {
	margin-right:20px;
}

.overview .image {
/*	min-width: 318px;*/
	max-width: 568px !important;
	overflow: hidden;
}

.overview p {
	font-size:12px;
	line-height:16px;
	margin:10px 0;
}

.overview ul {
	margin-bottom: 5px;
}

.overview li {
	line-height:19px;
}

.overview a img {
	border:1px solid #000;
}

.overview a span { 
	background: transparent url(../img/icons/magnify.png) no-repeat 0 0;
	top: 395px;
	cursor: pointer;
	display: block;
	height: 25px;
	position:absolute;
	left: 10px;
	width: 25px;
}

.overview a:hover span {
	background-position: 0 -25px;
}

.overview a:active img,
.overview a:hover img {
	border:1px solid #7ec1e8;
}

.overview h6 {
	font-weight: normal;
	margin-bottom:5px;
	color:#777;
}

.overview .style-swf {
	width: 60px;
	height: 55px;
}

.style-swf + h6 {
	margin-top: 4px;
	color: #fff;
}

.tech_details {
	margin-bottom:10px;
}

.style_list li {
	float:left;
	margin:0 2px 5px 0;
	width:96px;
}

/* MATERIALS */
h6.light {
	font-weight: normal;
	margin-bottom:2px;
	color:#777;
}

.materials .items {
	margin-top: 40px;
}

.material_list li {
	float:left;
	margin:0 5px 5px 0;
	width:86px;
	height:98px; /* shows only 3 lines of text */
	overflow: hidden;
/*	background: rgb(34,34,34);*/
}

div.localnav {
	margin-top: 10px;
}

a.custom {
	float: left;
}

.paging.material {
	float: right;
	width: 200px;
	margin:0;
}

.paging li span {
	margin-right: 5px;
}

.paging ul {

}

.detail_list li h6,
.material_list li h6 {
	line-height: 1.2em;
}

.material_list img {
	margin:0 0 3px 0;
}

/* STYLES */

.details .caption {
	margin-top: 10px;
}

.details .line {
	text-align: center;
}

.details .detail_list {
	list-style: none;
	/*margin-top:20px;*/
}

.details .detail_list li {
	float:left;
	margin:0 2px 5px 0;
	width: 207px;
	position: relative;
}

.details .detail_list a img {
	margin:5px 0;
	border:1px solid #000;
}

.details .detail_list a:active img,
.details .detail_list a:hover img {
	border:1px solid #09c;
}

.details .detail_list a span {
	background: transparent url(../img/icons/magnify.png) no-repeat 0 0;
	top: 125px;
	cursor: pointer;
	display: block;
	height: 25px;
	position:absolute;
	left: 10px;
	width: 25px;
}

.detail_list a.zoom-video span {
	background-image: url(../img/icons/play.png);
}

.details .detail_list a:hover span {
	background-position: 0 -25px;
}


/* SCROLLABLE THUMBS */

#thumbs {
	margin:0 auto;
	width:930px;
}


/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../img/arrows-thumbs.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 800px;
	height:100px;
	float: left;
	/* custom decorations */
	/*background:url(/img/global/gradient/h300.png) repeat-x;*/
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	overflow: auto;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:10px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	
/*	-moz-border-radius:4px;
	-webkit-border-radius:4px;*/
}

.scrollable img:hover {
	background-color: #7ec1e8;
}

/* active item */
.scrollable .active {
	background-color: #7ec1e8;
	/*z-index:9999;*/
	position:relative;
}

/* FLOW PLAYER */
#fancy_content {
  
}