/* This is for 10 themes photo overview/selection		 */
		.explore {
			margin-left: auto;
			margin-right: auto;
			width: 920px;
			margin-top: 20px;
		}
		
		.explore_body {
		  width: 100%;
		  /* border: 1px solid #f00; */
		  padding-bottom: 0px;
		  padding-top: 5px;
		  clear: both;
		  background: #f0f0f0;
		  *background: #f0f0f0; /* star hack to target IE6 & 7*/
		}
		
		.explore_body ul {
		  margin: 2px;
		  padding-top: 5px;
		  clear: both;
		  width: 100%;
		}
		
		.explore_body ul li {
		  display: inline-block; /*IE7 doesn't support inline-block */
		  zoom: 1;
		  *display: inline; /* star hack to target IE6 & 7*/
		  /* background: url(images/album.png); */
		  width: 130px;
		  height: 145px;
		  margin: 5px 5px 0 5px;
		}
		
		
		.explore_body ul li img {
		  width: 120px;
		  height: 100px;
		  margin: 5px 0px 5px 5px;
		}
		
		.explore_body ul li {
		  opacity: 0.9;
		  filter:alpha(opacity=90); /* For IE8 and earlier */
		}
		
		.explore_body ul li:hover {
		  opacity: 1;
		  filter:alpha(opacity=100); /* For IE8 and earlier */
		  -webkit-box-shadow: 3px 3px 3px 3px #666;
		}		
				
		.explore_body ul li:selected {
		  opacity: 1;
		  filter:alpha(opacity=100); /* For IE8 and earlier */
		  -webkit-box-shadow: 3px 3px 3px 3px #666;
		}		
				
		.active {
		  opacity: 1;
		  filter:alpha(opacity=100); /* For IE8 and earlier */
		  -webkit-box-shadow: 3px 3px 3px 3px #666;
		}		
		.active2 {
		  background-color: #cedff8;
		}		
				
				
		.album_title {
		  display: inline-block;
		  float: left;
		  margin-top: 0px;
		  margin-left: 5px;
		  color: #3c72d2;
		  font-weight: bold;
		  text-align: left;
		  clear: both;
		}
		
		.album_title:hover {
		  color: #1F3D6F;
		}
		
		.left_footer {
			width: 300px;
			height: 50px;
			float: left;
			color: #777;
			font-size: 10px;
			text-align: left;
			margin: 10px 0px 0px 0px;
			padding: 5px 0px 0px 33px;
			line-height: 3px;
			margin-bottom: 10px;
		}
		
		.left_footer img {
			float: left;
			width: 30px;
			height: 32px;
		}
		
		.left_footer p {
			margin-left: 35px;
		}
		
		.left_footer a {
			color: #777;
		}
		
		.left_footer a:hover {
			color: #444;
		}		
		
		
		/* Tooltip for GEGs */
	    .ui-tooltip
	    {
			background-image: url('https://gegslive.unepgrid.ch/images/box_3.png'); 
			background-position: 50% 50%;
			background-repeat: no-repeat;
			width: 350px; 
			max-width: 350px; 
			padding: 30px;
			height: 200px;
			font-size: 12px; 
			box-shadow: none;
			border: none;
			background-color: transparent;
	
			/* Internet Explorer 10 */
/*
			display:-ms-flexbox;
			-ms-flex-pack:center;
			-ms-flex-align:center;
*/
			
			/* Firefox */
			display:-moz-box;
			-moz-box-pack:center;
			-moz-box-align:center;
			
			/* Safari, Opera, and Chrome */
			display:-webkit-box;
			-webkit-box-pack:center;
			-webkit-box-align:center;
			
			/* W3C */
			display:box;
			box-pack:center;
			box-align:center;
		}		

		.ui-autocomplete-loading
		{
			background: white url("https://gegslive.unepgrid.ch/images/ui-anim_basic_16x16.gif") right center no-repeat;
		}
		
		

		/* For "more" and "less" option on homepage */
		.morecontent span {
		    display: none;
		}
		.morelink {
		    /* display: block; */
		}
