#cerc_girls{
	position:relative;
	width:700px;
	height:400px;
	margin:0 auto;
	overflow:hidden;
}

#container {
  width: 700px;
  height: 450px;
  position:absolute;
  left:0px;
  top:-100px;
  overflow:hidden;
  margin:0 auto;
}

#text {
  width: 500px;
  height: auto;
  margin-left: 300px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 5000;
  position: absolute;
}

span {
  font-size: 22px;
  font-weight: bold;
}

a, a:hover {
  color: #99CCFF;
  background-color: transparent;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #CCFF99;
  background-color: transparent;
}