@charset "UTF-8";
/* CSS Document */

html, body, #wrapper {
      height:100%;
      margin: 0;
      border: none;
      text-align: center;
	  background: #fff;
}

#wrapper {
      margin: 0 auto;
      text-align: center;
      vertical-align: middle;
      width: 100%;
}
:focus {
	outline: 0;
}
a img {
	border: none;
	outline: none;
}

#player {
	  margin: 0 auto 50px auto;
	  text-align: center;
	  float: none;
	  width: 550px;
}
.main-logo {
	margin: 0 auto 30px auto;
	text-align: center;
	float: none;
	width: 200px;
}
a.cordoba-logo {
	height: 64px;
	overflow: hidden;
	line-height:1000px;
	color: #fff;
	font-size: 0px;
	display: block;
	width: 200px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url("/assets/images/cordoba_splash.gif");
}
.tag-splash {
	margin: 30px auto 30px auto;
	width: 250px;
	float: none;
}
a.tag-text {
	height: 30px;
	overflow: hidden;
	line-height:1000px;
	color: #fff;
	font-size: 0px;
	display: block;
	width: 250px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url("/assets/images/liveplayplay_splash.gif");
}
.enter {
	margin: 0 auto;
	text-align: center;
	font: 10px Arial, sans-serif;
	color: #999;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 500;
}
.enter a {
	margin: 0 10px;
}
.enter a:link, .enter a:visited {
	color: #999;
	text-decoration: none;
}
.enter a:hover {
	color: #3f4450;
	text-decoration: none;
}
#my_slideshow {
    width: 550px;
	margin: 0 auto 50px auto;
    border: 0;
	text-align: center;
    z-index: 5;
}
.intro {
	display:none;
	visibility: hidden;
}