.mt-block2, .mt-b2 {
	width:210px;
	height:100px;
	margin-top:20px;
}
.mt-b2-content {
	width:190px;
	height:55px;
	margin:10px;
	position:relative;
}
.mt-height1 {
	line-height:100px;
}
.mt-scene-label {
	font-size:20px;
	text-align:center;
	font-family: 'Dosis', Sans-Serif;
	display:block;
	margin:0px;
	padding:0px;
	position:relative;
}

.mt-scene-label img {
	vertical-align: middle;
	margin:0px;
	padding:0px;
	position:relative;	
}
.mt-gradient {
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0) 00%,rgba(255,255,255,0.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%); /* IE10+ */
	background: linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%); /* W3C */
}

.thumbnails { float:left; width:145px; height:108px; margin-bottom:10px; margin-right:10px; }
.thumbnails img { max-width:145px;} 

.left { float:left; }
.hs { float:left; width:10px; height:100px; }

/* END GLOBAL */




/* START METRO PANEL - REQUIRED */

#metropanel {
	width:300px;
	position:fixed;
	z-index:9998;
	display:none;
}
#mp-headerpanel {
	margin-bottom:20px;
}
#mp-sitename {
	font-family:'Dosis',sans-serif;
	color:#fff;
	padding:20px;
	
}
#mp-sitename span {
	font-size:40px;
}
#mp-sitename img {
	vertical-align:top;
	display:block;
	float:right;
}
#mp-searchzone {
	position:relative;
	background:#fff;
	padding:5px;
	width:250px;
	height:30px;
	margin:0px 20px;
}	

#mp-searchbox {
	width: 210px;
	padding:5px 0px 5px 0px;
	height:20px;
	font: 18px Tahoma;
	color: #777;
	float: left;
	position:relative;
	top:0px;
	border:0px;
}
#mp-search_bt {
	float: right;
	background:#06C url(../images/metro-icons/search-white-30.png) no-repeat;
	width:30px;
	height:30px;
	position:relative;
	top:0px;
	cursor:pointer;
	border:0px;
}

#mp-menus, #mp-submenus, #mp-recentitemholder {
	margin:0px;
	padding:0;
	list-style:none;
/*	overflow:hidden;*/
	position:relative;
}
.mp-menu, .mp-submenu, .mp-recentitem {
	padding:0px;
	margin:0px;
	position:relative;
	z-index:9998;
	width:100%;
}
.mp-menu a, .mp-submenu a, .mp-recentitem a {
	padding:10px 20px;	
	display:block;
	position:relative;
	height:48px;
	
}
.mp-icons {
	width:32px;
	height:32px;
	padding:8px;
	display:block;
	float:left;
}
.mp-menu span, .mp-submenu span, .mp-recentitem span {
	display:block;
	float:left;
	width:190px;
	margin-left:10px;
	margin-right:10px;
	font-size:16px;
	line-height:24px;
	font-family:'Dosis',sans-serif;
	color:#fff;
}


.mp-selecteditem {
	display:none;	
}

#mp-footerpanel{
	position:fixed;
	z-index:9999;
	bottom:0px;
	width:280px;
	height:48px;
	padding:10px;
}
#mp-collapse {
	width:48px;
	height:48px;
	cursor:pointer;
}
#mp-togglemenus {
	width:48px;
	height:48px;
	cursor:pointer;
}
.mp-leftarrow {
	background:url(../images/metro-icons/arrow-left-48.png) no-repeat;
	float:left;
}
.mp-rightarrow {
	background:url(../images/metro-icons/arrow-right-48.png) no-repeat;
	float:right;
}
.mp-minus {
	background:url(../images/metro-icons/minus-circle-48.png) no-repeat;
}

#mp-expand {
	position:fixed;
	z-index:9999;
	bottom:0px;
	width:48px;
	height:48px;
	padding:10px;
}
#mp-expand-bt {
	width:48px;
	height:48px;
	cursor:pointer;
	background:url(../images/metro-icons/logo.png) no-repeat center center;
}

#mp-submenusholder {
	width:300px;
	position:fixed;
	z-index:9997;
	display:none;
}

