/* Searchlights CSS
   Master Styles
   Author: Chris Rosenthal
*****************************************************************/


/* Global reset
   http://meyerweb.com/eric/tools/css/reset/ 
*****************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
background-color: #ffffff;
}


body {
	line-height: 1;
}
ol, ul {
	margin-left: 40px;
list-style-type: square; 
   font-size:20px;

}

li {
padding-left: 20px !important;
width: 800px;
	color: #000;
font-size: 26px;
	line-height: 42px;
}

blockquote, q {
	quotes: none;
font-size: 50px;
line-height: 60px;
	color: #ffffff;
font-family: "museo-slab", museo slab,  Georgia, serif;
font-weight: normal;
width:900px;
z-index: 4;

}
blockquote:before, q:before {
	display: block;
content: "\201C";
font-size: 300px;
position: absolute;
left: -100px;
top: 0px;
color: #d4d6f8;
font-family: Georgia, serif;

}

blockquote:after, q:after {
	display: block;
content: "\201D";
font-size: 200px;
position: absolute;
right: 390px;
top: 240px;
color: #d4d6f8;
font-family: Georgia, serif;

}

blockquote cite {
color: #cccccc;
font-size: 22px;
font-style: normal !important;
display: block;
margin-top: 30px;
margin-left:500px;
width: 100%;
}
 
blockquote cite:before {
content: "\2014 \2009";
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Extended base styles (site specific)
*****************************************************************/

html { 
	overflow-y: scroll; /* always force a scrollbar in non-IE */


	}
body {
	background: transparent;

min-width:1280px;
	overflow-x: hidden;
	overflow: hidden;
	height: 83900px;
	font-size: 26px;
	line-height: 42px;
	color: #000;
				font-family: Georgia, serif;
}
h1 {
	color: #666666;
padding-left: 20px !important;
	padding-right: 20px !important;
}
a, a:link,
a:active,
a:visited {
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
		color:#00afe9;
	outline: none;
	text-decoration:none;
	}
	a:hover { 
	color:#234192;

		}
img { 
	display:block;
	}
a:hover img  { 
	opacity: 0.6;
	}

p {
padding-left: 20px !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	padding-right: 200px !important;

	}
i {
font-style: italic;
}

em {
font-style: italic;
}

b {
font-weight: bold;
}



/* Common shared styles
*****************************************************************/

hr {
	margin: 0;
	border: none;
	border-top: 0px solid #3b3b3b;
	border-bottom: 1px solid #444;
	height: 3px;
}

/* Page structure
*****************************************************************/

#wrapper {
	position: relative;
}
#branding {
	width: 100%;
	background: #fff;
	}
	#branding h1 {
		width: 940px;
		padding: 10px 15px;
		margin: 0 auto;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: bold;
		}

/* Nav
*****************************************************************/

nav#primary {
z-index: 99999999999999;
	position: fixed;
	top: 50%;
	right: 8px;
	margin-top: -30px;
}
nav#primary li {
	position: relative;
	height: 20px;
width:20px;
list-style-type: none; 
z-index: 99999999999999;

}

nav#primary a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background: transparent url('../img/nav-dot.png') 4px 4px no-repeat;

}
nav#primary a:hover, nav#primary a.active {
	background: transparent url('../img/nav-dot.png') 4px -16px no-repeat;
}
nav#primary h1 {
	position: absolute;
font-size: 14px;
	right: 14px;
	top: -27px;
	display: none;
	padding: 4px 20px 4px 7px;;
	color: #fff;
	white-space: nowrap;
	background: transparent url('../img/nav-arrow.png') 100% 50% no-repeat;
	}
