/* iFound Slider CSS */

.ifound-wrap{
	clear: both;
	margin: 0 auto;
}

.ifound-slider{
	text-align: center; 
}

.ifound-slider-wrapper{
	min-width:100%;
}

.ifound-slider-img{
	min-width:100%;
	min-height:100%;
}

.denali .ifound-slider img,
.ifound-denali .ifound-slider img
.mont_blanc .ifound-slider img,
.ifound-mont_blanc .ifound-slider img{
	width:100%;
}

@media only screen and (max-width: 1500px) {
	.denali .ifound-slider-wrapper,
	.ifound-denali .ifound-slider-wrapper,
	.mont_blanc .ifound-slider-wrapper,
	.ifound-mont_blanc .ifound-slider-wrapper{
		margin: 0 -50%;
	}

	.denali .ifound-slider img,
	.ifound-denali .ifound-slider img
	.mont_blanc .ifound-slider img,
	.ifound-mont_blanc .ifound-slider img{
		width:auto !important;
		max-width:none !important; 
	}
}

/* Admin */

.section-container{
	padding: 10px;
	border: thin solid #ccc;
	margin-bottom: 20px;
	background: #e4e4e4;
}

.sort-wrapper,
.slider-img-wrapper{
	float: left;
	padding: 0 10px;
}

.trash-wrapper{
	float: right;
	padding: 0 10px;
}

.sort-handle{
	position: relative;
	top:100px;
	cursor: pointer;
}

.ifound-trash{
	position: relative;
	top:180px;
	color:red;
	cursor: pointer;
}
