#am-ngg-ss-cont {
	position:relative;
	width:646px;
}
#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:#fff;
	box-shadow:0 0 15px #555;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000',direction='120',strength='20');
}
#am-ngg-cont {
  position:relative;
  background:url('ajax-loader.gif') no-repeat center;
  border-bottom:0;
  height:500px;
  width:646px;
	padding:10px 0;
	text-align:center;
  display:table;
	table-layout:fixed;
	z-index:20;
}
#am-ngg-ss-unit-cont{
	position:absolute;
	width:308px;
	z-index:10;
	top:0;
	display:none;
	padding:4px;	
	right:-316px;
	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:620px;
	border:0;
	padding:0;
}
#am-ngg-caption {
  text-align:left;
  font-size:14px;
  display:inline-block;
  margin:0 4px 10px;
	max-width:260px;
	overflow:hidden;
}
#am-ngg-caption p {
  margin-left:0;
}
#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{
  color:#FF0097;
}
#am-ngg-nav-prev {
  color:#002030;
  position:absolute;
  left:38px;
  top:0px;
  display:block;
  padding:3px;
  width:75px;
  height:100%;
  z-index:20;
	text-align:center;
}
#am-ngg-nav-prev:hover,
#am-ngg-nav-prev:focus {
  cursor: hand;
  cursor: pointer;
  text-shadow:1px 1px 3px #ccc;
}
#am-ngg-nav-prev:active {
  cursor: hand;
  cursor: pointer;
  color:#deb312;
  text-shadow:1px 1px 3px #ccc;
}
#am-ngg-nav-next {
  color:#002030;
  position:absolute;
  left:534px;
  top:0px;
  display:block;
  padding:3px;
  width:75px;
  height:100%;
  z-index:20;
	text-align:center;
}
#am-ngg-nav-next:hover,
#am-ngg-nav-next:focus {
  cursor: hand;
  cursor: pointer;
  text-shadow:1px 1px 3px #ccc;
}
#am-ngg-nav-next:active {
  cursor: hand;
  cursor: pointer;
  color:#deb312;
  text-shadow:1px 1px 3px #ccc;
}
.am-ngg-nav-disable {
  color:#666 !important;
  cursor: default !important;
  text-shadow:0px 0px 0px #000 !important;
}
.am-ngg-next-text{
  z-index:4;
  display:block;
  height:26px;
  width:81px;
  margin-top:3px;
  margin-left:-18px;
  position:absolute;
  top:60%;
  font-size:18px;
  font-weight:bold;
  text-transform:capitalize;
}
.am-ngg-next-gradient {
  z-index:3;
  height:26px;
  display:block;
  width:81px;
  position:absolute;
  margin-top:0px;
  margin-left:-18px;
  top:60%;
  background-color:#eee;
  border:1px solid darkGray;
  border-radius:6px;
}
.am-ngg-prev-text{
  z-index:4;
  display:block;
  height:26px;
  width:81px;
  margin-top:3px;
  margin-left:-2px;
  position:absolute;
  top:60%;
  font-size:18px;
  font-weight:bold;
  text-transform:capitalize;
}
.am-ngg-prev-gradient {
  z-index:3;
  height:26px;
  display:block;
  width:81px;
  position:absolute;
  margin-top:0px;
  margin-left:-2px;
  top:60%;
  background-color:#eee;
  border:1px solid darkGray;
  border-radius:6px;
}
/*all on one page*/
.am-all-on-one-page {
  list-style:none;
  padding:0;
  margin:0 auto;
  width:650px;
}
.am-all-on-one-page li {
  color:#262626;
  overflow:auto;
  border-bottom:1px dashed #333;
  width:620px;
  margin:0 auto;
  padding:15px 0;
}
.am-aoop-title {
  padding:6px;
  display:block;
  font-size:24px;
  font-weight:700;
  color:#D6007C;
  text-align:center;
}
.am-all-on-one-page li img {
  display:block;
  border:6px solid #333;
  max-width:600px;
  margin:0 auto;
}
.am-aoop-caption {
  font-size:16px;
  padding:10px;
  display:block;
  width:600px;
  margin:0 auto 10px;
}
#am-ngg-js-warning {
  display:block;
	padding:10px;
	background:#fff5cc;
	border:4px solid #ffcf00;
  margin:5px;
}
.am-all-on-one-page {
  list-style:none;
  padding:0;
  margin:0 0 0 70px;
  width:555px;
}
.am-all-on-one-page li {
  overflow:hidden;
  border-bottom:1px dashed #333;
  width:555px;
  margin:0 auto;
  padding:15px 0;
}
.am-aoop-title {
  color:#002030;
  padding:6px;
  display:block;
  font-size:24px;
  font-weight:700;
  text-align:center;
}
.am-all-on-one-page li img {
  display:block;
  border: 1px solid #263676;
  max-width:549px;
  margin:0 auto;
}
.am-aoop-caption {
  font-size:16px;
  padding:10px;
  display:block;
  width:555px;
  margin:0 auto 10px;
}