nav.next-prev {
	margin: 20px 0 0 0;
	}
	a.prev,
	a.next {
		display: block;
		width: 15px;
		height: 11px;
		text-indent: -9999px;
		}
	a.prev {
		margin: 0 auto 5px auto;
		background: transparent url('../img/scroll-arrow-up.png') 0 0 no-repeat;
		}
		a.prev:hover {
			background: transparent url('../img/scroll-arrow-up.png') 0 -11px no-repeat;
			}
	a.next {
		margin: 5px auto 0 auto;
		background: transparent url('../img/scroll-arrow-down.png') -1px 0 no-repeat;
		}
		a.next:hover {
			background: transparent url('../img/scroll-arrow-down.png') -1px -11px no-repeat;
			}

/* Parallax
*****************************************************************/

/* content */
#content {
	z-index: 4;
	position: absolute;
left: 10px;	width:1280px;
max-width:1280px;
	margin: 0 auto;
	line-height: 1.7;
	}

	#content article {

		}
		#page-number-1 ,
		#page-number-2,
		#page-number-3,
		#page-number-4,
#page-number-5,
#page-number-6,
#page-number-7,
#page-number-8,
#page-number-9,
#page-number-10,
#page-number-11
 {
			padding: 0px 40px 40px 40px;

			}
#page-number-1 {
position: absolute;
top: 40px;
width: 1300px !important;
z-index: 4;

}

#page-number-2 {
position: absolute;
top: 2160px;
background: #ffffff !important;
opacity:0.975;
width: 73% !important;
padding-top:100px;
padding-right:40px;
z-index: 40000;
}

#page-number-3 {
position: absolute;
top: 6600px;
background: #ffffff !important;
opacity:0.975;
width: 73% !important;
padding-top:100px;
padding-right:40px;
z-index: -1;
}


#page-number-4 {
position: absolute;
top: 18000px;
margin: 0 !important;
width: 73% !important;
padding-top:100px;

			}


#page-number-5 {
position: absolute;
top: 34280px;
margin: 0 !important;
width: 73% !important;
padding-top:100px;

			}
#page-number-6 {
position: absolute;
top: 39820px;
margin: 0 !important;
width: 73% !important;
padding-top:100px;

			}
#page-number-7 {
position: absolute;
top: 42850px;
margin: 0 !important;
width: 73% !important;
padding-top:100px;

			}

#page-number-8 {
position: absolute;
top: 56570px;
margin: 0 !important;
width: 73% !important;
padding-top:100px;

			}

#page-number-9 {
position: absolute;
top: 65584px;
margin: 0 !important;
width: 73% !important;
padding-top:100px;

			}


#page-number-10 {
position: absolute;
top: 71400px;
margin: 0 !important;
width: 73% !important;
padding-top:100px;

			}

#page-number-11 {
position: absolute;
top: 74840px;
margin: 0 !important;
width: 73% !important;
padding-top:100px;

			}


#content h1 {
margin: 0 0 0 0;
font-size: 60px;
font-family: "museo-slab", museo slab,  Georgia, serif;
font-weight: normal;
line-height: 65px;
}


h1 {
margin: 0 0 0 0;
font-size: 60px;
font-family: Georgia, serif;
font-weight: normal;
line-height: 65px;
}

h2 {
font-size: 36px;
	color: #aaaaaa;
padding-left: 20px !important;
	padding-right: 20px !important;
}


#page-number-4  article {
background: transparent !important;

}




.fourbax{
display:block; 
float:left;
}

/* foreground */
#parallax-bg3 {
	z-index: 5;
	position: fixed;
	left: 5%; /* align left edge with center of viewport */
	top: 0;
	width: 1200px;
	margin-left: -600px; /* move left by half element's width */	}
	/* foreground images */
	#fg3-1 {
		position: absolute;
		top: 112px;
		left: 321px;
		}
	z-index: 3;
		}

#bg3-0 {
		position: absolute;
		top: 5312px;
		left: 221px;
		}


#bg3-X1 {
		position: absolute;
		top: 60px;
		left: 600px;
		}

#bg3-X2 {
		position: absolute;
		top: 400px;
		left: 1440px;
z-index: -1;
		}


#bg3-A1 {
	position: absolute;
		top: 5300px;
		left: 1200px;
	}


