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

/* Image Box Style */
#mainwrapper .box {
	  cursor: pointer;
  height: 250px;
  float: left;
  margin-right: 18px;
  position: relative;
  overflow: hidden;
  width: 295px;
  margin-left: 3px;

}
#mainwrapper .box img {
	position: absolute;
	left: 0;
		-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;
}

/* 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: 295px;
        height: 200px;
        text-align: left;
        left: 295px;
}
#mainwrapper .box .slide-caption h3, #mainwrapper .box .slide-caption p
{
	padding-left:20px;
	padding-top:20px;
	
}

/** 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: 0.6;
	transform: translateX(-100%);
}
#mainwrapper .box:hover img#image-4 {
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 1;
}
.title_room
{
	color:#bea374;
	text-transform:uppercase;
	text-align:left;
	font-size:13px;
	margin-top:10px;
}
