/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Photocrati Media
Version: 2.12

This stylesheet is provided to allow users the ability of overriding the default styles for all display types
*/

.ngg-imagebrowser {
     color:#ffffff;
}

.ngg-imagebrowser h3 {
   color:#ffffff;
   
}

ngg-imagebrowser .pic {
	border: solid 1px #555;
}

.ngg-imagebrowser-nav .next {
    float: right;
    border:none;
    padding: 3px 7px;
}

.ngg-imagebrowser-nav .back {
    float: left;
    border:none;
    padding: 3px 7px;
}

.ngg-imagebrowser-nav a {
	color:#F33;
	font-size:.9em;
	text-decoration:none;
	
}

.ngg-imagebrowser-nav a:hover {
	text-decoration:underline;
}