#bg3-AD {
	position: absolute;
		top: 6700px;
		left: 1440px;
z-index:5;
	}

#bg3-AE {
	position: absolute;
		top: 13350px;
		left: 1440px;
	}

#bg3-AEa {
	position: absolute;
		top: 10750px;
		left: 1300px;
	}


#bg3-AF {
	position: absolute;
		top: 10200px;
		left: 1440px;
width:300px;
	}






/* midground images */
#parallax-bg2 {
	position: absolute;
		top: 85px;
		left: -270px;
	}

	#mg2-A {
		position: absolute;
		top: 7162px;
		left: 1200px;
z-index:5000;

		}



#mg2-1 {
		position: absolute;
		top: 600px;
		left: 890px;
z-index: 3;

		}

#mg2-AB {
		position: absolute;
		top: 2000px;
		left: 500px;
width: 1200px !important;
z-index:5000;

		}

#mg2-AC {
		position: absolute;
		top: 13000px;
		left: 1000px;
width: 300px !important;
z-index:5000;

		}

#mg2-AD {
		position: absolute;
		top: 13000px;
		left: 1000px;
width: 300px !important;
z-index:5000;

		}

#mg2-AG {
		position: absolute;
		top: 29900px;
		left: 1200px;
z-index:5000;

		}
#mg2-AH {
		position: absolute;
		top: 32400px;
		left: 1200px;
z-index:5000;

		}


#mg2-AI {
		position: absolute;
		top: 98300px;
		left: 1200px;
z-index:5000;

		}
#mg2-pointer001 {
position: absolute;top: 84300px;
left: 1200px;z-index:5000;}

#mg2-pointer002 {
position: absolute;top: 111700px;
left: 1200px;z-index:5000;}


#mg2-pointer003 {
position: absolute;top: 122400px;
left: 1200px;z-index:5000;}

#mg2-AJ {
		position: absolute;
		top: 52950px;
		left: 1200px;
z-index:5000;

		}


#mg2-AK {
		position: absolute;
		top: 57850px;
		left: 1200px;
z-index:5000;

		}



#mg2-4 {
		position: absolute;
		top: 14000px;
		left: 1200px;
z-index:-6;

		}


#mg2-5 {
		position: absolute;
		top: 15962px;
		left: 1200px;
z-index:5000;

		}


#mg2-AAA {position: absolute; left: 1260px;z-index:5000;
top: 7470px; width:210px; background: #ffffff; color: #000000 !important;padding: 20px;
}


#mg2-aa1 {position: absolute; left: 1140px;z-index:5000;
top: 3500px;
}

#mg2-aa2 {position: absolute; left: 1140px;z-index:5000;
top: 6300px;
}

#mg2-aa3 {position: absolute; left: 1140px;z-index:5000;
top: 10840px;
}


#mg2-aa4 {position: absolute; left: 1140px;z-index:5000;
top: 12500px;
}

#mg2-aa5 {position: absolute; left: 1140px;z-index:5000;
top: 14300px;
}


#mg2-aa6 {position: absolute; left: 1140px;z-index:5000;
top: 15500px;
}

#mg2-aa7 {position: absolute; left: 1140px;z-index:5000;
top: 17800px;
}


#mg2-aa8 {position: absolute; left: 1140px;z-index:5000;
top: 23200px;
}

#mg2-aa9 {position: absolute; left: 1140px;z-index:5000;
top: 20462px;
}

#mg2-aa10 {position: absolute; left: 1140px;z-index:5000;
top: 25400px;
}

#mg2-aa11 {position: absolute; left: 1140px;z-index:5000;
top: 27200px;
}

#mg2-aa12 {position: absolute; left: 1140px;z-index:5000;
top: 29000px;
}


#mg2-crayons {position: absolute; left: 1140px;z-index:5000;
top: 43400px;
}


#mg2-colorbars {position: absolute; left: 1140px;z-index:5000;
top: 61700px;
}


#mg2-aa13 {position: absolute; left: 1140px;z-index:5000;
top: 32500px;
}

