#gallery_popup_panel {
	bottom: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	z-index: 90;
	width: 100%;
}

#gallery_popup_toggler {
	cursor: pointer;
	position: relative;
	color: #ffffff;
	z-index: 93;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#gallery_popup_toggler_button{
	cursor: pointer;
	position: relative;
	right: -561px;
	top: 1px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	align: right;
	display: block;
	color: #ffffff;
	z-index: 94;
	height: 15px;
    background: rgba(64, 64, 64, 0.7);
	background-color: #404040;
	filter: alpha(opacity = 70);
	opacity: 0.7;
    border: 1px solid #808080;
	border-bottom: none;
	padding: 2px 5px;
	width: 40px;
}

#gallery_popup_container {
	bottom: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 91;
}

#gallery_popup_carousel {
	margin-left: auto;
	margin-right: auto;
	align: center;
	text-align: center;
	z-index: 92;
	display: block;
	position: relative;
}

.jcarousel-container-horizontal {
	margin-left: auto;
	margin-right: auto;
}

