/* Style */
html { background-color: #003333; }

#mainwrapper {
	font: 10pt normal Arial, sans-serif;
	height: auto;
	text-align: center;
	width: 700px;
	position: absolute;
	left: 350px;
	top: 80px;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
table tr td .captionCenter {
	color: #F3CD7A;
	height: 100px;
	width: 220px;
	display: block;
	margin: 0px;
	padding: 0px;
}

/* Image Box Style */
#mainwrapper .box {
	cursor: pointer;
	height: 220px;
	float: none;
	margin: 5px;
	position: relative;
	overflow: hidden;
	width: 300px;
	-webkit-box-shadow: 1px 1px 1px 1px #666;
	-moz-box-shadow: 1px 1px 1px 1px #666;
	box-shadow: 1px 1px 1px 1px #666;
	border: 5px solid #666;
	padding: 0px;
}
#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;
	background-position: right top;
	height: 220px;
}

/* Caption Common Style- caption text - colorand background box */
#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;
}
table tr td #box-3 .caption.fade-caption p {
	color: #F3CA73;
	line-height: normal;
	margin: 2px;
	padding: 2px;
}




/** Caption 3: Fade -  size of type contaner**/
#mainwrapper .box .fade-caption, #mainwrapper .box .scale-caption  {
	opacity: 0;
	width: 290px;
	height: 220px;
	text-align: left;
	padding: 5px;
}


/** Fade Caption :hover Behaviour **/
#mainwrapper .box:hover .fade-caption, #mainwrapper .box:hover .scale-caption  {
	opacity: 1;
}
