.ari-image-slider-wrapper
{
	margin: 0 auto;
}

body .ari-image-slider-wCtrlNav 
{
	margin-bottom: 20px;
	margin-left: 55px;
}

.nivoSlider {
	position:relative;
	margin: 0;
	background:#202834 url(images/loading.gif) no-repeat 50% 50%;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}
/*.nivo-controlNavHolder {
    background: rgb(43, 50, 57) none repeat scroll 0% 0%;
    height: 50px;
}*/

.nivo-controlNavHolder {
	width:auto;
}
/*.nivo-controlNav {
    position: relative;
    width: auto;
    padding-top: 20px;
}*/

.nivo-controlNav {
	position: relative;
	width: auto;
	padding-top: 10px;
}

.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}
.nivo-directionNav a {
    display: block;
    width: 40px;
    height: 80px;
    text-indent: -9999px;
    border: 0px none;
    background: transparent url("images/left_nav.png") no-repeat scroll 0% 0%;
}
.nivo-directionNav a {
    display: block;
    width: 34px;
    height: 71px;
    background: transparent url("images/arrows.png") no-repeat scroll 0% 0%;
    text-indent: -9999px;
    border: 0px none;
}
/* Original
.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}*/

a.nivo-nextNav {
	background-position:-34px 0;
	/*right:10px;*/
}
a.nivo-prevNav {
	/*left:10px;*/
}
.nivo-controlNav a.hover {
	background-position:-10px 0;
}
.nivo-controlNav .nivo-thumbNavWrapper img {
	display: block !important;
	position: absolute;
	top: -100%;
	left: -50%;
	margin-top: -12px;
	border: 1px solid #A0A0A0;
	background-color: #FFF;
	padding: 3px;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	-o-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
}
.nivo-arrow-border {
  border-color: #0E0E0E transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
  height:0;
  width:0;
  position:absolute;
  bottom:100%;
  margin-bottom: -5px;
  left:0;
}
.nivo-arrow {
  border-color: #FFF transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
  height:0;
  width:0;
  position:absolute;
  bottom:100%;
  margin-bottom: -5px;
  left:0;
}