

/* Style */


#mainwrapper {
	font: 10pt normal Arial, sans-serif;
	height: auto;
	margin: 10px auto 0 auto;
	text-align: center;
	width: 535px;
}

/* Image Box Style */
#mainwrapper .box {
	border: 1px solid #fff;
	cursor: pointer;
	height: 135px;
	float: left;
	position: relative;
	overflow: hidden;
	width: 104px;
	/*border-radius: 10px;*/
		
		-webkit-box-shadow: px px px px #ccc;
		-moz-box-shadow: px px px px #ccc;
		box-shadow: 10px px px px #ccc;
			/*border-width: 0 0px 10px 0;
  border-style: solid;
  border-color: #658E15 #fff;*/
}

#mainwrapper .box img {
	position: absolute;
	left: 0;
	height: 135px;
	width: 104px;

		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}

#gallery-1 {
	width:535px;
	height:auto;
	float:left;
}


#gallery-1 .gallery-item {
	width:100px;
	height: 137px;
	float:left;
	margin-right: 6px;
}

#gallery-2 .gallery-item {
    float: left;
    margin-top: 1px !important;		
	margin-bottom: 0% !important;
    text-align: center;
    width: 20%;
}

/* Caption Common Style */
#mainwrapper .box .caption {
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	color: #fff;
	z-index: 100;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
		transition: all 300ms ease-out;
	left: 0;
}



/** Caption 4: Slide **/
#mainwrapper .box .slide-caption {
	width: 105px;
	height:135px;	
	text-align: left;
	padding: 10px 0px 0px 0px;
	left: 105px;
	
}
#mainwrapper .box .slide-caption h3{ text-align:center; padding-top:10px; color:#fff;}


/** Slide Caption :hover Behaviour **/
#mainwrapper .box:hover .slide-caption {
	background-color: rgba(0,0,0,1) !important;
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	opacity: 1;
	transform: translateX(-100%);
}
#mainwrapper .box:hover img#image-4 {
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 1;
}

