#lookbook {
    width: 100%;
    height: 100%;
    padding-bottom: 175px;
    margin: 10px auto;
}

.showPiece {
}

.lookbook_img {
	max-width: 1000px;
	max-height: 600px;
}

.arrow {
	cursor: pointer;
	display: block;
	min-width: 33px;
	min-height: 48px;
}

.rt_arrow {
	position: relative;
	top: -300px;
	left: 890px;
	background-image: url('http://www.freshproduceclothes.com/media/fpimages/lookbooks/icons/june-lookbook_scroll-right.png');
	background-repeat: no-repeat;
}

.rt_arrow:hover {
	background-image: url('http://www.freshproduceclothes.com/media/fpimages/lookbooks/icons/june-lookbook_scroll-right-rollover.png');
	background-repeat: no-repeat;
}

.lt_arrow {
	position: relative;
	top: 300px;
	margin-bottom: -50px;
	background-image: url('http://www.freshproduceclothes.com/media/fpimages/lookbooks/icons/june-lookbook_scroll-left.png');
	background-repeat: no-repeat;
}

.lt_arrow:hover {
	background-image: url('http://www.freshproduceclothes.com/media/fpimages/lookbooks/icons/june-lookbook_scroll-left-rollover.png');
	background-repeat: no-repeat;
}

.filmstrip {
    position: absolute;
    top: 810px;
    width: 80%;
    padding: 0;
    margin-left: 10px;
}

.filmstrip img {
    margin-left: 10px;
    margin-right: 10px;
    width: 130px;
    margin-top: 3px;
}

@media only screen and (max-width: 320px) {
	#lookbook { padding-bottom: 300px; }
	.lookbook_img { width: 100%; }
	.filmstrip { left: 10%; top: 370px; }
	.filmstrip img { width: 90px; }
	.rt_arrow {left: 265px; top: -95px; background-size: 5%;}
	.lt_arrow {left: 0px; top: 80px; background-size: 5%;}
}

@media only screen and (max-width: 480px) and (min-width: 360px) {
	.lookbook {}
	.lookbook_img { width: 100%; }
	.filmstrip { left: 10%; top: 390px; }
	.filmstrip img { width: 40px; margin-left: 5px; margin-right: 5px;  }
	.rt_arrow {left: 265px; top: -95px; background-size: 5%;}
	.lt_arrow {left: 0px; top: 80px; background-size: 5%;}
}

@media only screen and (max-width: 639px) and (min-width: 479px) {
	.lookbook {}
	.lookbook_img { width: 100%; }
	.filmstrip { left: 10%; top: 450px; }
	.filmstrip img { width: 50px; margin-left: 5px; margin-right: 5px;  }
	.rt_arrow {left: 335px; top: -125px; background-size: 5%;}
	.lt_arrow {left: 0px; top: 110px; background-size: 5%;}
}

@media only screen and (max-width: 640px) and (min-width: 600px) {
	.lookbook {}
	.lookbook_img { width: 100%; }
	.filmstrip { left: 10%; top: 450px; }
	.filmstrip img { width: 60px; margin-left: 5px; margin-right: 5px;  }
	.rt_arrow {left: 335px; top: -125px; background-size: 5%;}
	.lt_arrow {left: 0px; top: 120px; background-size: 5%;}
}

@media only screen and (max-width: 768px) and (min-width: 700px) {
	.lookbook {}
	.lookbook_img { width: 100%; }
	.filmstrip { top: 660px; width: 85%; margin-left: 25px;}
	.filmstrip img { width: 95px; margin-left: 5px; margin-right: 5px;  }
	.rt_arrow {left: 680px; top: -240px;}
	.lt_arrow {left: 0px; top: 230px;}
}

@media only screen and (max-width: 800px) and (min-width: 770px) {
	.lookbook {}
	.lookbook_img { width: 100%; }
	.filmstrip { top: 660px; }
	.filmstrip img { width: 90px; margin-left: 5px; margin-right: 5px;  }
	.rt_arrow {left: 680px; top: -240px;}
	.lt_arrow {left: 0px; top: 240px;}
}

@media only screen and (max-width: 1024px) and (min-width: 1000px) {
	.lookbook {}
	.lookbook_img { width: 100%; }
	.filmstrip { top: 660px; }
	.filmstrip img { width: 100px; margin-left: 5px; margin-right: 5px;  }
	.rt_arrow {left: 680px; top: -240px;}
	.lt_arrow {left: 0px; top: 240px;}
}

.pageNumber { display:none; }
