.rotator-item h1, .rotator-item p {
	position: relative;
}

.rotator-item.active {
	display: block;
}


.rotator-item.inactive {
	display: none;
}


.product-info {
	background: #e2e1e1;
	margin: 0;
/* 	padding: 20px; */
}

#product-specifications label {
	width: 95px;
	float: left;
	font-size: 13px;
}

#product-specifications li select {
	float: right;
	width: 185px;
	margin-right: 15px;
}

span.tweet {
	display: none;
}

span.tweet:first-child {
	display: block;
}

#product-specifications #led-modules, #product-specifications #led-systems, #product-specifications #led-drivers {
	padding: 20px;
}

/* Homepage social feeds*/

div.social-updates {
	height: 24px;
	overflow: hidden;
	position: relative;
}

div.social-update {
	position: absolute;
	top: 27px; left: 0;
}

div.social-update.active {
	top: 0;
}

.fb-feed {
	
	height: 24px;
	overflow: hidden;
	font-size: 13px;
}

.fb-feed img {
	display: none;
}

.fb-icon {
	background: url('../img/social/social.png');
	width: 24px;
	height: 24px;
	display: block;
	float: left;
}

.fb-content {
	margin-left: 35px;
	margin-top: 1px;
}


/*Thumbnail Galleries*/

div.thumbnail-gallery {

}

figure.thumbnail-image {
	margin-bottom: 20px;
	text-align:center;
	position: relative;
	min-height: 200px;
}

figure.thumbnail-image img {
	width: 100%;

}

figure.thumbnail-image a {
	display: block;
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
}

figure.thumbnail-image a {
	background: #ddd;
	border: 1px solid #aaa;
}

figure.thumbnail-image a:hover {
	background: #bbb;
	text-decoration: none;
}

figure.thumbnail-image img {
	display: block;
	margin: 0 auto;
	border-bottom: 1px solid #aaa;

}

figure.thumbnail-image figcaption {
	display: block;
	padding: 5px;
	line-height: 1.2;
	font-size: 12px;
}


/*Troubleshooting/Maintenance*/

div.maintenance-links {
	margin-bottom: 200px;
}

div.maintenance-links a.service-type {
	padding: 12px 15px;

}

/*Header*/

header.secondary { 
	position: relative;
}

header.secondary img.header-background {
	position: absolute;
	width: 100%;
	min-width: 960px;
	min-height: 240px;
	top: 0; left: 0;
	z-index: 1;
}

header.secondary div.container_12 {
	position: relative;
	z-index: 2;
}


a.spec-finder {
    background: url('../img/tabs/blue-tab.png') -155px 0 no-repeat;
    display: block;
    padding:7px;
    width: 131px;
    text-transform: capitalize;
    color: #fff;
}

a.spec-finder:hover {
	text-decoration: none;
	background-position: -155px -75px;
}

a.spec-finder span {
		display: block;
		background: url('../img/icons/arrows.png') 111px 2px no-repeat;
		padding-right: 45px;
		width: 131px;
}

form#led-systems {
	background-image: url('/img/led-bracket.png');
	background-repeat: no-repeat;
	background-position: 319px 97px;

}


/* LED CUSTOM COMPONENTS */

/* Sliders
======================================================================== */

.slider-margin {
	margin: 0 0 10px 10px;
}

/* LED CUSTOM COMPONENTS SUMMARY */

/* Custom Components Spread
======================================================================== */

/*.summary_container_title {
    width: 960px;
}

.summary_block_title {
    width: 230px; 
    padding: 10px 0 20px 10px; 
    margin: 0px; 
    border: 0px; 
    float: left; 
    display: block;
}*/

span.title_margin {
	margin-right:50px
}

.summary_container {
	background-color: #ece9e9;
    width: 960px;
}

.summary_block {
    width: 180px;
    min-height: 300px; 
    padding: 15px 10px 0 15px; 
    margin: 0px; 
    border-right-size: 1px;
  	border-right-style: solid;
  	border-right-color: #928f8f; 
  	border-right-width: thin;
  	border-top-size: 1px;
  	border-top-style: solid;
  	border-top-color: #928f8f; 
  	border-top-width: thin;  
    float: left; 
    display: block;
}

.summary_block_right {
    width: 180px; 
    padding: 15px 0 0 10px; 
    margin: 0px; 
    border-right: none;
    border-top-size: 1px;
  	border-top-style: solid;
  	border-top-color: #928f8f; 
  	border-top-width: thin;  
    float: left; 
    display: block;
}

.led-comments {
	background-color: #928f8f;
	color: #fff;
	padding: 10px; 
}

.led-summary-comments {
	border-top: 1px solid #989898; 
	margin-top:5px; 
	padding-top:10px;
}

.fieldset-margin {
	margin-top:10px;
}

.text-area-bg {
	background: #fff;
}

.clear-div {
	clear: both;
}

.admin-comment {
	background-color: #c2bfbf;
	color: #fff;
	padding: 10px; 
	border-bottom: dotted 1px #dddddd;
}

.user-comment {
	background-color: #a29f9f;
	color: #fff;
	padding: 10px; 
	border-bottom: dotted 1px #dddddd;
}

.admin-attachment {
	background-color: #c2bfbf;
	color: #fff;
	padding: 10px; 
	border-bottom: dotted 1px #dddddd;
}

.user-attachment {
	background-color: #a29f9f;
	color: #fff;
	padding: 10px; 
	border-bottom: dotted 1px #dddddd;
}

