.swipe {
  padding-bottom:0px;
  margin: 10px 0px 0px 0px;
  position:relative;
  z-index:1;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.swipe div div div {
  overflow: hidden;
  font-weight:bold;
  color:#fff;
  text-align:left;
}
.swipe div div div img {
	display: block;
	margin: 0 auto;
	border: 1px solid #ccc;
	max-width: 200px;
}
.swipe a, .swipe a:link, .swipe a:active, .swipe a:visited {
	text-decoration: none;
}
.swipe span.window {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
}
.swipe a p.name {
	font-size: 14px;
}
.swipe a p.intro {
	color: #888;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	max-height: 80px;
	overflow: hidden;
}

.swipe p {
	padding: 5px 10px;
}

nav {
    background: #f2f5f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(37%,#e3eaed), color-stop(100%,#c8d7dc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #ccc;
    height:25px;
    position:relative;
}
#prev {
	border-right:1px #ccc solid;
	display:inline-block;
	text-decoration:none;
}
#prev em {
	display:block;
	padding:5px 13px 3px;
	font-style:normal;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	color:#69477f;
	letter-spacing:1px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.35);
}
#next {
	border-left:1px #ccc solid;
	display:inline-block;
	text-decoration:none;
	position:absolute;
	right:0;
	top:0;
}
#next em {
	display:block;
	padding:5px 13px 3px;
	font-style:normal;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	color:#69477f;
	letter-spacing:1px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.35);
}