/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


header{position:absolute;
	z-index: 2000;
	top:50px;
background-color: white;
width:520px;
height:110px;

}

#logo{float:left;
	height: 60px;
width: 60px;
margin-left: 50px;
margin-top: 25px;
}

h1{  
	float:left;
    font-family:helvetica;
    margin-top: 48px;
    margin-left: 30px;
    font-size:.90em;
    font-weight: bold;
}
h2{  
	float:left;
    font-family:"HelveticaNeue-Light";
    margin-top: 39px;
    margin-left: 30px;
    font-size:1.75em;
    font-weight: 300;
}


p{  float:left; 
	margin-left: 30px;
    font-family:helvetica;
    margin-top:43px;
    line-height: 25px;
    font-size:.9em;



}


#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;

}
.slides-navigation a.prev {
  left: 0;
  z-index:1000;
   background:transparent url(images/previous.gif) 0 0 no-repeat;
  height:60px;
  width:60px;
  text-indent:-10000px;
  overflow:hidden;
}
.slides-navigation a.next {
  right: 0;
  margin-right: 10px;
  z-index:1000;
   background:transparent url(images/next.gif) 0 0 no-repeat;
  height:60px;
  width:60px;
  text-indent:-10000px;
  overflow:hidden;
}
.slides-pagination {
  position: absolute;
  display:none;
  z-index: 3;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #222;
}







