
#left {
	margin-right: 310px;
	margin-left: 0;
	margin-top: 0;	
}
#right img {
	padding-top: 10px;	
}
#footer {
	display: none;	
}


#rollover,
#rollover-note,
#rollover-info {
	display: block;	
}

#rollover {
	background: center center no-repeat;
	background-size: contain;
	height: 708px;
}
#rollover.active {
	background-size: auto;
	cursor:move;
}
#rollover-note{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 5px;	
}

#thumbnails {
	padding-bottom: 50px;	
}
#thumbnails img {
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	border: 2px solid rgba(255,255,255,0);
	transition: all linear 250ms;
}
#thumbnails img.active {
	opacity: 0.6;
	border-color: rgba(255,255,255,0.4);
}
#title-wrapper,
#specs-wrapper {
	font-size: 12px;
}
#rollover-info {
	position: relative;	
	margin-top: 5px;
}
#title-wrapper {
	padding-left: 50px;	
}
#specs-wrapper {
	position: absolute;
	right: 50px;	
	top: 0;
	text-align: right;
}

@media screen and (max-width: 767px){
	#left {
		margin-right: 0;	
	}
}