<!--
div.bgcarousel{ /* CSS for main carousel container */
background: black url(/National_Library/20160330061658oe_/http://unfccc.int/files/inc/graphics/image/gif/focus_ajaxload.gif) center center no-repeat; /* loading gif while caoursel is loading */
width:700px; /* default dimensions of carousel */
height:200px;
}

img.navbutton{ /* CSS for the nav buttons */
margin:5px;
opacity:0.7;
}

div.slide{ /* CSS for each image's DIV container within main container */
	background-color: #FFFFFF;
	background-position: center center; /* center image within carousel */
	background-repeat: no-repeat;
	background-size: cover; /* CSS3 property to scale image within container? "cover" or "contain" */
	color: #FFFFFF;
}

div.selectedslide{ /* CSS for currently selected slide */
}

div.slide div.desc{ /* DIV that contains the textual description inside .slide */
	position: static;
	color: #000;
	left: 40px;
	top: 20px;
	width:415px;
	padding: 10px;
	font: bold 16px sans-serif, Arial;
	/*text-shadow: 0 -1px 1px #8a8a8a; /* CSS3 text shadow */
z-index:5;
	background-image: url(/National_Library/20160330061658oe_/http://unfccc.int/files/inc/graphics/image/png/focus_clear.png);
}

div.selectedslide div.desc{ /* CSS for currently selected slide's desc div */
}

div.slide div.desc h2{
	font-size:120%;
	margin:0;
	border-bottom:none;
	color:#000;
	padding-bottom: 0px !important;
	text-transform:none;
}

div.slide div.desc a{
	color:#1478B7;
	text-decoration:none;
}
h2 {
	
}

img.navbutton
{
	width:60px;
}

-->
