code {
	display: block;
	padding: 4px;
	margin: 2px;
	display: none;
	white-space: pre;
	overflow: scroll;
}   
/* - - - - - - - - - - - - - - - - - - - - -
		Gallery Container
 - - - - - - - - - - - - - - - - - - - - - - */
 #flickrcontainer {
	position:relative;
	width:912px;
	height:3100px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	padding: 20px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.flickrGalleryCntr {
	position: relative;
	width: 700px;
	background-color: #000;
	padding: none;
	border: none;
}
.flickrGalleryCntr img {
	border:0pt none;
}

/* - - - - - - - - - - - - - - - - - - - - -
		album containers
 - - - - - - - - - - - - - - - - - - - - - - */
.flickrGalleryAlbum {
	width: 90%;
	height: 100%;
	float: left;
	border: none;
	padding: 0px;
	margin: 0px;
}
.flickrGalleryAlbum img {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* - - - - - - - - - - - - - - - - - - - - -
		Images Container
 - - - - - - - - - - - - - - - - - - - - - - */
.flickrGalleryImages {
	height: 600px
}
.flickrGalleryImageView {
	padding-top: 30px;
	text-align: left;
	margin-left: none;
	margin-right: none;
	width: 80%;
}
.flickrGalleryImageView img {
	display: inline;
}

/* - - - - - - - - - - - - - - - - - - - - -
		Image Navigation buttons
 - - - - - - - - - - - - - - - - - - - - - - */
.flickrGalleryImageMenu {
	width: inherit;
	max-width: 350px;/*Prevents IE funk*/
	position: inherit;
	left: 0em;
	background: none;
	opacity: .40;
	filter: alpha(opacity=40);
}
.flickrGalleryImageMenuHover {
	opacity: .90;
	filter: alpha(opacity=90);
}

.flickrGalleryImageMenu a {
	color: #ffffff;
	width: 100%;
	text-decoration: none;
}
.flickrGalleryImageMenuButtons {
	background-color: none;
	color: #ffffff;
}
.flickrGalleryImageMenuButtons a {
	padding: 3px;
	margin: 4px;
}
.flickrGalleryImageMenuButtons a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	color: #ffffff;
	text-decoration: underline;
}

/* - - - - - - - - - - - - - - - - - - - - -
		Thumbnails images
 - - - - - - - - - - - - - - - - - - - - - - */
.flickrGalleryImageThumbs {
	background: #000000;
	border-bottom: 5px solid #0f0f0f;
	padding: 1em;
}
.flickrGalleryImageThumbs ul {
	list-style: none;
}
.flickrGalleryImageThumbs li {
	float: left;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	display: block;
	height: 50px;
	width: 50px;
	overflow: hidden;
	padding: 5px;
}

/* - - - - - - - - - - - - - - - - - - - - -
		Loading Message Container
 - - - - - - - - - - - - - - - - - - - - - - */
.flickrGalleryLoading {
	position: absolute;
	text-align: left;
	vertical-align: middle;
	/* z-index: 11; */
	opacity: .90;
	color: #ffffff;
	filter: alpha(opacity=90);
	font-size: large;
	font-weight: 900;
	left: 200px;
	top: 270px;
}
#videoGallery {
	margin-top: 60px;
	position: relative;
	display: inline;
}
.videoLeft {
	float: left;
	margin-top: 30px;
	margin-right: 30px;
}
.videoRight {
	float: right;
	margin-top: 30px;
	margin-right: 30px;
}

