body {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	}
.box-img {
	padding:4px;
	border:1px solid #cdc893;
	display:inline-block;
	float:left;
	margin:10px 10px 10px 0px;
}
/*----- cycle 2 -----*/
#slider {
	width:100%;
/*	float:left;
*/	left: 0px;
	padding: 0px 0px 0px 0px;
}
.cycle {
	float:left;
	position:relative;
/*	height:680px;
	width:663px;
*/}
#slider .box {
	background:none !important;
	width:90%;
	/*height:500px;*/
}
#slider .box article {
	width: 33%;
	float: left;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
#slider .box figure {
	margin-bottom:5px;
	margin-left:0px;
}
#slider .box p {
	padding-top:3px;
}
.navigate {
	bottom: 0!important;
/*	left:170px;
*/	overflow: hidden;
	position: absolute;
}
  /*Lightbox image */ 
.lightbox-image {
	position:relative;
	overflow:hidden;
	display:inline-block;
	z-index:1;
}
.lightbox-image img {
	position:relative;
	z-index:2;
}
.lightbox-image span {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../../images/magnify.png) no-repeat 50% 50% #fff;
	z-index:1;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container #slider .box article {
	width: 45%; margin: 10px;}
	.container .box-img {margin:10px 0px 10px 0px;}
	}
	
	@media only screen and (max-width: 479px) {
		.container #slider .box article {
	width: 90%;	margin: 10px;}
	.container .box-img {margin:10px 0px 10px 0px;}
		}
		
		@media only screen and (min-width: 480px) and (max-width: 767px) {
			.container #slider .box article {
	width: 90%;	margin: 10px;}
			.container .box-img {margin:10px 0px 10px 0px;}
			}
			
 /*
#next_slide {
	float:left;
	cursor:pointer;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:inline-block;
	color:#fffbe4;
	font-size:18px;
	background:#cdc893;
	padding:7px 16px 9px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height:22px;
}
#prev_slide {
	float:left;
	cursor:pointer;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:inline-block;
	color:#fffbe4;
	font-size:18px;
	background:#cdc893;
	padding:7px 16px 9px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height:22px;
}
#next_slide:hover, #prev_slide:hover {
	background:#8d6d47;
	color:#f9f3d1;
}
#nav {
	float:left;
	margin:0 0px 0 0px;
	padding: 0px 0px 0px 0px;
}
#nav a {
	font-family: 'Open Sans Condensed', sans-serif;
	display:inline-block;
	color:#8c7d67;
	font-size:28px;
	text-decoration: none;
	margin: 0 8px 0 0;
	padding: 4px 5px 5px;
	cursor:pointer;
	line-height:30px;
}
#nav a.activeSlide, #nav a:hover {
	color:#7b952b;
}*/