* {
	margin: 0;
	padding: 0;
}
body {
	padding: 0px;
	margin: 0px;
	font-family:"Verdana", "Arial";
	background: #fff;
	overflow-x: hidden;
	color: #444;
	font-size:10px;
	color: #111;
	
}
img a:link,img a:hover, img a:visited, img a:active {
	outline: none ;
	border: 0px ;
	cursor: move;
}
img {
	border: 0 ;	
	outline: none ;
}
ul, li {
	list-style: none;	
}
a:link, a:hover, a:visited, a:active {
	color: #111;
	text-decoration:none;
	background-color: transparent;
}
h1 {	
	font-weight: normal;
	background-color:transparent;
	text-decoration:underline;
	font-size:10px;
	margin-bottom: 3px;
}
#left {
	font-weight: normal;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color:transparent;
	padding-left: 20px;
	padding-top:50px;
	z-index: 200;
}
#left ul li a {	
	font-weight: normal !important;
}
#container {
	
    margin:  auto;
	max-height: 100% !important;
	overflow: hidden;

}
.photo {
	width: 33%;	
	text-align: center;
	margin: 4px;

}

.img1, .img2{
	cursor: move;
		
}

.img1, .hoverbox-1 { 
	float: right;
	display: inline;
}

.img2, .hoverbox-2 {
	float: left;
	display: inline;
}


/* START Editing Image Titles on Hover Overlay *

!!!!!!!!!!!!!!  HEY CHRISTIAN  !!!!!!!!!!!!!

THESE CHANGES SCREWED UUP THE DRAG PAGE
Changes Made: (2-27-16)

Changes Disabled: (3-16-16)


.img_holder {
	width: 33%;
	text-align: center;
}


p.img_title1 {
	float: right;
}

p.img_title2 {
	float: left;
}


/* END Editing Image Titles on Hover Overlay */



#info {
	width: 500px;
	padding-left: 140px;
	padding-top:50px;	
}
div#preload { display: none; }
div#preload .photoimg{ width: 1px; height: 1px; }
img#home {
	position: fixed;
	top: 0px;
	left: 120px;
	max-height:800px;
	min-height: 400px;
	height:100%;
}
@media screen and (max-device-width: 480px){
body {
	font-size: 10px !important;	
}
h1 {
	font-size: 10px !important;	
}
img {
	max-width: 100% !important;	
}
img#home {
	left: 155px;
}