@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
}

img {
	border:none;	
}

#container {
	width:1050px;
	margin: 0 auto 0 auto;
}

#gallery {
	width:850px;
	height:1100px;
	float:left;	
	background-color:#000;
}

#arrow-left, #arrow-right {
	float:left;
	margin-top:525px;	
	width:50px;
}

a.arrow-left-iphone, a.arrow-right-iphone {
	display:none;	
}

#arrow-left {
	margin-right:50px;
}

#arrow-right {	
	margin-left:50px;
}

:focus {
outline: 0;
} 

a.arrow-left img {
	display:none;	
}
