<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mobile_gallery_wrapper {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 8999;
}

#mobile_gallery_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9002;
}

#mobile_gallery_loading {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9100;
}

#mobile_gallery_container {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9001;
}

.mobile_gallery_button {
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 10000;
}

#mobile_gallery_next {
	top: 50%;
	margin-top: -31px;
	right: 18px;
	width: 52px;
	height: 97px;
	background-image: url('/mapV5/assets/liv/liv-button-sprite1.png');
	background-position: -97px -102px;
	text-indent: -20000px;
	opacity: .50;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    	-o-transition-duration: opacity 0.3s;
    	-moz-transition-duration: opacity 0.3s;
	transition: opacity 0.3s !important;
	-webkit-transition: opacity 0.3s !important;
	cursor: pointer;
}

#mobile_gallery_next:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    	-o-transition-duration: opacity 0.3s;
    	-moz-transition-duration: opacity 0.3s;
	transition: opacity 0.3s !important;
	-webkit-transition: opacity 0.3s !important;
}

.tablet.portrait #mobile_gallery_next, .mobile #mobile_gallery_next {
	margin-top: -46px;
	right: 18px;
	width: 52px;
	height: 97px;
	background-image: url('/mapV5/assets/liv/liv-button-sprite1.png');
	background-position: -97px -102px;
}

.mobile.portrait #mobile_gallery_next {
	margin-top: -61px;
	right: 18px;
	width: 52px;
	height: 103px;
	background-image: url('/mapV5/assets/liv/liv-button-sprite1.png');
	background-position: -97px -102px;
}

#mobile_gallery_prev {
	top: 50%;
	margin-top: -31px;
	left: 18px;
	width: 52px;
	height: 103px;
	background-image: url('/mapV5/assets/liv/liv-button-sprite1.png');
	background-position: -92px 4px;
	text-indent: -20000px;
	opacity: .50;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    	-o-transition-duration: opacity 0.3s;
    	-moz-transition-duration: opacity 0.3s;
	transition: opacity 0.3s !important;
	-webkit-transition: opacity 0.3s !important;
    	cursor: pointer;
}

#mobile_gallery_prev:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    	-o-transition-duration: opacity 0.3s;
    	-moz-transition-duration: opacity 0.3s;
	transition: opacity 0.3s !important;
	-webkit-transition: opacity 0.3s !important;
}

.tablet.portrait #mobile_gallery_prev, .mobile #mobile_gallery_prev {
	margin-top: -46px;
	left: 18px;
	width: 92px;
	height: 92px;
	background-image: url('/mapV5/assets/liv/liv-button-sprite1.png');
	background-position: -124px -92px;
}

.mobile.portrait #mobile_gallery_prev {
	margin-top: -61px;
	left: 18px;
	width: 122px;
	height: 122px;
	background-image: url('/mapV5/assets/liv/buttons-big-all.png');
	background-position: -184px -122px;
}

#mobile_gallery_close {
	top: 20px;
	right: 26px;
	width: 40px;
	height: 40px;
	background-image: url('/mapV5/assets/liv/liv-button-sprite1.png');
	background-position: -8px -90px;
	text-indent: -20000px;
	opacity: .50;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    	-o-transition-duration: opacity 0.3s;
    	-moz-transition-duration: opacity 0.3s;
	transition: opacity 0.3s !important;
	-webkit-transition: opacity 0.3s !important;
    	cursor: pointer;
}

#mobile_gallery_close:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    	-o-transition-duration: opacity 0.3s;
    	-moz-transition-duration: opacity 0.3s;
	transition: opacity 0.3s !important;
	-webkit-transition: opacity 0.3s !important;
}

.tablet.portrait #mobile_gallery_close, .mobile #mobile_gallery_close {
	right: 26px;
	width: 40px;
	height: 40px;
	background-image: url('/mapV5/assets/liv/liv-button-sprite1.png');
	background-position: -8px 115px;
}

.mobile.portrait #mobile_gallery_close {
	right: 26px;
	width: 40px;
	height: 40px;
	background-image: url('/mapV5/assets/liv/liv-button-sprite1.png');
	background-position: -8px 115px;
}

