/*ALBUM*/
#album{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 300px;
	position: relative;
	overflow: hidden;
		-moz-box-shadow:8px 0px 6px  -4px  rgba(000,000,000,0.3),inset 5px 5px 1px rgba(255,255,255,1);
	-webkit-box-shadow:8px 0px 6px -4px  rgba(000,000,000,0.3),inset 5px 5px 1px rgba(255,255,255,1);
	box-shadow:8px 0px 6px -4px rgba(000,000,000,0.3),inset 5px 5px 1px rgba(255,255,255,1);

}


#album .album_photo{
	height: 100%;
	position: absolute;

}

#album img{
	position: relative;
	height: 100%;
}

#album #album_text{
	position: absolute;
	width: 40%;
	left: 0;
	z-index: 1;
}
#album .album_text{
	width: 100%;
	height: 100%;
	position: absolute;
}
#album a{
		text-decoration: none !important;
			border: none !important;
			color: inherit !important;
}

.album_off{
	right: -101% !important;
	/*left: 101% !important;*/
}

@-moz-document url-prefix() { 
  #album .album_photo {
     left: 40%;
     right: auto;
  }
  #album .album_off{
  	left: 101%! important;
  }
}