/* CSS Document */

html,body {
			height: 100%;
			margin: 0;
			padding: 0;
		}
		
		
html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../BCRIMAGES/1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}		
		
		
		
		
		
		
		
#logo{
	text-align: left;
	width: 479px;
	background-image: url(../GRAPHICS/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
}		

.box {
	width: 100%; /* The width */
	height: auto; /* The height */
	padding: 10px; /* Some padding */
	text-align: center; /* Center aligned text */
	color: black; /* White text colour */
	background: white; /* A grey background */
	opacity: 0.8; /* 80% opacity */
}



		
#container100PerCent{
	text-align: left;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100px;
}		
		
#title{
	font-family:"Comic Sans MS", cursive;
	font-size:16px;
	color:#000;}	
		
#containerBoxFlags{
	color: #000;
	width: 100%;
	text-align: right;
	float: left;
	padding-top: 1px;
	padding-right: 20px;
	text-align: left;
}		
#containerBoxFlags2{
	color:#000;
	
	text-align: right;
	float: right;
	padding-top: 1px;
	padding-right: 20px;
	text-align:left;
}		
	#containerBoxMenu{
	
	width:70px;

	
	float: right;
	text-align: center;
	margin-top: 55px;
	margin-right: 7px;
	height:50px;
	line-height: 50px;


}		
	#containerBoxMenu a:link, #containerBoxMenu a:visited{
		
	color:#000;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width:70px;
	background-color:#FFF;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	float: right;
	text-align: center;
	text-decoration:none;
	

}		
	#containerBoxMenu a:hover, #containerBoxMenu a:active{
			color:#fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width:70px;
	background-color:#186dc2;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	float: right;
	text-align: center;
text-decoration:none;
}



#d{
	padding-right: 7px;
	margin-right: 7px;
	width: auto;
}








	#containerBoxMenu1{
		width:70px;

	
	float: right;
	text-align: center;
	margin-top: 55px;
	margin-right: 7px;
	height:50px;
	line-height: 50px;
}			
		
#containerBoxMenu1 a:link, #containerBoxMenu1 a:visited{
		
	color:#000;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width:120px;
	background-color:#FFF;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	float: right;
	text-align: center;
	text-decoration:none;
	

}		
	#containerBoxMenu1 a:hover, #containerBoxMenu1 a:active{
			color:#fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width:120px;
	background-color:#186dc2;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	float: right;
	text-align: center;
text-decoration:none;
}		












		
		#back_to_camera {
	clear: both;
	display: block;
	line-height: 40px;
	padding: 0px;
	position: relative;
	z-index: 1;
		}
		.fluid_container {
			bottom: 0;
			height: 100%;
			left: 0;
			position: fixed;
			right: 0;
			top: 0;
			z-index: 0;
		}
		#camera_wrap_4 {
			bottom: 0;
			height: 100%;
			left: 0;
			margin-bottom: 0!important;
			position: fixed;
			right: 0;
			top: 0;
		}
		.camera_bar {
			z-index: 2;
		}
		.camera_thumbs {
			margin-top: -100px;
			position: relative;
			z-index: 1;
		}
		.camera_thumbs_cont {
			border-radius: 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
		}
		.camera_overlayer {
			opacity: .1;
		}
		
