/*
CSS Name: Shadow Effect
Description: NextGEN Default Style with a Shadow effect
Author: Alex Rabe
Version: 1.50

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

*/

/* ----------- Album Styles Extend -------------*/

.ngg-gallery {
	border:        1px solid #55452e;
	padding:       10px;
	width:         285px;
	height:        110px;
	float:         left;
	margin-right:  10px;
	margin-bottom: 10px;
}
	.ngg-gallery-title {
		width:    270px;
		overflow: hidden;
	}
	.ngg-gallery-title a { color: #a99a71; }
	
	.ngg-gallery-thumb {
		display: block;
		float:   left;
		border:  1px solid #55452e;
	}
	.ngg-gallery-thumb:hover {
		border-color: #e0e0e0;
	}
		.ngg-gallery-thumb img {
			display: block;
			margin:  2px;
			padding: 0px;
		}

	.ngg-gallery-desc {
		float:       left;
		margin-left: 10px;
		width:       165px;
		overflow:    hidden;
	}

	.ngg-gallery-thumbnail {
		float:  left;
		border: 1px solid #55452e;
		margin: 0px 10px 10px 0px;
	}
	.ngg-gallery-thumbnail:hover {
		border-color: #e0e0e0;
	}
		.ngg-gallery-thumbnail img {
			display: block;
			margin:  2px;
			padding: 0px;
		}

	.ngg-navigation {
		clear:         both;
		margin-bottom: 10px;
		padding:       5px 0px;
		border-top:    1px solid #55452e;
		border-bottom: 1px solid #55452e;
	}
	.ngg-navigation span {
		padding: 2px;
		margin:  0px 3px;
	}
	.page-numbers {
		padding: 2px;
		margin:  0px 3px;
	}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	display:block;
	padding:4px;
}

.ngg-left {
	float: left;
	margin-right:10px;
}

.ngg-right {
	float: right;
	margin-left:10px;
}

.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
	text-align:left;
}

.ngg-widget img {
	border:2px solid #A9A9A9;
	margin:0pt 2px 2px 0px;
	padding:1px;
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #000000;
} 