/*##############################*/
/* 4.3 Photo Section ###########*/
/*##############################*/
div {
display: flex;
justify-content: center;
}

#slider {
	position:relative;
	//See the "style-pack" below for image
	background:url(images/loading.gif) no-repeat 50% 50%; 
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}


a#back_button{
	position: absolute;
	top: 20px;
	right: 0;
}

section#photo div#slider{
	background: #000 url(/images/loader.gif) no-repeat 50% 50%;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	height: 467px;
	position: relative;
	width: 700px;
	margin-bottom: 100px;
}

section#photo div#slider img {
	left:0;
	position:absolute;
	top:0;
	display: none;
}

.nivo-directionNav a {
	background:url(images/arrows.png) no-repeat;
	border:0 none;
	display:block;
	height:34px;
	text-indent:-9999px;
	width:32px;
}

a.nivo-nextNav{
	background-position:-32px 0;
	right:10px;
}

a.nivo-prevNav{
	left:10px;
}

.nivo-controlNav{
	position: absolute;
	top: 486px;
}

.nivo-controlNav a{
	background: url(/images/bullets.png);
	display: block;
	padding-top: 75px;
	float: left;
	height: 0;
	margin-left: 20px;
	opacity: 0.1;
	-moz-opacity: 0.1;
	text-indent: -9999px;	
	-webkit-transition: opacity 0.3s ease-in-out;	
	width: 60px;
}

section#photo div#slider .nivo-controlNav a img{
	display: block;
}

.nivo-controlNav a:first-child{
	margin-left: 0;
}

.nivo-controlNav a.active, .nivo-controlNav a:hover{
	opacity: 1;
	-moz-opacity: 1;
}

.nivo-controlNav a img{
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
}

#slider .nivo-directionNav{
	opacity: 0;
	-moz-opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
}

#slider:hover .nivo-directionNav{
	opacity: 1;
	-moz-opacity: 1;
}


/*#############################################################*/
/* 6.0 Nivo Slider CSS By Gilbert Pellegrom ###################*/
/*#############################################################*/

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

.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8;
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	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;
}
