#am-ngg-ss-cont {
	position:relative;
	width:630px;
	margin:0 0 10px;
}
#am-ngg-cont,
#am-ngg-ss-unit-cont,
#am-ngg-ss-unit-x,
.jcarousel-skin-tango .jcarousel-container {
  border:0;
}
#am-ngg-ss-unit-cont ,
#am-ngg-ss-unit-label,
#am-ngg-caption,
#am-ngg-nav-prev,
#am-ngg-nav-next,
#am-ngg-caption a:hover, 
#am-ngg-caption a:active, 
#am-ngg-caption a:focus {
	color:#000;
}
.jcarousel-skin-tango .jcarousel-container {
  background:none;
	z-index:20;
}
#am-ngg-ss-cont,
#am-ngg-ss-unit-cont {
  background:#ECECEC;
	box-shadow:0 0 15px #555;
}
#am-ngg-cont {
  position:relative;
  background:url('ajax-loader.gif') no-repeat center;
  border-bottom:0;
  height:500px;
  width:630px;
	text-align:center;
  display:table;
	table-layout:fixed;
	z-index:20;
}
#am-ngg-ss-unit-cont{
	position:absolute;
	width:304px;
	z-index:10;
	top:0;
	display:none;
	padding:4px;	
	right:-312px;
	border-left:0;
}
#am-ngg-ss-unit-x{
	height:10px;
	width:10px;
	background:#9b0001;
	color:#eee;
	position:absolute;
	top:0;
	right:0;
	font-weight:bold;
	padding:3px;
	line-height:10px;
	border-top:0;
	border-right:0;
}
#am-ngg-ss-unit-x:hover,
#am-ngg-ss-unit-x:focus,
#am-ngg-ss-unit-x:active{
	cursor:hand;
	cursor:pointer;
	text-shadow:0 0 12px #fff;
}
#am-ngg-ss-unit{
	min-height:250px;
	bottom:4px;
	left:6px;
	position:absolute;
}
#am-ngg-ss-unit-label{
	display:block;
	width:301px;
	border-top:1px solid #ccc;
	bottom:254px;
	margin-left:3px;
	position:absolute;
}
#am-ngg-header {
  display:block;
  margin-bottom:6px;
  margin-right:18px;
  min-height:16px;
}

/* scrollbar */
#am-ngg-foot::-webkit-scrollbar {
	width:8px;
}
#am-ngg-foot::-webkit-scrollbar-track {
	background:rgba(255,255,255,0.1);
	border-radius:6px;
}
#am-ngg-foot::-webkit-scrollbar-thumb {
	background:#9b0001;
	border-radius:6px;
}
#am-ngg-foot::-webkit-scrollbar-thumb:window-inactive {
	background:#9b0001;
	border-radius:6px;
}

#am-ngg-title {
  font-size:24px;
}
#am-ngg-foot{
  overflow:auto;
}
.jcarousel-item {
  list-style:none;
}
.am-ngg-thumb {
  border:2px solid #000;
  cursor:hand;
  cursor:pointer;
  list-style:none;
  visibility:hidden;
}
.am-ngg-thumb:hover,
.am-ngg-thumb:focus,
.am-ngg-thumb:active {
  border:2px solid #9b0001;
  cursor:hand;
  cursor:pointer;
}
.am-ngg-highlight {
  border:2px solid #9b0001;
  box-shadow:2px 2px 10px #333;
}
#am-ngg-image{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
#am-ngg-image img {
  display:inline-block;
  max-width:600px;
	margin:0 !important;
}
#am-ngg-caption {
  text-align:left;
  font-size:14px;
  display:inline-block;
  margin:0 4px 10px;
	max-width:260px;
	overflow:hidden;
}
#am-ngg-caption-top{
	
