
/* Style */
#anc {
	font: 10pt normal Arial, sans-serif;
	height: auto;
	margin: 0px;
	text-align: center;
	width: 660px;
}

/* Image Box Style */
#anc .box {
	border: 0px solid #fff;
	cursor: pointer;
	float: left;
	margin: 0px;
	position: relative;
	overflow: hidden;
	width: 284px;
	height: 200px;
}
#anc .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 */
#anc .box .caption {
	background-color: rgba(0,0,0,0.4);
	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 1: Simple **/
#anc .box .simple-caption {
	width: 240px;
	height: 40px;
	padding-bottom:0px;
	display: block;
	bottom: -40px; /*DT gap from border"*/
	line-height: 10pt; /* DT txt spacing */
	text-align: center;
	font: normal 12px verdana;
}

#anc .box .simple-caption a {
	color: #fff;
}

#anc .box .simple-caption a:hover {
	color: #0076b4;
}


/** Simple Caption :hover Behaviour **/
#anc .box:hover .simple-caption {
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	opacity: 1;
	transform: translateY(-100%);
}





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

/* Image Box Style */
#mainwrapper .box {
	border: 0px solid #fff;
	cursor: pointer;
	float: left;
	margin: 0px;
	position: relative;
	overflow: hidden;
	width: 300px;
	height: 300px;
}
#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.4);
	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 1: Simple **/
#mainwrapper .box .simple-caption {
	width: 233px;
	height: 40px;
	padding-bottom:0px;
	display: block;
	bottom: -40px; /*DT gap from border"*/
	line-height: 10pt; /* DT txt spacing */
	text-align: center;
	font: normal 12px verdana;
}

#mainwrapper .box .simple-caption a {
	color: #fff;
}

#mainwrapper .box .simple-caption a:hover {
	color: #0076b4;
}


/** Simple Caption :hover Behaviour **/
#mainwrapper .box:hover .simple-caption {
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	opacity: 1;
	transform: translateY(-100%);
}