/* 
    Document   : mobile
    Created on : Apr 12, 2013, 9:26:36 AM
    Author     : Marc
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

@media (max-width: 1024px) {
	
html, body {
	width: 768px;
}

.navigation {
	left: 0px;
	top: 100px;
}

.navigation_image {
	width: 80%;
	height: 100%;
}

.content {
    width: 620px;
	top: 480px;
	left: 20px;
	position: absolute;
	border: solid 0px #ffffff; 
	z-index: 1;
	display:inline;
}

.images {
	/*display: none;*/
	width: 200px;
	height: 200px;
	top: 400px;
	left: 540px;
	overflow: hidden;
	
}
.images .mid {
	top:0;
	left: 0;
}

.contact {
	left: 150px;
}

}