#mobile_gallery_btns {
	position: absolute;
	top: 20px;
	left: 26px;
	height: 40px;
	min-width: 40px;
	display: block;
	z-index: 10001;
}

#mobile_gallery_btns .MG_btn {
	position: relative;
	display: inline-block;
	float: left;
	margin: 0px 2px 0px 0px;
	height: 40px;
	min-width: 40px;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -o-transition-duration: opacity 0.3s;
    -moz-transition-duration: opacity 0.3s;
	transition: opacity 0.3s !important;
	-webkit-transition: opacity 0.3s !important;
    cursor: pointer;
	z-index: 10002;
}

#mobile_gallery_btns .MG_btn:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    	-o-transition-duration: opacity 0.3s;
    	-moz-transition-duration: opacity 0.3s;
	transition: opacity 0.3s !important;
	-webkit-transition: opacity 0.3s !important;
}

#mobile_gallery_cart_btn {
	display: none;
	width: 81px;
	height: 36px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -o-transition-duration: opacity 0.3s, backgroundColor 0.3s;
    -moz-transition-duration: opacity 0.3s, backgroundColor 0.3s;
	transition: opacity 0.3s !important, backgroundColor 0.3s !important;
	-webkit-transition: opacity 0.3s !important, backgroundColor 0.3s !important;
}

#mobile_gallery_cart_btn.MG_btn {
	margin-top: 2px;
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	opacity: 1.0;
	height: 36px;
}

#MG_cart_btn_bkg {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url('/mapV5/assets/liv/liv-button-sprite1.png');
	background-position: -9px -175px;
	display: block;
	width: 81px;
	height: 36px;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-o-transition-duration: opacity 0.3s;
    -moz-transition-duration: opacity 0.3s;
	-webkit-transition: opacity 0.3s !important;
	transition: opacity 0.3s !important;
	z-index: 10000;
}

#MG_cart_btn_label:hover {
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#MG_cart_btn_label {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 81px;
	height: 36px;
	font-size: 22px;
	line-height: 40px;
	font-family: Helvetica, Arial, sans-serif;
	z-index: 10001;
}

.buy_btn #MG_cart_btn_label {
	font-size: 22px !important;
	line-height: 36px !important;
	text-indent: 34px !important;
}

.quote_btn #MG_cart_btn_label {
	font-size: 17px !important;
	line-height: 36px !important;
	text-indent: 30px !important;
}

#mobile_gallery_comments_btn {
	display: none;
	width: 40px;
	height: 40px;
	background-image: url('/mapV5/assets/liv/liv-button-sprite1.png');
	background-position: -51px -89px;
	text-indent: -20000px;
}

#mobile_gallery_favorites_btn {
	display: none;
	width: 40px;
	height: 40px;
	background-image: url('/mapV5/assets/liv/liv-button-sprite1.png');
	background-position: -6px -131px;
	text-indent: -20000px;
}

#mobile_gallery_share_btn {
	display: none;
	width: 40px;
	height: 40px;
	background-image: url('/mapV5/assets/liv/liv-button-sprite1.png');
	background-position: -51px -131px;
	text-indent: -20000px;
}

#mobile_gallery_keywords_btn {
	width: 40px;
	height: 40px;
	background-image: url('/mapV5/assets/liv/liv-button-sprite1.png');
	background-position: -51px -215px;
	text-indent: -20000px;
}

#mobile_gallery_gallery_btn {
	width: 40px;
	height: 40px;
	background-image: url('/mapV5/assets/liv/liv-button-sprite1.png');
	background-position: -6px -215px;
	text-indent: -20000px;
}

#mobile_gallery_info_btn {
	width: 40px;
	height: 40px;
	background-image: url('/mapV5/assets/liv/liv-button-sprite1.png');
	background-position: -6px -4px;
	text-indent: -20000px;
	margin-right: 0px;
}

.tablet.portrait #mobile_gallery_info_btn, .mobile #mobile_gallery_info_btn {
	width: 40px;
	height: 40px;
	background-image: url('/mapV5/assets/liv/liv-button-sprite1.png');
	background-position: -6px -4px;
}

