#slider {
	height: 100%;
	}
.rotating_image {
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute; top: 0;
	width:1196px;
	height:548px;
	position: absolute; top: 0px; left: -140px;
	padding-top: 160px;
	}
#firstline,
#secondline {
	color: white;
	display: block;
	}


/* CONTROLS */
.btn {
	height: 32px;
	width: 32px;
	float: left;
	cursor: pointer;
	}
#back {
	background-image: url("btn_back.png");
	}
#next {
	background-image: url("btn_next.png");
	}
#play_pause {
	background-image: url("btn_pause.png");
	}
#controls {
	position: absolute; top: 80%; right: 5%;
	display: none;
	}