/* Solid Colors */
.solid-blue { background:#00BBE2; }
.solid-darkblue { background:#044E94; }
.solid-violetred { background:#781766; }
.solid-red { background:#E51400;}
.solid-purple { background:#D02090; }
.solid-orange { background:#FB8F02; }
.solid-orange-2 { background:#FF6600; }
.solid-coral { background:#CD5B45; }
.solid-green { background:#67B239; }
.solid-olive { background:#999900}
.solid-grass { background:#CDCD00; }
.solid-darkred { background:#5F0000; }
.solid-gold { background:#FEE9AE; }
.solid-black { background:#000; }
.solid-smoke { background:#F5F5F5; }
/* End Solid Colors */

/* Transparent Colors */
.transparent-deepsea {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33003564, endColorstr=#33003564);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33003564, endColorstr=#33003564)";/* For IE 8*/
	background: rgba(0,53,100,0.2);/* Modern browser */
}
.transparent-smoke {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33f5f5f5, endColorstr=#33f5f5f5);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33f5f5f5, endColorstr=#33f5f5f5)";/* For IE 8*/
	background: rgba(245,245,245,0.2);/* Modern browser */
}
.transparent-grass {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33CDCD00, endColorstr=#33CDCD00);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33CDCD00, endColorstr=#33CDCD00)";/* For IE 8*/
	background: rgba(205,250,0,0.2);/* Modern browser */
}
.transparent-black {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)";/* For IE 8*/
	background: rgba(0,0,0,0.2);/* Modern browser */
}
.transparent-red {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FF0000, endColorstr=#33FF0000);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FF0000, endColorstr=#33FF0000)";/* For IE 8*/
	background: rgba(255,0,0,0.2);/* Modern browser */
}
.transparent-violetred {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33D02090, endColorstr=#33D02090);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33D02090, endColorstr=#33D02090)";/* For IE 8*/
	background: rgba(208,32,144,0.2);/* Modern browser */
}
.transparent-green {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3367B239, endColorstr=#3367B239);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3367B239, endColorstr=#3367B239)";/* For IE 8*/
	background: rgba(103,178,57,0.2);/* Modern browser */
}
.transparent-yellow {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFF00, endColorstr=#33FFFF00);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFF00, endColorstr=#33FFFF00)";/* For IE 8*/
	background: rgba(255,255,0,0.2);/* Modern browser */
}
.transparent-orange { 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FB8F02, endColorstr=#33FB8F02);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FB8F02, endColorstr=#33FB8F02)";/* For IE 8*/
	background: rgba(251,143,2,0.2);/* Modern browser */
}
.transparent-coral {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33CD5B45, endColorstr=#33CD5B45);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33CD5B45, endColorstr=#33CD5B45)";/* For IE 8*/
	background: rgba(205,91,69,0.2);/* Modern browser */
}
.transparent-wheat {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33EED8AE, endColorstr=#33EED8AE);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33EED8AE, endColorstr=#33EED8AE)";/* For IE 8*/
	background: rgba(238,216,174,0.2);/* Modern browser */
}
.transparent-redwine {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#338B0000, endColorstr=#338B0000);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#338B0000, endColorstr=#338B0000)";/* For IE 8*/
	background: rgba(139,0,0,0.2);/* Modern browser */
}
/* End Transparent Colors */


/* END METRO PANEL */


/* START CONTENT - REQUIRED*/
#mp-contentholder {
	width:620px;
	padding:0px;
	background:#fff;
	display:none;
	position:relative;
}
#mp-loading {
	position:absolute;
	width:64px;
	height:64px;
	top:20px;
	z-index:999;
	display:none;
}
#mp-contentStation {
	display:none;	
}
/* END CONTENT */




/* START jScrollPane - REQUIED */
.jspContainer {
	overflow: hidden;
	position: relative;
	border:0;
}

.jspPane {
	position: absolute;
	width:100% !important;
}

.jspVerticalBar {
	position: absolute;
	z-index:9999;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 14px;
}

.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	position: relative;
}

.jspDrag {
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}
/* END jScrollPane */



/* MISC */
.clearspace { clear:both; }
.breakline {
	width:260px;
	height:5px;
	margin:20px;
}