header
{
	/*height: 30px;*/
	position: relative;
	margin: 10px 0;
}

body
{
	width: 1100px;
}

h1
{
	margin: 0;
	margin-left: 70px;
	font-variant: small-caps;
}

h2
{
	margin: 0;
	margin-left: 70px;
	font-size: 1em;
}

.fadeIn
{
	width: 100%;
	height: 100%;
	
	background-color: rgba(124, 124, 124, 0.5);
	border-radius: 5px;
}

.image
{
	width: 267px;
	height: 267px;
	
	margin: 4px;
}

.image img
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

.square_1_5
{
	width: 412px;
	height: 412px;
}

.square_2
{
	width: 542px;
	height: 542px;
}

.width_2
{
	width: 542px;
	height: 267px;
}

.full
{
	width: 1092px;
	/*height: 500px;*/
}

.spacer
{
	width: 1092px;
	height: 8px;
}

.image-link
{
	position: absolute;

	background-image: url("images/arrow_bw.png");
	
	height: 39px;
	width: 39px;
	
	left: 0;
	top: 0;
	
	margin: 20px 12px;
	
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
	
    background-repeat:no-repeat;
    background-origin:border-box;
    background-position:50% 50%;
    
	border-width: 0;
	border: 20px solid rgba(0, 0, 0, 0);
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
		
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.image-link:hover
{
	transition-duration: 0.5s;
	border: 1px solid rgba(0, 0, 0, 0.7);
	border-width: 3;
	border-color: #FFF;
}

#img_top
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	
	border-right: 1px solid #273842;
}

#img_bot
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.slider_cap:before
{
	content: "SLIDE ME";
}

.slider_cap
{
	margin: 10 10 0 0;
	padding-left: 35px;
	position: absolute;
	z-index: 3;
	
	right: 0;

    background-repeat:no-repeat;
    background-origin:border-box;
    background-position: 0px 40%;
}

.black
{
	color: 000000;
	background-image: url("images/arrow_thin_black.png");
}

.white
{
	color: FFFFFF;
	background-image: url("images/arrow_thin_white.png");
}