#mg2-aa14 {position: absolute; left: 1140px;z-index:5000;
top: 33700px;
}

#mg2-aa15 {position: absolute; left: 1140px;z-index:5000;
top: 34600px;
}

#mg2-aa16 {position: absolute; left: 1140px;z-index:5000;
top: 35600px;
}


#mg2-aa17 {position: absolute; left: 1140px;z-index:5000;
top: 36900px;
}

#mg2-aa18 {position: absolute; left: 1140px;z-index:5000;
top: 37700px;
}



#mg2-aa19 {position: absolute; left: 1140px;z-index:5000;
top: 39300px;
}

#mg2-aa20 {position: absolute; left: 1140px;z-index:5000;
top: 41400px;
}

#mg2-aa21 {position: absolute; left: 1140px;z-index:5000;
top: 42200px;
}

#mg2-aa22 {position: absolute; left: 1140px;z-index:5000;
top: 44300px;
}

#mg2-aa23 {position: absolute; left: 1140px;z-index:5000;
top: 45200px;
}

#mg2-aa24 {position: absolute; left: 1140px;z-index:5000;
top: 46200px;
}

#mg2-aa25 {position: absolute; left: 1140px;z-index:5000;
top: 50600px;
}

#mg2-aa26 {position: absolute; left: 1140px;z-index:5000;
top: 51700px;
}

#mg2-aa27 {position: absolute; left: 1140px;z-index:5000;
top: 64500px;
}

#mg2-aa13b {
position: absolute;
left: 1080px;
z-index: 500;
top: 107580px;
}


#mg2-aa29 {position: absolute; left: 1140px;z-index:5000;
top: 108000px;
}


#mg2-aa30 {position: absolute; left: 1140px;z-index:5000;
top: 111000px;
}

#mg2-aa31 {position: absolute; left: 1140px;z-index:5000;
top: 117000px;
}

#mg2-aa32 {position: absolute; left: 1140px;z-index:5000;
top: 119000px;
}

#mg2-aa33 {position: absolute; left: 1140px;z-index:5000;
top: 121000px;
}









/* background images */
#parallax-bg1 {
	z-index: -21;
	position: fixed;
	left: 500px; /* align left edge with center of viewport */
	top: 2px;
	width: 1200px;
	margin-left: -600px; /* move left by half element's width */

	}
	#bg1-1 {
		position: absolute;
		top: 845px;
		left: 890px;
		}


#bg1-2a {
		position: absolute;
		top: -60px;
		left: 60px;
width:1900px !important;
z-index: -20;
		}
#bg1-2 {
		position: absolute;
		top: 120px;
		left: 290px;
z-index: 444444444;
		}




#bg-6 {
		position: absolute;
		top: 20px !important;
	}


#parallax-bg4 {
	z-index: -12;
	position: scroll;
	right: 10%; /* align left edge with center of viewport */
	top: 900px;
	width: 100% !important;

	}

#fg4-1 {
		position: absolute;
left:0;
top: 00px;
z-index: -12;		}


#fg4-15 {
		position: absolute;
left: 250px;
top: 62700px;
width:1900px;
z-index:-45;
		}

#fg4-15a {
		position: absolute;
left: 580px;
top: 62900px;
width:1900px;
display: block;
		}

#fg4-15aa {
		position: absolute;
left: 1200px;
top: 62080px;
width:1900px;
display: block;
		}

#fg4-15b {
		position: absolute;
left: 580px;
top: 62930px;
width:1900px;
display: block;
		}

#fg4-15c {
		position: absolute;
left: 580px;
top: 62980px;
width:1900px;
display: block;
		}
#fg4-15d {
		position: absolute;
left: 1360px;
top: 62970px;
width:1900px;
display: block;
width:330px;
float: left;
		}


#parallax-bg5 {
	z-index: -10;
	position: scroll;
	left: 50%; /* align left edge with center of viewport */
	right: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 1200px;
	}

