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

* {outline: none; padding:0; margin:0;}

body {
	background: #2b373f;
}

#wrapper {
	width: 960px;
	margin: 10px auto 0 auto;
	position: relative;
}
div.thumb {
	position: absolute;
	top: 60px;
	right: 0;
	width: 206px;
	height: 500px;
	z-index: 100;
}
#main_view {
	position: absolute;
	top: 160px;
	left: 0;
	z-index: 99;
	width: 600px;
	text-align: center;
}
#thumbLeft {
	width: 103px;
	float: left;
}
#thumbRight {
	width: 101px;
	float: right;
}
div.thumb img {
	margin-bottom:2px;
}
#cheeathCan {
	position: absolute;
	bottom: 0;
	right: 231px;
	z-index: 1000;
	width: 228px;
	height: 264px;
}
#photoGalleryBtn {
	position: absolute;
	top: 30px;
	left: 30px;
}
