/**
 * BODY
 */
body {
	background:#800000;
	color:#FFF;
	font-family: Helvetica, Arial, Verdana, Tahoma;
	font-size:18px !important;
    -webkit-text-size-adjust:none;
    overflow:hidden;
    min-width: 500px;
}

#container {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}

#content {
	position:relative;
	width:655px;
	height:745px;

	zoom: .75;
	-moz-transform: scale(.75);
	-moz-transform-origin: 0 0;
}

#phone {
    position: relative;
    width: 580px;
    height: 1148px;
    float: left;
}

#phone-stroke {
	position:absolute;
	left:0px;
	top:0px;
    width:580px;
    height:1148px;
	background: url(../images/iPhone-6-wireframe.png) no-repeat;
    background-size: 100%;
   
}
#video-link{
	border-style: solid;
    border-width: 5px;
    border-color: white;
}

#video-link:hover{
	border-style: solid;
    border-width: 5px;
    border-color: #ff1111;
}


#info {
	width:248px;
	height:745px;
	float:left;
	margin-left:20px;
}

#info-top {
	width:238px;
	height:105px;
	/*background: url(../images/info-bg.png) no-repeat;*/
}

#info-bottom {
	width:238px;
	height:142px;
	margin-left:10px;
	margin-top:20px;
}

#info-bottom a {
	position:relative;
	width:238px;
	height:142px;
	display:block;
	overflow:hidden;
}

#info-bottom a img {
	position:absolute;
	left:0px;
	top:0px;
	width:238px;
	height:284px;
}

#info-bottom a:hover img {
	top:-142px;
}

#info-app {
	position:relative;
	left:13px;
	top:0px;
	width:199px;
	height:83px;
}

#info-app a {
	position:relative;
	width:199px;
	height:83px;
	display:block;
	overflow:hidden;
}

#info-app a img {
	position:absolute;
	left:0px;
	top:0px;
	width:199px;
	height:166px;
}

#info-app a:hover img {
	top:-83px;
}

#slideshow {
	width:479px;
	height:719px;
	margin-left:50px;
	margin-top:195px;
	border:1px solid #FFF;
}

#slideshow ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	position:relative;
}

#slideshow ul li {
	position:absolute;
	left:-1px;
	top:-44px;
	width:320px;
	height:480px;
	display:none;
}
#nasa_logo{
	float:left;
	width: 248px;
	height: 84px;
	position:absolute;
}
#jpl_caltech{
	float:left;
	width:248px;
	margin-top: 84px;
	height:45px;
	position:absolute;
}
#nasa_logo a, #jpl_caltech a{
	overflow:hidden;
	text-indent:-10000px;
	float:left;
	width: 100%;
	height: 100%;
}

.slide_image{
    width:484px;
    height:862px;
}

.primary_width{
    min-width: 430px;
}