/*
CSS Name: Bens Styles
Description: NextGEN Stylesheet for Hoochie Coochie
Author: Ben Coleman
Version: 1.0
*/

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

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
    height: 100%;
    padding: 10px;
    margin-bottom: 10px;
    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: 10px;
    margin-bottom: 10px;
    border: 1px solid #dddddd;
} 

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

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

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

.ngg-thumbnail a{border:none!important;}

.ngg-thumbnail img {
	position:relative;
}

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

/* ----------- Gallery Styles  -------------*/

#shNext a, #shPrev a, #shCount {font-size:12px!important; color:#000!important;}
#shTitle {background:#ccc; border:#ccc 4px solid!important;color:#000!important;}
#shName {}
#shTopImg {border:#ccc 2px solid!important; padding:0!important;}
.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	margin-right: -12px!important;
	clear:both; 
	display:block !important;
}

.ngg-galleryoverview .desc {
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left;
	margin: 10px 10px 0 0;
	text-align: center;
	display:inline;
}

.ngg-gallery-thumbnail a{border:none!important;}

.ngg-gallery-thumbnail img {
	display:block;  
	padding:0;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: red;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.813em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	font-family:'trebuchet ms',trebuchet,arial,sans-serif; 
	height:30px;
}

.ngg-navigation span {
	font-weight:bold;
	margin:0px 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	border:1px solid #ccc!important;
	margin-right:3px;
	padding:3px 7px;
	-moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px;
	display:inline-block;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #b5283c;
	color: #FFFFFF !important;
	text-decoration: none !important;
	border:1px solid #b5283c!important;
}

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

.ngg-widget{margin-right:-10px;}
.ngg-widget img {
	border:1px solid #ccc;
	margin: 0 5px 8px 6px;
}

/* ----------- Gallery list -------------*/

.ngg-galleryoverview ul li:before {
	content: '' !important;
}

.ngg-gallery-list {
	list-style-type:none;
	padding: 0px !important;
	text-indent:0px !important;	
}

.ngg-galleryoverview div.pic img{
	width: 100%;	
}

.ngg-gallery-list li {
	float:left;
	margin:0 2px 0px 2px !important;
	overflow:hidden;
}

.ngg-gallery-list li a {
	border:1px solid #CCCCCC;
	display:block;
	padding:2px;
}

.ngg-gallery-list li.selected a{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000000 none repeat scroll 0 0;
}

.ngg-gallery-list li img {
	height:40px;
	width:40px;	
}

li.ngg-next, li.ngg-prev {
	height:40px;
	width:40px;	
	font-size:3.5em;
}

li.ngg-next a, li.ngg-prev a  {
	padding-top: 10px;
	border: none;
	text-decoration: none;
}