.mobile.portrait #mobile_gallery_info_btn {
	width: 40px;
	height: 40px;
	background-image: url('/mapV5/assets/liv/liv-button-sprite1.png');
	background-position: -6px -4px;
}

#mobile_gallery_info_btn_wrapper {
	display: block;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#mobile_gallery_info_btn_wrapper.active #mobile_gallery_info_btn {
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	opacity: 1.0;
}
	
#mobile_gallery_info_slider {
	display: none;
	float: left;
	min-width: 40px;
	height: 40px;
	padding: 0px 2px 0px 4px;
}

#mobile_gallery_play {
	width: 40px;
	height: 40px;
	background-image: url('/mapV5/assets/liv/liv-button-sprite1.png');
	background-position: -6px -47px;
	text-indent: -20000px;
	margin-right: 4px;
}

#mobile_gallery_play:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    	-o-transition-duration: opacity 0.3s;
    	-moz-transition-duration: opacity 0.3s;
	transition: opacity 0.3s !important;
	-webkit-transition: opacity 0.3s !important;
}

.tablet.portrait #mobile_gallery_play, .mobile #mobile_gallery_play {
	top: 100px;
	left: 26px;
	width: 40px;
	height: 40px;
	background-image: url('/mapV5/assets/liv/liv-button-sprite1.png');
	background-position: -6px -47px;
}

.mobile.portrait #mobile_gallery_play {
	top: 130px;
	left: 26px;
	width: 40px;
	height: 40px;
	background-image: url('/mapV5/assets/liv/liv-button-sprite1.png');
	background-position: -6px -47px;
}

#mobile_gallery_play.paused {
	background-position: -51px -47px;
}

.tablet.portrait #mobile_gallery_play.paused, .mobile #mobile_gallery_play.paused {
	background-position: -51px -47px;
}

.mobile.portrait #mobile_gallery_play.paused, .mobile #mobile_gallery_play.paused {
	background-position: -51px -47px;
}

.mobile.portrait #mobile_gallery_play.paused {
	background-position: -51px -47px;
}

/*
#mobile_gallery_info {
	bottom: 0px;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	height: 50px;
	background-image: url('/mapV5/assets/liv/button-info.png');
	text-indent: -20000px;
}
*/

#mobile_gallery_info {
	position: absolute;
	width: 640px;
	min-height: 30px;
	top: 0px;
	left: 50%;
	margin-left: -320px;
}

.tablet.portrait #mobile_gallery_info, .mobile #mobile_gallery_info {
	min-height: 60px;
}

