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

* {
	padding:0; 
	margin:0; 
}
.pics { 
	height: 412px; 
	width: 208px; 
	padding:0; 
	margin:0; 
	overflow: hidden;
	background: url('http://www.vividskyco.com/mlbss_web/images/bg.jpg') center center no-repeat;
}
.pics img { 
	height: 412px; 
	width: 208px; 
	top:0; 
	left:0; 
	cursor:pointer;
}
#slideshow { 
	position: relative; 
	margin: 0 auto; 
	width: 208px;
	height: 412px;
	margin-top: 20px;
	display: none;
}
#controls { 
	z-index: 1000; 
	position: absolute; 
	bottom: 5px; 
	left: 0; 
	display: none;
    background-color: #EEE; 
	border: 1px solid #BBB; 
	margin: 0; 
	padding: 4px; 
    width: 200px;
	text-align:center;
	font-size:12px;
	color: #CCC;
	white-space:nowrap;
}
#controls a, #controls a:link, #controls a:visited, #controls a:active { 
	margin: 0 5px;
	color: #999;
	text-decoration:none;
	outline: none;
	z-index: 1001; 
}
#controls a:hover { 
	margin: 0 5px;
	color: #488C4F;
	text-decoration:none;
	outline: none;
	z-index: 1001; 
}
#title {
	margin: 0 auto; 
	width: 208px;
	font-size:20px;
	padding: 5px;
	text-align:center;
	color: #AAA;
	white-space:nowrap;
}
#title span {
	color: #CCC;
}
#slideshowwrapper {
	font-family:Arial, Helvetica, sans-serif;
}
#slideshowload {
	position: relative; 
	margin: 0 auto; 
	width: 208px;
	height: 412px;
	margin-top: 20px;
	font-family:Arial, Helvetica, sans-serif;
	background: url('http://www.vividskyco.com/mlbss_web/images/bg.jpg') center center no-repeat;
}
#load {
	padding-top: 150px;
	z-index: 1000;
	display: block;
	width: 140px;
	margin: 0 auto;
}
#loadtext {
	text-align: center;
	color: #BBB;
	font-size:14px;
	padding-bottom: 10px;
}
#progress {
	height: 8px;
	width: 0px;
	overflow: hidden;
	background-color:#EC6724;
	z-index: 1000;
}
#clicktext {
	text-align: center;
	color: #F36723;
	font-size:12px;
	position: absolute;
	top: -15px;
	width: 208px;
	display: none;
	font-weight: bold;
	background-color:#FFFFFF;
}
#mlbicon {
	background: url('http://www.vividskyco.com/mlbss_web/images/iphoneicon.png') center center no-repeat;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 325px;
	left: 117px;
	z-index: 999;
	cursor:pointer;
}