html {
background: #01273c; /* Old browsers */
background: -moz-radial-gradient(center, circle farthest-​​corner,  #01273c 0%, #00141f 98%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#01273c), color-stop(98%,#00141f)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, circle farthest-​​corner,  #01273c 0%,#00141f 98%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, circle farthest-​​corner,  #01273c 0%,#00141f 98%); /* Opera 12+ */
background: -ms-radial-gradient(center, circle farthest-​​corner,  #01273c 0%,#00141f 98%); /* IE10+ */
background: radial-gradient(cicle at center,  #01273c 0%,#00141f 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01273c', endColorstr='#00141f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
body,td,th {
	font-family: Gill Sans, Gill Sans MT,'Josefin Sans', sans-serif;
	font-size: 13pt;
	font-weight: lighter;
	color: #87F4FF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#message {
	position:absolute;
	border:none;
	width: 100%;
	text-align: center;
}

#container #gallery{margin-bottom:40px;margin-top:40px;position:relative;display:block;height:600px;clear:both;border-bottom:1px dashed rgba(255,255,255,0.1);}






#iPadNew{background-image:url("images/ipadnew.png");
background-color:transparent;
background-repeat:no-repeat;
background-position:center;
position:relative;
display:block;
height:568px;
width:683px;
background-size: 683px 568px;
-webkit-background-size: 683px 568px;
left:0px;
z-index:100;
}

#slideshowNew{position:absolute;display:block;height:384px;width:511px;left:87px;top:50px;}

#slideshowglossNew{
	background-image:url("images/ipadnew-gloss.png");
	background-size: 192px 345px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	left:407px;
	top:50px;
	display:block;
	height:345px;
	width:192px;
	right:0;
	content:'';
	z-index: 200;
}


a {
	color: #CFFFFF;
	text-decoration: none;
	font-weight: lighter;
}
a:hover {
	color: #F7FFFF;
}
#title {
	font-size:34pt;
}


.nivoSlider {
	position:relative;
	width:512px; /* Change this to your images width */
	height:384px; /* Change this to your images height */
	background:url(images/loading.gif) no-repeat 50% 50%;
	z-index: 150;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    
}
.nivoSlider a {
    border:0;
    display:block;
}
ul {
	list-style-type: circle;
	margin: 0;
padding-left:15px;
padding-top:22px;
}

li {
padding-top:10px;
}


#navbar {
	background-color: black;
	border-style: none;
	margin: 4px 0px 0px 0px;
	height: 80px;
background-color:rgba(0, 0, 0, 0.5);
}

#navbutton {
	
	display: inline; 
	margin-left:35px;
	font-size: 15pt;
	top: -7px;
	position: relative;
}