.mobile.portrait #mobile_gallery_info {
	min-height: 90px;
}

	#mobile_gallery_info h3 {
		position: absolute;
		bottom: 0px;
		left: 50%;
		font-size: 22px;
		line-height: 30px;
		margin: 0px;
		padding: 0px;
		padding: 0px 10px;
		height: 30px;
		-moz-border-radius: 0px 0px 3px 3px;
		-webkit-border-radius: 0px 0px 3px 3px;
		border-radius: 0px 0px 3px 3px;
		border-top: none;
		text-align: center;
		overflow: hidden;
	}
	
	.tablet.portrait #mobile_gallery_info h3, .mobile #mobile_gallery_info h3 {
		height: 60px;
		line-height: 60px;
		padding: 0px 5px;
	}
	
	.mobile.portrait #mobile_gallery_info h3 {
		height: 90px;
		padding: 0px 10px;
		line-height: 90px;
	}
	
	#mobile_gallery_info h3 .MG_info_tab_icon {
		display: inline-block;
		width: 20px;
		height: 20px;
		float: left;
		margin: 5px 10px 0px -5px;
		background-image: url('/mapV5/assets/liv/buttons-sm-all.png');
		background-repeat: no-repeat;
		background-position: 0px -93px;
	}
	
	.tablet.portrait #mobile_gallery_info h3 .MG_info_tab_icon, .mobile #mobile_gallery_info h3 .MG_info_tab_icon {
		width: 42px;
		height: 40px;
		background-image: url('/mapV5/assets/liv/buttons-med-all.png');
		background-position: 0px -138px;
		margin: 7px 10px 0px -5px;
	}
	
	.mobile.portrait #mobile_gallery_info #mobile_gallery_info h3 .MG_info_tab_icon {
		width: 60px;
		height: 60px;
		background-image: url('/mapV5/assets/liv/buttons-med-all.png');
		background-position: 0px -183px;
	}
	
	#mobile_gallery_info_wrapper {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 9100000;
		display: none;
	}
	
		#mobile_gallery_info_container {
			position: relative;
			display: block;
			margin: 10px;
			padding: 10px;
			width: 100%;
			height: 100%;
			text-align: center;
			overflow: auto;
		}
		
		#mobile_gallery_info_title h1 {
			margin-top: 0px;
			font-size: 34px;
		}
		
		.tablet.portrait #mobile_gallery_info_title h1 {
			font-size: 40px;
		}
		
		.mobile.landscape #mobile_gallery_info_title h1 {
			font-size: 40px;
		}
		
		.mobile.portrait #mobile_gallery_info_title h1 {
			font-size: 44px;
		}
		
		#mobile_gallery_info_caption p {
			font-size: 14px;
			color: #eee;
		}
		
		.tablet.landscape #mobile_gallery_info_caption p {
			font-size: 16px;
		}
		
		.tablet.portrait #mobile_gallery_info_caption p {
			font-size: 20px;
		}
		
		.mobile.landscape #mobile_gallery_info_caption p {
			font-size: 18px;
		}
		
		.mobile.portrait #mobile_gallery_info_caption p {
			font-size: 24px;
		}
	
	
		#mobile_gallery_info_container fieldset {
			position: relative;
			display: block;
			width: 880px;
			margin: 0px auto;
			min-height: 30px;
			padding: 10px 5px 5px 5px;
			margin-bottom: 20px;
		}
		
		
		#mobile_gallery_info_container fieldset label h6 {
			position: absolute;
			margin: -18px 0px 0px 10px;
			font-size: 14px;
			line-height: 16px;
			padding: 0px;
		}
		
		#mobile_gallery_comments_container {
			display: block;
			min-height: 30px;
			overflow: auto;
			font-size: 16px;
			margin-bottom: 20px;
		}
		
		.tablet.portrait #mobile_gallery_comments_container {
			font-size: 16px;
		}
		
		.mobile.landscape #mobile_gallery_comments_container {
			font-size: 18px;
		}
		
		.mobile.portrait #mobile_gallery_comments_container {
			font-size: 20px;
		}
		
			#mobile_gallery_comments_rating {
				position: relative;
				margin: 0px auto;
				text-align: left;
				width: 100px;
				height: 20px;
				background: transparent;
			}
			
				#mobile_gallery_comments_rating img {
					margin: 0px;
					padding: 0px;
					border: 0px;
				}
				
				.mobileStarCombo {
					width: 200px;
					margin: 0px auto;
				}
		
		#mobile_gallery_comments_container .eachCommentWrapper {
			width: 860px;
			text-align: left;
		}
		
		#mobile_gallery_comments_container .eachCommentWrapper a {
			font-size: 16px;
		}
		
			.mobile.landscape #mobile_gallery_comments_container .eachCommentWrapper a {
				font-size: 18px;
			}
			
			.mobile.portrait #mobile_gallery_comments_container .eachCommentWrapper a {
				font-size: 20px;
			}
			
		#mobile_gallery_comments_container .eachCommentWrapper .comment_date {
			width: 360px;
		}
		
			.mobile.portrait #mobile_gallery_comments_container .eachCommentWrapper .comment_date {
				width: 420px;
			}
		
		#mobile_gallery_comments_container .eachCommentWrapper .comment {
			font-size: 18px;
		}
		
			.mobile.landscape #mobile_gallery_comments_container .eachCommentWrapper .comment {
				font-size: 20px;
			}
			
			.mobile.portrait #mobile_gallery_comments_container .eachCommentWrapper .comment {
				font-size: 22px;
			}
		
		#mobile_gallery_info_buttons {
			position: relative;
			display: block;
			margin: 0px auto;
			text-align: center;
			width: 280px;
		}
		
		.tablet.landscape #mobile_gallery_info_buttons {
			width: 600px;
		}
		
		.tablet.portrait #mobile_gallery_info_buttons {
			width: 360px;
		}
		
		.mobile.landscape #mobile_gallery_info_buttons {
			width: 780px;
		}
		
		.mobile.portrait #mobile_gallery_info_buttons {
			width: 460px;
		}
		
		.MG_button {
			font-size: 24px;
			width: 280px;
			margin: 10px auto;
			z-index: 99999;
		}
		
			.tablet.landscape .MG_button {
				margin: 10px 10px;
			}
			
			.tablet.portrait .MG_button {
				width: 360px;
				font-size: 30px;
				margin: 12px auto;
			}
			
			.mobile.landscape .MG_button {
				width: 360px;
				font-size: 30px;
				margin: 12px 12px;
			}
		
			.mobile.portrait .MG_button {
				width: 460px;
				font-size: 40px;
				margin: 20px auto;
			}
		
		#mobile_gallery_close_info {
			top: 20px;
			left: 20px;
			width: 40px;
			height: 40px;
			background-image: url('/mapV5/assets/liv/liv-button-sprite1.png');
			background-position: -53px -4px;
			text-indent: -20000px;
			opacity: .50;
			filter: alpha(opacity=50);
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    			-o-transition-duration: opacity 0.3s;
    			-moz-transition-duration: opacity 0.3s;
			transition: opacity 0.3s !important;
			-webkit-transition: opacity 0.3s !important;
    			cursor: pointer;
		}

					#mobile_gallery_close_info:hover {
						opacity: 1.0;
						filter: alpha(opacity=100);
						-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
						-o-transition-duration: opacity 0.3s;
    						-moz-transition-duration: opacity 0.3s;
						transition: opacity 0.3s !important;
						-webkit-transition: opacity 0.3s !important;
					}
		
		
			.tablet.portrait #mobile_gallery_close_info, .mobile #mobile_gallery_close_info {
				left: 20px;
				width: 62px;
				height: 62px;
				background-image: url('/mapV5/assets/liv/buttons-med-all.png');
				background-position: -62px 0px;
			}
			
			.mobile.portrait #mobile_gallery_close_info {
				left: 20px;
				width: 92px;
				height: 92px;
				background-image: url('/mapV5/assets/liv/buttons-big-all.png');
				background-position: -92px 0px;
			}
		
			#mobileCommentForm input[type='text'], #mobileCommentForm input[type='url'], #mobileCommentForm textarea {
				padding: 5px;
				font-size: 16px;
				z-index: 1000000;
			}
			
				.tablet.portrait #mobileCommentForm input[type='text'], .tablet.portrait #mobileCommentForm input[type='url'], .tablet.portrait #mobileCommentForm textarea,
				.mobile.landscape #mobileCommentForm input[type='text'], .mobile.landscape #mobileCommentForm input[type='url'], .mobile.landscape #mobileCommentForm textarea{
					font-size: 18px;
				}
				
				.mobile.portrait #mobileCommentForm input[type='text'], .mobile.portrait #mobileCommentForm input[type='url'] {
					font-size: 22px;
				}
				
				.mobile.portrait #mobileCommentForm textarea {
					font-size: 18px;
				}
			
			#mobileCommentForm .inputDiv { 
				padding: 4px 0px;
			}
			
			#starComboDiv {
				width: 200px;
				margin: 0px auto;
			}
			
			.MobileCommentTitle { font-size: 12px; }
			
				.tablet.portrait .MobileCommentTitle, .mobile.landscape .MobileCommentTitle {
					font-size: 16px;
				}
				
				.mobile.portrait .MobileCommentTitle {
					font-size: 20px;
				}
	
			#mobileStarCombo div.rating-cancel, #mobileStarCombo div.star-rating{
				width:32px;height:32px;
			}
			#mobileStarCombo div.rating-cancel, #mobileStarCombo div.rating-cancel a{
				background:url(/mapV5/assets/liv/delete-32.png) no-repeat 0 -32px;
			}
			#mobileStarCombo div.star-rating, #mobileStarCombo div.star-rating a{
				width:32px;height:32px;
				background: url(/mapV5/assets/liv/star-32.png) no-repeat 0 0px;
			}
		
			#mobileStarCombo div.star-rating-on a{background-position:0 -32px!important}
			#mobileStarCombo div.star-rating-hover a{background-position:0 -64px!important}
		
		
		#MG_keywords_select.apple {
			z-index: 1; 
			position: absolute; 
			width: 0px; 
			height: 0px; 
			border: none; 
			margin: 0; 
			padding: 0; 
			top: 27px; 
			left: 130px;
		}
		
		#MG_keywords_select.android {
			position: relative;
			width: 280px;
			height: 40px;
			font-size: 24px;
			text-align: center;
			margin: 8px 0 0 0;
			padding: 0px;
			z-index: 99999;
		}
		
		.tablet.portrait #MG_keywords_select.android, .mobile.landscape #MG_keywords_select.android {
			width: 360px;
			height: 46px;
			font-size: 30px;
		}
		
		.mobile.portrait #MG_keywords_select.android {
			width: 460px;
			font-size: 40px;
			height: 52px;
		}
	
	#mobile_gallery_info_bottom {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 640px;
		height: 30px;
		border-top: 1px solid;
	}