#bg5-1 {
	position: absolute;
		top: 4230px;
		left: 470px;
z-index: -17777;
	}
#parallax-bg6 {
	z-index: 7;
	position: scroll;
	left: 50%; /* align left edge with center of viewport */
	right: 50%; /* align left edge with center of viewport */
	top: 0px;
	width: 1200px;
	}

#parallax-bg7 {
	z-index: 17777;
	position: absolute;
	left: 0;
	top: 350px;
	}

#bg7-1 {
		position: absolute;
		top: 650px;
width:1900px;
		left: -430px;
z-index: -4;
opacity: 0.4;
		}
#parallax-bg8 {
	z-index: 12;
	position: scroll;
	left: 50%; /* align left edge with center of viewport */
	right: 50%; /* align left edge with center of viewport */
	top: 300px;
	width: 1200px;
	}


.ls-minimal .ls-nav-prev,
.ls-minimal .ls-nav-next {
	display: none !important;
}

.sliderSpace {
padding-top: 120px !important;
}

.flagbar {

width:100%;
background: #3b3b3b; /* Show a solid color for older browsers */

	position: fixed;
z-index:99999999999999;
 -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
box-shadow: 3px 3px 3px rgba(0,0,0,0.5);

}

.flagbar img {
width 463px;
float:left;
}

.flagbar {
font-family: museo slab, museo-slab, georgia,serif;
font-size:12px;
line-height:34px;
height:35px;
}


.footbar {

float:right;
right:0px;
bottom: 0px;
margin-top: 5px;
position: fixed;
text-align: left;
width:100%;
background: #3b3b3b; /* Show a solid color for older browsers */

	position: fixed;
z-index:100000;
 -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}



.footbar {
font-family: museo slab, museo-slab, georgia,serif;
font-size:11px;
line-height:20px;
height:24px;
}


.footbar a {
margin-left: 10px;
padding-right:10px;
margin-top:-32px;
color:#ffffff;
}

.footbar a:hover {
margin-left: 10px;
color:#cccccc;
}

.footbar a:active {
margin-left: 10px;
color:#ffffff;
}


.socials {
float:right;
right:0;
top:8px;
position: fixed;
z-index:999999999999999;
}


.socials img {
padding-top:6px;
}

.navbar {

width:100%;
background: #3b3b3b; /* Show a solid color for older browsers */

	position: fixed;
z-index:999999999999;
}


.navbar {

width:900px;

	position: fixed;
z-index:999999999999;
margin-top:-font-size: 26px;
	line-height: 42px;
margin-top:-32px;
left:460px;
}


.navbar {
font-family: museo slab, museo-slab, georgia,serif;
font-size:12px;
font-weight: bold;
line-height:20px;
height:24px;
color: #999999;
}


.navbar a {
margin-left: 10px;
padding-right:10px;
margin-top:-32px;
color:#ffffff;
}

.navbar a:hover {
margin-left: 10px;
color:#cccccc;
}

.navbar a:active {
margin-left: 10px;
color:#ffffff;
}


#one-column-emphasis
{
	font-family: "Museo Sans", "Helvetica", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 800px;
	text-align: left;
	border-collapse: collapse;
}
#one-column-emphasis th
{
	font-size: 14px;
	font-weight: bold;
	padding: 12px 15px;
	color: #666;
}

#one-column-emphasis caption
{
	font-size: 22px;
	font-weight: bold;
	padding: 12px 15px;
	color: #7a7a7a;
text-align: left;
}


