.BigSuperBlock {
	width: 390px;
	height: 290px;
	position: relative;
	overflow: hidden;
}

.BigSuperBlock .img {
	position: absolute;
	height: 100%;
}

.BigSuperBlock h4 {
	display: inline-block;
	font-size: 24px;
	margin: 0;
	color: #fff;
}

.BigSuperBlock .title {
	display: inline-block;
	position: absolute;
	z-index: 10;
	margin: 0;
	background: rgba(0, 0, 0, 0.7);
	padding: 0 7px 5px 7px;
}

.BigSuperBlock a {
	text-decoration: none;
}

.BigSuperBlock .title a h4:hover {
	color: #3399CC;
}

.BigSuperBlock .animation {
	position: absolute;
	float: left;
	z-index: 10;
	width: 100%;
	height: auto;
	opacity: 0;
	transition: all .75s ease;
	bottom: -250px;
	background: rgba(0, 0, 0, 0.7);
}

#outer-wrap .BigSuperBlock .animation .text p {
	padding: 0px;
	font-weight:normal;
	font-style:normal;
	margin-bottom: 40px;
}
#outer-wrap .BigSuperBlock .animation .text h2 {
	color:#FFFFFF;
	padding: 0px;
	font-weight:bold;
	font-style:normal;
	font-size: 14px;
}

.BigSuperBlock:hover .animation {
	transition: all .4s ease;
	display: block;
	bottom: 0px;
	height: auto;
	opacity: 1;
}

.BigSuperBlock .animation .ReadMoreURL {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 10;
}

.SmallSuperBlock ul {
	color: #fff;
}

#outer-wrap .BigSuperBlock .ReadMoreURL a {
	color: #fff;
	background-color: #39C;
	padding 2px;
}
#outer-wrap .BigSuperBlock .ReadMoreURL:hover {
	color: white;
	background-color: #39C;
	padding: 2px 10px;
	transition: all .5s ease;
	background-color: #336699;
}

#outer-wrap .BigSuperBlock .ReadMoreURL {
	background-color: #39C;
	padding: 2px 10px;
	border: 1px solid white;
	transition: all .5s ease;
}

.BigSuperBlock #overlay-container {
    position: relative;
    margin: 0px auto;
    padding-right: 10px;
    width: 590px;
    height: 440px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.BigSuperBlock .scroll-content {
	 width: 570px;
    height: 440px;
}


.BigSuperBlock .block_overlay {
	position: absolute;
	/* must be initially hidden */
	display: none;
	/* place overlay on top of other elements */
	z-index: 10000;
	/* styling */
	background-color: #fff;
	font-size: 16px;
	min-width: 600px;
	max-height: 450px;
	border: 1px none #999999;
	padding: 10px;
	/* CSS3 styling for latest browsers */
	box-shadow: 0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

/* readmore Overlay close button positioned on upper right corner */
.BigSuperBlock .block_overlay .close {
	background-image: url(close.png);
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
	z-index: 10001;
}