#mobile_gallery_title {
	position: absolute;
	width: 100%;
	height: 132px;
	left: 0px;
	bottom: 0px;
}

.tablet.landscape #mobile_gallery_title {
	bottom: 0px;
	height: 140px;
}

.tablet.portrait #mobile_gallery_title {
	bottom: 0px;
	height: 200px;
}

.mobile.landscape #mobile_gallery_title {
	bottom: 0px;
	height: 170px;
}

.mobile.portrait #mobile_gallery_title {
	bottom: 0px;
	height: 220px;
}

	#mobile_gallery_title h3 {
		position: absolute;
		display: block;
		top: 0px;
		left: 50%;
		font-size: 22px;
		line-height: 30px;
		margin: 0px;
		padding: 0px;
		padding: 0px 10px;
		height: 30px;
		white-space: nowrap;
		-moz-border-radius: 3px 3px 0px 0px ;
		-webkit-border-radius: 3px 3px 0px 0px ;
		border-radius: 3px 3px 0px 0px ;
		border-bottom: none;
		text-align: center;
		overflow: hidden;
	}
	
	.tablet.portrait #mobile_gallery_title h3, .mobile #mobile_gallery_title h3 {
		height: 60px;
		line-height: 60px;
	}
	
	.mobile.portrait #mobile_gallery_title h3 {
		height: 90px;
		line-height: 90px;
	}
	
	#mobile_gallery_title h3 .MG_title_tab_icon {
		display: inline-block;
		width: 24px;
		height: 20px;
		float: left;
		margin: 0px 10px 0px 0px;
	}
	
	.tablet.portrait #mobile_gallery_title h3 .MG_title_tab_icon, .mobile #mobile_gallery_title h3 .MG_title_tab_icon {
		width: 48px;
		height: 40px;
		background-image: url('/mapV5/assets/liv/buttons-med-all.png');
		background-position: -62px -138px;
	}
	
	.mobile.portrait #mobile_gallery_title h3 .MG_title_tab_icon {
		width: 72px;
		height: 60px;
		background-image: url('/mapV5/assets/liv/buttons-big-all.png');
		background-position: -92px -183px;
	}
	
	#mobile_gallery_thumbnails_top {
		display: none;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 31px;
		border-bottom: 1px solid;
	}
	
	#mobile_gallery_thumbnails_bottom {
		position: absolute;
		width: 100%;
		height: 102px;
		top: 31px;
		left: 0px;
		border-top: 1px solid;
		z-index: 999999;
	}
	
	.tablet.portrait #mobile_gallery_thumbnails_bottom, .mobile #mobile_gallery_thumbnails_bottom {
		top: 61px;
	}
	
	.mobile.portrait #mobile_gallery_thumbnails_bottom {
		top: 90px;
	}
	
		
		#mobile_gallery_thumbnails_slider {
			position: relative;
			padding: 4px 5px;
			height: 5px;
			top: 0px;
			left: 0px;
			cursor: pointer;
		}

		#MG_slider_wrap{
			height: 5px;
			cursor: pointer;
		}
			
			#MG_slider {
				position: absolute;
				width: 100px;
				height: 3px;
				-moz-border-radius: 2px;
				-webkit-border-radius: 2px;
				border-radius: 2px;
			}
	
		#mobile_gallery_thumbnail_wrapper {
			position: absolute;
			top: 12px;
			left: 0px;
			width: 100%;
			height: 87px;
			overflow: hidden;
			z-index: 10000;
		}
		
		.landscape #mobile_gallery_thumbnail_wrapper {
			height: 89px;
		}
		
		.portrait #mobile_gallery_thumbnail_wrapper {
			height: 111px;
		}
		
			#mobile_gallery_thumbnail_imgs {
				position: absolute;
				top: 0px;
				left: 0px;
				width: 100%;
			}
		
			
			#mobile_gallery_thumbnail_imgs ul {
				position: absolute;
				top: 0px;
				left: 0px;
				height: 100%;
				width: 100%;
				margin: 0px;
				padding: 0px;
				list-style: none;
				width: 20000em;
				z-index: 20000;
			}
			
			#mobile_gallery_thumbnail_imgs ul li {
				position: relative;
				margin: 0px 1px;
				padding: 0px;
				float: left;
				width: 89px;
				height: 89px;
				list-style: none;
				background-position: center;
				background-repeat: no-repeat;
				-moz-opacity: 0.7;
				-webkit-opacity: 0.7;
				opacity: 0.7;
				cursor: pointer;
				z-index: 20001;
			}
			
			.landscape #mobile_gallery_thumbnail_imgs ul li {
				width: 89px;
				height: 89px;
			}
			
			.portrait #mobile_gallery_thumbnail_imgs ul li {
				width: 109px;
				height: 109px;
			}
			
			#mobile_gallery_thumbnail_imgs ul li:hover {
				-moz-opacity: 0.85;
				-webkit-opacity: 0.85;
				opacity: 0.85;
			}
			#mobile_gallery_thumbnail_imgs ul li.active_thm {
				-moz-opacity: 1.0;
				-webkit-opacity: 1.0;
				opacity: 1.0;
			}


