/*
CSS Name: Eyepartner Style
Description: NextGEN Default Gallery Stylesheet
Author: Alex Rabe
Version: 2.11

This is a template stylesheet that can be used with NextGEN Gallery. I tested the
styles with a default theme Kubrick. Modify it when your theme struggle with it,
it's only a template design

*/
.ngg-galleryoverview{
	float:left;
	display:inline;
	margin:0px;
	padding:0px;
	position:relative;
	width:110%;
	overflow:hidden;
}
.ngg-gallery-thumbnail-box{
	float:left;
	display:inline;
	margin:0px 30px 30px 0px;
	padding:15px 0px 0px 15px;
	width:315px;
	height:183px;
	background:url(product-thumb-bg.png) no-repeat 0px 0px;
}