#lookbook {

}
#lookbook #lookbook_top{
	height: 69px;
	background: #f7d51b;
	padding-top: 11px;
	margin-bottom: 25px;
}
#lookbook_top h2 {
	display: block;
	width: 153px;
	height: 21px;
	background: url(images/lookbook.png) no-repeat;
	text-indent: -9999em;
	margin-left: 14px;
}
#lookbook #lookbook_navigation {
	height: 40px;	
}
#lookbook_navigation a{
	display: block;
	width: 219px;
	height: 32px;
	background: #5e5e5e;
	color: #ffffff;
	float: left;
	margin-right: 16px;
	font-size: 12px;
	line-height: 14px;
	padding: 3px 0 0 6px;
}
#lookbook_navigation a.last {
	margin: 0;
}
#lookbook #lookbook_slider {
	margin-top: 11px;
	margin-bottom: 24px;
	position: relative;
	width: 950px;	
	height: 650px;
	padding-top: 26px;
	overflow: hidden;
}
#lookbook_slider_background {
	width: 950px;	
	height: 650px;
	background: #f1f1f1;	
}
#lookbook #lookbook_slider_inner {
	width: 845px;	
	height: 650px;
	margin-left: 50px;
}

#lookbook_slider_inner li {
	width: 845px;	
	height: 650px;
	overflow:hidden; 
}

#lookbook_slider_inner li .lookbook_slide_description {
	width: 319px;
	float: left;
	height: 650px;
	position: relative;
}
#lookbook_slider_inner li .lookbook_slide_description p {
	position: absolute;
	top: 285px;
	left: 100px;
	line-height: 18px;
	width: 190px;
}
#lookbook_slider_inner li .lookbook_slide_image {
	width: 526px;
	float: right;
}

#controls {
	position: absolute;
	left: 0;
	top: 0;
}
#controls li {
	float: left;
	width: 26px;
}
#controls li a {
	display: block;
	width: 16px;
	height: 16px;
	
	background: #5e5e5e;	
}
#controls li.current a{
	/* background: #5e5e5e; */
	text-indent: -9999em;
}

#prevBtn a {
 	position: absolute;
	left: 0;
	top: 26px;
 	display: block;
	height: 650px;
	width: 50px;
	text-indent: -9999em;
	background: url(images/previous.png) no-repeat;
	background-position: 19px 293px;
	z-index: 0;	
}
#prevBtn a:hover {
	background: #cfcfcf url(images/previous_hover.png) no-repeat;
	background-position: 19px 293px;	
}
#nextBtn a {
 	position: absolute;	
	right: 0;
	top: 26px;
 	display: block;
	height: 650px;
	width: 50px;
	text-indent: -9999em;
	background: url(images/next.png) no-repeat;
	background-position: 19px 293px;
	z-index: 0;
}
#nextBtn a:hover {
	background: #cfcfcf url(images/next_hover.png) no-repeat;
	background-position: 19px 293px;	
}