#one-column-emphasis td
{
	padding: 10px 15px;
	color: #666;
	border-top: 1px solid #cccccc;
}
.oce-first
{
	background: #ffffff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#one-column-emphasis tr:hover td
{
	color: #666;
	background: #f1f1f1;
}

#one-column-emphasis b
{
	font-weight: bold;
	color: #4444;
}



h3 {
font-family: "museo-slab", museo slab,  Georgia, serif;

font-weight: bold;
font-size: 28px;
padding-left: 20px !important;
margin-bottom: -10px;
}
h4 {
font-family: museo sans, museo-sans, arial, helvetica, sans-serif;
font-weight: bold;
font-size: 22px;

}

h5 {
font-family: Georgia, serif;
font-weight: normal;
font-style: italic;
color: #cccccc;
font-size: 22px;

}

h6 {
font-family: Georgia,serif;
font-weight: normal;
text-transform: uppercase;
font-size: 14px;

}


.next-page {
width: 250px;
float: right;
height:150px;
padding-right: 30px;
color: #777;
background: url('img/next.jpg') no-repeat right center;
font-size: 22px;
text-align: right;
z-index:1;

}

.next-page h5{
margin-right: 50px;

}
.previous-page h5{
margin-left: 90px;

}

.next-page h6{
margin-right: 50px;

}
.previous-page h6{
margin-left: 90px;

}

.previous-page {
width: 250px;
float: left;
height:150px;
padding-right: 30px;
color: #777;
background: url('img/previous.jpg') no-repeat right center;
font-size: 22px;
z-index:1;


}


.sidequote {
quotes: none;
font-size: 24px;
line-height: 32px;
	color: #666666;
font-family: "museo-slab", museo slab,  Georgia, serif;
font-weight: normal;
z-index: 4;

width:220px;

}
.sidequote:before {
	display: block;
content: "\201C";
font-size: 300px;
position: absolute;
left: -60px;
top: 10px;
color: #cccccc;
font-family: Georgia, serif;

}

.sidequote:after {
	font-family: Georgia, serif;

display: block;
content: "\201D";
font-size: 200px;
position: relative;
float:right;
color: #cccccc;
padding-right: 4px;
margin-top:70px;
}

.sidecite {
	
font-size: 16px;
color: #666666;
font-family: "museo-slab", museo slab,  Georgia, serif;
font-weight: normal;
display: block;
margin-top: 380px;
margin-left:30px;
width: 300px;
}


.sidecite1 {
	
font-size: 16px;
color: #666666;
font-family: "museo-slab", museo slab,  Georgia, serif;
font-weight: normal;
display: block;
margin-top: 230px;
margin-left:30px;
width: 300px;
}

.sidecite2 {
	
font-size: 16px;
color: #666666;
font-family: "museo-slab", museo slab,  Georgia, serif;
font-weight: normal;
display: block;
margin-top: 530px;
margin-left:30px;
width: 300px;
}


.firstcharacter { float: left; color: #00afe9; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: "museo-slab", museo slab,  Georgia; }

updater {
font-family: "museo-slab", museo slab,  Georgia, serif;

font-weight: bold;
font-size: 28px;
}

shaded {
background-color: #dcecfb;
padding: 3px;
}


.llnav {

float:right;
right:0px;
bottom: 30px;
margin-top: 5px;
position: fixed;
text-align: left;
width:350px;
height: 400px;
background: #3b3b3b; /* Show a solid color for older browsers */

	position: fixed;
z-index:100000;
 -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
display: hidden;
}



.llnav {
font-family: museo slab, museo-slab, georgia,serif;
font-size:12px;
height:144px;
text-align: left;
}

.llnav li {
font-family: museo slab, museo-slab, georgia,serif;
font-size:12px;
line-height:16px;
text-align: left;
margin-bottom: -6px;
width: 220px;

list-style-type: disc;
list-style-position: inside;
text-indent: -0.65em;
list-style: none;
}



.llnav a {
margin-left: 10px;
padding-right:10px;
margin-top:-32px;
color:#ffffff;
}

.llnav a:hover {
margin-left: 10px;
color:#cccccc;
}

.llnav a:active {
margin-left: 10px;
color:#ffffff;
}

.llnav {

display: none;
}

.controller1 {
text-align: right;
}

.layercontrols {

display: block;
float: right;
position: fixed;
bottom: 0px;
right: 0px;
z-index: 9999999999999999999;
}


.layercontrols a:hover img{

opacity: 1.0 !important;
}