#mobile_gallery_big_container {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#mobile_gallery_big_container ul {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	list-style: none;
	width: 2000001em;
	margin: 0px;
	padding: 0px;
	z-index: 9002;
}

#mobile_gallery_big_container ul li {
	position: relative;
	margin: 0px;
	padding: 0px;
	border: none;
	float: left;
	width: 100%;
	height: 100%;
	list-style: none;
	background-position: center;
	background-repeat: no-repeat;
	/* background-image: none; */
	/* background-size: 64px 64px; */
}

#mobile_gallery_pagination {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 180px;
	height: 30px;
	-moz-border-radius: 3px 0px 0px 3px ;
	-webkit-border-radius: 3px 0px 0px 3px ;
	border-radius: 3px 0px 0px 3px ;
	border-right: none;
	z-index: 999999999;
}

#mobile_gallery_pagination select {
	width: 176px;
	height: 26px;
	font-size: 16px;
	margin: 2px;
}

.tablet.portrait #mobile_gallery_pagination, .mobile.landscape #mobile_gallery_pagination {
	height: 50px;
	bottom: 61px;
	width: 240px;
	right: 0px;
}


.tablet.portrait #mobile_gallery_pagination select, .mobile.landscape #mobile_gallery_pagination select {
	width: 236px;
	height: 46px;
	font-size: 24px;
}

.mobile.portrait #mobile_gallery_pagination {
	height: 66px;
	bottom: 91px;
	width: 400px;
	right: 0px;
}

.mobile.portrait #mobile_gallery_pagination select {
	width: 396px;
	height: 60px;
	font-size: 36px;
}
��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������</pre></body></html>