/* CSS Document */
#album
{
	padding-bottom: 10px;
}
.js .gallery
{
	width: 100%;
	margin: 0 auto;
	border-radius: 10px;
	position: relative;
	background-color: #CCC;
}
.js .thumbnails
{
	position: absolute;
	width: 100%;
	z-index: 1;
	bottom: 0;
}

.js .fb-frame
{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 104px;
	height: 2.3em;

}
.js .fb-frame iframe
{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 2em;
	width: 100px;
	z-index: 50;
}
.elastislide-wrapper nav span {
	background-color: #666;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
}

.elastislide-carousel ul li a img {
	width: 100px;
	border-radius: 10px;
	border: none;
	margin: 5px;
}
.elastislide-carousel ul li a{
}
.elastislide-horizontal.elastislide-loading {
	background-image: url(../images/loading_dark.gif);
}
.elastislide-horizontal {
	background-color: transparent;
	border-radius: 0 0 10px 10px;
}
.elastislide-carousel ul li.current-img a img {
	box-shadow: 0 0 4px 3px rgba(0,83,159,1);
}
.image-preview
{
	position: relative;
}
.image-preview img 
{
	border-radius: 10px 10px 10px 10px;
	max-width: 100%;
	max-height: 640px;
	display: block;
	margin: auto;
}
.current_img
{
	border: solid 2px red;
}

#fb_gal {
	position: absolute;
	text-align: right;
	right: 0;
	padding: 5px;
	width: 100%;
}
#fb_gal iframe {
	max-height: 3em;
	width: 100%;
	border: 0px;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}
.gal_prev {
	position: absolute;
	top: 50%;
	left: 0;
	width: 10%;
	max-height:60px;
	max-width: 60px;
}
.gal_next {
	position: absolute;
	top: 50%;
	right: 0;
	width: 10%;
	height: auto;
	max-height:60px;
	max-width: 60px;
}
.gal_prev img {
	position: relative;
	opacity: 0.6;
	top: -30px;
}
.gal_next img {
	position: relative;
	opacity: 0.6;
	top: -30px;
}
.gal_prev:hover img {
	background: rgba(100,100,100,1);
	opacity: 0.8;
}
.gal_next:hover img {
	background: rgba(100,100,100,1);
	opacity: 0.8;
}
.gal_info_empty span {
	display_none;
}
.gal_info span {
	position: relative;
	bottom: 5px;
	width: auto;
	color: white;
	background: #333;
	margin: 0 auto;
	opacity: 0.7;
	padding: 3px;
	border-radius: 5px;
}
.gal_play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10%;
	max-height:60px;
	max-width: 60px;
}
.gal_play img {
	position: relative;
	top: -35px;
	left: -35px;
	background: rgba(100,100,100,0.8);
	border-radius: 35px;
	padding: 10px;
	width: 50px;
	height: 50px;
}


@media only screen and (orientation:portrait) {
	.js .thumbnails
	{
		position: relative;
		width:100%;
	}
	.image-preview img 
	{
		border-radius: 10px 10px 0 0;
	}
}