#nivo-slider {
  margin: 0 auto;
  width: 423px;
  height: 285px;
  position:relative;
  background: url(loading.gif) no-repeat 50% 50%;
  overflow: hidden;

}
#nivo-slider img {
  position:absolute;
  top:0px;
  left:20px;
  display:none;
}
#nivo-slider a {
  border:0;
  display:block;
}


.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: 423px;
	max-height: 285px;
	min-width: 50px;
	min-height: 50px;
}

.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:102;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

.nivo-controlNav a {
	position:relative;
	z-index:102;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.nivo-caption {
  	padding:10px 30px;
	position:absolute;
	background: url(transparent.png) repeat;
	z-index:8;
	font: bold 13px/16px Arial;
	color: #069;
	text-align: center;

	width: 300px;
	height: auto;
	padding: 10px 0;
	left: 50%;
	bottom: 10px;
	margin-left: -150px;
	overflow: hidden;

	border: 1px solid #ccc;
	border-radius: 5px;
	behavior: url(/d/26909/t/images/pie.htc);

}
.nivo-caption p {
	margin: 0;
}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.nivo-controlNav {
	position:absolute;
	right:20px;
	bottom: 12px;
	display: none;

}
.nivo-controlNav a {
	display:block;
	width:11px;
	height:12px;
	text-indent:-9999px;
	border:0;
	margin-right: 5px;
	float:left;
	z-index: 102;
}
.nivo-controlNav a.active {
	background-position:0 0;
}

.nivo-directionNav a {
	display:block;
	width:12px;
	height:16px;

	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {

	right:15px;
}
a.nivo-prevNav {
	left:15px;
}


.nivo-control img {
	display: block !important;
	max-width: 100px;
}

.slider-container { position: relative;}
.slider-wrap {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 700px;
	margin: 0;
	padding: 16px;
	/*box-shadow: 0 0 5px #BBB;*/
	border: 1px solid #CCC;
	background-color: #FFF;
	border-top: 0;
	overflow: hidden;
	behavior: url(/d/26909/t/images/pie.htc);
}

.nivoSlider {
	float: left;
}

#thumbs {
	float: left;
	margin-left: 16px;
	width: 261px;
	font: normal 11px/13px Arial;
	border-top: 1px solid #CCC;
	color: #666;
	text-align: left;
}

.thumbs_item {
	height: 47px;
	padding: 11px 8px;
	border: 1px solid #ccc;
	border-top: 0;
	background: #eee;
	overflow: hidden;
	cursor: pointer;
}

.thumbs_item + .thumbs_item {
	border-top-color: #fff;
}

.thumbs_item.active, .thumbs_item:hover {
	background: #fff;
	color: #666;
}

.thumbs_item.active .thumbs_item_title, .thumbs_item:hover .thumbs_item_title {
	color: #BB0000;
}

.thumbs_item img {
	width: 64px;
	height: 43px;
}

.thumb_image {
	position: relative;
	float: left;
	width: 64px;
	height: 43px;
	padding: 2px;
	border: 1px solid #CCC;
	background: white;
	border-radius: 3px;
	box-shadow: 0 0 3px #BBB;
	font-size: 0;
	line-height: 0;
	behavior: url(/d/26909/t/images/pie.htc);
}

.thumb_content {
	float: left;
	width: 155px;
	padding-left: 15px;
	font: 11px/13px Arial,sans-serif;
}

.thumbs_item_title {
	color: #BF5D9B;
	font-weight: bold;

}

#content .nivo-slider-padding-top { padding-top: 347px;}

.slider-image-temp { position: absolute; left: 0; top: 0; display: block !important;}