/*
Theme Name: Photography Childtheme
Description: Photography Child Theme
Author: Derek Dyer
Author URI: https://github.com/digitaldrk
Template: photography
Version: 1.0.0
*/

.frame_left
{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	z-index: 1000;
}

.frame_right
{
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 0;
	z-index: 1000;
}

.frame_top
{
	position: fixed;
	top: 0;
	left: 0;
	height: 15px;
	width: 100%;
	z-index: 1000;
}

.frame_bottom
{
	position: fixed;
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
	z-index: 1000;
}