html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, del, dfn, em, img, ins, kbd, q, samp, small, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, nav, section {
 /* margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;*/
}
body {
  -webkit-text-size-adjust:none;
  /*font-family:sans-serif;*/
}
h1 {
  /*font-size:36px;
  margin:15px;
  text-align:center;
  color:#666;*/
}
h2 {
 /* font-size:14px;
  font-weight:bold;
  color:#3c3c3c;
  margin:20px 10px 10px;*/
}
small {
  margin:0 10px 30px;
  display:block;
  font-size:12px;
}
a {
/*  margin:0 0 0 10px;
  font-size:12px;
  color:#3c3c3c;*/
}
.swipe {
}
.swipe li div, .swipe div div div {
}
#nav {
	width: 100%;
	height: 30px;
	position: relative;
	background: none repeat scroll 0 0 white;
	-webkit-box-shadow: 0 1px 2px #888888;
	box-shadow: 0 1px 2px #888888;
}
#nav a {
	color: #0062A0;
}
#nav a hover {
	color: #0062A0;
}
#prevdiv {
	width: 33%;
	float: left;
}

#prev {
      display:inline-block;
      text-decoration:none;
}
#nextdiv {
	width: 33%;
	float: right;
}

#next {
      	display:inline-block;
      	text-decoration:none;
	padding-left: 50%;
      	top:0;
	float: right;
}
#cntr {
	display:inline-block;
	width: 33%;
	float: left;
}

#prev em {
      display:block;
      padding:10px 13px 8px;
      font-style:normal;
      font-weight:bold;
      font-size:11px;
      text-transform:uppercase;
      letter-spacing:1px;
      text-shadow: 0 -1px 0 rgba(0,0,0,.35);
}
#next em {
        display:block;
        padding:10px 13px 8px;
        font-style:normal;
        font-weight:bold;
        font-size:11px;
        text-transform:uppercase;
        letter-spacing:1px;
        text-shadow: 0 -1px 0 rgba(0,0,0,.35);
}
#cntr em {
	display:block;
        padding:10px 13px 8px;
        font-style:normal;
        font-weight:bold;
        font-size:11px;
        text-transform:uppercase;
        letter-spacing:1px;
        text-shadow: 0 -1px 0 rgba(0,0,0,.35);
	width: 50%;
	float: right;
}

#pos {
	position: relative;
	top: 20px;
	left: 410px;
}








