.rotate {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

.rotateBlock {
	width: 100%;
	height: 150px;
	position: relative;
	overflow:hidden;
}

.rotateBlock img {
	position: absolute;
	left: 0px;
	top: 0px;
}

.rotateText {
	width: 40%;
	height: 150px;
	position: absolute;
	right: 0px;
	top: 0px;
	background:#000;
	opacity:0.4;
}

.rotateBlock h1 {
	position: absolute;
	width: 38%;
	right: 0px;
	top: 5px;
	color:white;
	font:normal 18px Helvetica;
	text-transform:uppercase;
}

.rotateBlock p {
	position: absolute;
	width: 38%;
	right: 0px;
	top: 35px;
	color:white;
	font:normal 12px Helvetica;
}

.rotateBlock span.link {
	position: absolute;
	width: 38%;
	right: 10px;
	bottom: 10px;
	text-align:right;
	color:white;
	font:normal 12px Helvetica;
}