/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none !important;
	margin: 0;
	padding: 0;
}
.gallery li {
	list-style: none !important;
	background-image: none;
	margin: 10px;
	padding: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 150px;
}
.gallery img {
	background: #4a4a4a;
	border: none 0px transparent !important; 
	padding: 4px;
}
.gallery span {
	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	top: -15px;
	left: 50px;
	/*background: url(images/tape.png) no-repeat;*/
}
.gallery a {
	text-decoration: none;
	background-image: none !important;
}
.gallery a:hover img {
	background: #fff;

}

/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Alex Rabe
Version: 2.10

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-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
    height: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #fff;
}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
    overflow:hidden;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
} 

.ngg-album {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

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

.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #A9A9A9;
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:200px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:190px;	
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:140px;
	margin:0pt 0pt 6px !important;
	padding:12px 0px 0px 0px !important;
	width:190px;
}


.ngg-album-compactbox .Thumb {
	border:3px solid #4a4a4a;
	margin:0px !important;
	padding:0px !important;
	width:170px; 
	height:130px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:160px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

