.proCycler {
	position: relative;
	color: #FFFFFF;
	font-size: 12px;
	height: 350px;
	width: 100%;
	float:left;

	}

.proCycler h1 {
	
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	
	padding: 3px 5px;
	margin: 1px;
	
	font-size: inherit;
	font-weight: normal;

	background: #000000;
	background: rgba(0,0,0,0.7);

}

.proCycler img {

	display: none;

	position: absolute;
	top: 0px;
	left: 0px;
	
	
}
