/**
 * Customization of Lookbook using jquery-imagegallery plugin.
*/

.lookbook{
	padding-top: 40px;
}

.lookbook-pagination{
	position: absolute;
	right: 10px;
	top: 10px;
}

/**
	Customizing marker layer ( z-index ). 
	1 to be upper the number or -1 to be lower the number
*/
.lookbooky-container .lookbook-pagination-marker{
	z-index: 1;
	top: 3px;
	left: 3px;
}