background:-moz-linear-gradient(top,  rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.75)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background:-webkit-linear-gradient(top,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background:-o-linear-gradient(top,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background:-ms-linear-gradient(top,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background:linear-gradient(to bottom,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

	opacity:0;
	height:60px;
	width:100%;
	display:inline-block;
	float:left;
	margin-bottom:-60px;
	pointer-events:none;
}
#am-ngg-caption-bottom{
	
background:-moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 100%); /* FF3.6+ */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.75))); /* Chrome,Safari4+ */
background:-webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 100%); /* Chrome10+,Safari5.1+ */
background:-o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 100%); /* Opera 11.10+ */
background:-ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 100%); /* IE10+ */
background:linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 100%); /* W3C */
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bfffffff',GradientType=0 ); /* IE6-9 */

	opactiy:0;
	height:60px;
	width:100%;
	display:inline-block;
	float:left;
	margin-top:-60px;
	pointer-events:none;
}
#am-ngg-caption a{
  text-decoration:underline;
}
#am-ngg-nav-prev {
  color:#fff;
  position:absolute;
  left:14px;
  top:0px;
  display:block;
  padding:3px;
  width:75px;
  height:100%;
  z-index:20;
	text-align:center;
  text-transform:capitalize;
}
#am-ngg-nav-prev:hover,
#am-ngg-nav-prev:focus {
  cursor: hand;
  cursor: pointer;
}
#am-ngg-nav-prev:active {
  cursor: hand;
  cursor: pointer;
}
#am-ngg-nav-next {
  color:#fff;
  position:absolute;
  right:25px;
  top:0px;
  display:block;
  padding:3px;
  width:75px;
  height:100%;
  z-index:20;
	text-align:center;
  text-transform:capitalize;
}
#am-ngg-nav-next:hover,
#am-ngg-nav-next:focus {
  cursor: hand;
  cursor: pointer; 
}
#am-ngg-nav-next:hover .am-ngg-next-gradient,
#am-ngg-nav-next:focus .am-ngg-next-gradient{
  background-color:#8F0000;
}
#am-ngg-nav-next:active {
  cursor: hand;
  cursor: pointer;
}
#am-ngg-nav-next:active .am-ngg-next-gradient{
  margin-left:-5px;
  margin-top:2px;
  box-shadow:none;
  background-color:#8F0000;
}
#am-ngg-nav-next:active .am-ngg-next-text{
  color:#fff;
  margin-left:-5px;
  margin-top:5px;
}
#am-ngg-nav-prev:active .am-ngg-prev-gradient{
  margin-left:-1px;
  margin-top:2px;
  box-shadow:none;
  background-color:#8F0000;
}
#am-ngg-nav-prev:hover .am-ngg-prev-gradient,
#am-ngg-nav-prev:focus .am-ngg-prev-gradient{
  background-color:#8F0000;
}
#am-ngg-nav-prev:active .am-ngg-prev-text{
  color:#fff;
  margin-left:0px;
  margin-top:5px;
}
#am-ngg-nav-prev:hover .am-ngg-prev-text,
#am-ngg-nav-prev:focus .am-ngg-prev-text{
  color:#fff;
}
#am-ngg-nav-next:hover .am-ngg-next-text,
#am-ngg-nav-next:focus .am-ngg-next-text{
  color:#fff;
}
.am-ngg-nav-disable {
  color:#666 !important;
  cursor: default !important;
}
.am-ngg-next-text {
  z-index:4;
  display:block;
  height:26px;
  width:81px;
  margin-top:3px;
  margin-left:-7px;
  position:absolute;
  top:60%;
  font:500 20px Podkova, Courier, monospace;
}
.am-ngg-next-gradient {
  z-index:3;
  height:26px;
  display:block;
  width:81px;
  position:absolute;
  margin-top:0px;
  margin-left:-7px;
  top:60%;
  background-color:#29313A;
  box-shadow:0px 7px 20px -4px #333;
  border:1px solid rgba(50,50,50,.35);
  border-top: 1px solid #94989D;
}
.am-ngg-prev-text{
  z-index:4;
  display:block;
  height:26px;
  width:81px;
  margin-top:3px;
  margin-left:2px;
  position:absolute;
  top:60%;
  font:500 20px Podkova, Courier, monospace;
}
.am-ngg-prev-gradient {
  z-index:3;
  height:26px;
  display:block;
  width:81px;
  position:absolute;
  margin-top:0px;
  margin-left:1px;
  top:60%;
  background-color:#29313A;
  box-shadow:0px 7px 20px -4px #333;
  border:1px solid rgba(50,50,50,.35);
  border-top: 1px solid #94989D;
}
/*all on one page*/
.am-aoop-caption {
  font-size:16px;
  display:block;
  margin:0 auto 10px;
}
#am-ngg-js-warning {
  display:block;
	padding:10px;
	background:#fff5cc;
	border:4px solid #ffcf00;
  margin:5px;
	text-align:center;
}
.am-all-on-one-page {
  list-style:none;
  padding:0;
}
.am-all-on-one-page li {
  overflow:hidden;
  border-bottom:1px dashed #333;
  margin:0 auto;
  padding:15px 0;
}
.am-aoop-title {
  font-family: "Georgia", "Times New Roman", "Arial", sans-serif;
  color:#313442;
  padding:6px;
  display:block;
  font-size:24px;
  font-weight:700;
}
.am-all-on-one-page li img {
  display:block;
  max-width:646px;
  border: 1px solid #9CA2AB;
  background: #fff;
  padding:1px;
}
