﻿@charset "utf-8";
/* CSS Document */
.new_gallery {
	display: inline-block;
}
.used_gallery {
	display: inline-block;
}
.gallery_trk_image_box {
	display: inline-block;
	width: 212px;
	height: auto;
	position: relative;
}
.gallery_trk_image_box>img {
	position: absolute;
	display: table;
}
.gallery_universal_description_box {
	display: table-cell;
	color: #000000;
	background-color: #FFFFFF;
	position: absolute;
	margin-top: 185px;
	width: 99%;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.page_gallery_pictures {
	border: 4px solid #C0C0C0;
	overflow-y: auto;
	box-shadow: 5px 5px 2.5px #515151;
	-webkit-box-shadow: 5px 5px 2.5px #515151;
	overflow-x: hidden;
}
#page_m_i_q_b_description {
	font-size:18px;
	width: 100%;
	height: auto;
	padding: 10px;
	border-radius: 20px;
	border: 3px inset #C0C0C0;
	background-color: #FFFFFF;
}
#page_m_i_q_b_quick_build_container {
	width: 100%;
	height: auto;
	padding: 10px;
	/* [disabled]border-bottom-left-radius: 20px; */
	/* [disabled]border-bottom-right-radius: 20px; */
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border: 3px inset #C0C0C0;
	background-color: #ffffff;
}
.page_m_i_q_b_quick_build {
	background-color: #ffffff;
	display: table;
	margin-bottom: 1.2%;
	padding: 2%;
    border-radius: 5px;
	border-color: #000000;
	border: solid 2px;
}
.page_m_i_q_b_quick_build .left  {
	height: auto;
	float: left;
	display: table-cell;
	width: 50%;
}

.page_m_i_q_b_quick_build .right  {
	height: auto;
	width: 50%;
	float: right;
	display: table-cell;
}
#page_m_i_q_b_description div a {
	text-decoration: none;
}

.page_m_i_q_b_quick_build div a {
	display: inline-block;
	text-decoration: none;
}
.info-page-links-bar {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}
#left-image-overlay{
	background-image: url('../images/page_more_info_quick build/left_arrow225x225.png');
	background-repeat: no-repeat;
	background-position-y: 50%;
}
#right-image-overlay{
	background-image: url('../images/page_more_info_quick build/right_arrow225x225.png');
	background-repeat: no-repeat;
	background-position-y: 50%;
	background-position-x:100%;
}
