

.debug{
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #fff;
	padding: 20px;
	z-index: 2000;
}
.marquee_panel img{
	width: 100%;
	height: auto;
	transition: 1s ease-out;
}
.marquee_panel video{
	width: 100%;
	height: auto;
	transition: 1s ease_out;
}


.marquee_data{
	display: none;
}

.marquee_stage_large{
	height: auto;
	position: relative;
	transition: 0.5s !important;
}

.marquee_container_1, 
.marquee_container_2{
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.marquee_container_1{
	z-index: 101;
}
.marquee_container_2{
	z-index: 102;
}
.marquee_nav{
	position: absolute;
	width: 100%;
	background-color: #fff;
	text-align: center;
	border-bottom: 1px solid #e6c166;
	box-shadow: 0 2px 5px #e8e8e8;
}
.marquee_nav div{
	height : 12px;
	width : 12px;
	background-color: #deb158;
	border-radius: 50%;
	margin: 8px 3px;
	display: inline-block;
	border: 1px solid #fff;
	cursor: pointer;
	transition: 1s ease-out;
}
.marquee_nav div.selected{
	background-color: #fff;
	border: 2px solid #deb158;
}
