@charset "UTF-8";

html {
	/*overflow-y: scroll;*/
}

body, div, p, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, a, img, table, tr, td, th, thead, tfoot, form {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", "TrebuchetMS", "Trebuchet", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #87807C;
}

#look-book-container {
	height: 74px;
	overflow: hidden;
	background-color: #F2F1F0;
}

#look-book-list form {
	float: left;
	position: relative;
	width: 64px;
	height: 60px;
}

#look-book-list form input {
	position: absolute;
	bottom: 0;
	right: 4px;
}

#look-book-list, #look-book-left, #look-book-right {
	position: absolute;
}

#look-book-left, #look-book-right {
	cursor: pointer;
	display: none;
}

#look-book-list {
	width: 512px;
	height: 60px;
	overflow: hidden;
	left: 27px;
	top: 6px;
}

#look-book-list-items {
	width: 508px;
}

#look-book-right {
	left: 535px;
}

