
#console {
  font-size: 12px;
  font-family:"Inconsolata", "Monaco", "Consolas", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
  color: #999;
  line-height: 18px;
  margin-top: 20px;
  max-height: 150px;
  overflow: auto;
}
/* Swipe 2 required styles */

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
  
}
.swipe-wrap > div {
  float:left;
  background: #fff;
  width:100%;
  height: 100%;
  position: relative;

}
.image{
	float: left;
	width: 350px;
	height: 100%;
	padding: 5px;
}
.image img:first-child{
	margin-top: 8px;
}
.image img:last-child{
	margin-bottom: 8px;
}
.slider-content{
	float: right;
	width: 640px;
	height: 100%;
	padding: 0;
	margin: 0;
}
button{
	outline: none;
	border: none;
}
.button-left{
	float: left;
	background: url(../images/sprite.png) no-repeat -70px -15px;
	margin-left: -58px;
	margin-top: 35%;
	height: 55px;
	width: 55px;
}
.button-left:hover{
	float: left;
	background: url(../images/sprite.png) no-repeat -70px -75px;
	margin-left: -58px;
	margin-top: 35%;
	height: 55px;
	width: 55px;
}
.button-right{
	float: right;
	background: url(../images/sprite.png) no-repeat -125px -15px;	
	margin-right: -56px;
	margin-top: 35%;
	height: 55px;
	width: 55px;
}
.button-right:hover{
	float: right;
	background: url(../images/sprite.png) no-repeat -125px -75px;	
	margin-right: -56px;
	margin-top: 35%;
	height: 55px;
	width: 55px;
}
#mySwipe h1{
	font-size: 1.8em;
	color: #4B4DA1;
	padding-bottom: 9px;
	margin-top: 10px;
	padding-left: 5px;
/*border: solid 1px #7476b5;*/
}
#mySwipe h3{
	font-size:1.1em;
	line-height:18px;
	font-weight:100;
	color:#222222;
	padding:10px;
	margin-left: 10px;
	line-height:20px;
}
#mySwipe p{
	font-size:1.1em;
	line-height:18px;
	font-weight:100;
	color:#222222;
	padding:10px;
	margin-left: 10px;
}
#mySwipe a{
	color:#4B4DA1;
	text-decoration: none;
}
#mySwipe a:hover{
	color:#4B4DA1;
	text-decoration: underline;
}
#mySwipe ul li{
	list-style:outside;
	font-size:1.1em;
	margin-left:25px;
	line-height:20px;
	font-weight:100;
	color:#4B4DA1;
	padding:3px;
}

#position{text-align:center;list-style:none;margin:0;padding:0}
.page-swipe header nav #position li{display:inline-block;width:10px;height:10px;border-radius:10px;background:#141414;box-shadow:inset 0 1px 3px black,0 0 1px 1px #202020;margin:0 2px;cursor:pointer}
.page-swipe header nav #position li.on{box-shadow:inset 0 1px 3px -1px #28b4ea,0 1px 2px rgba(0,0,0,.5);background-color:#1293dc;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#1293dc),color-stop(100%,#0f6297));background-image:-webkit-linear-gradient(top,#1293dc,#0f6297);background-image:-moz-linear-gradient(top,#1293dc,#0f6297);background-image:-ms-linear-gradient(top,#1293dc,#0f6297);background-image:-o-linear-gradient(top,#1293dc,#0f6297);background-image:linear-gradient(top,#1293dc,#0f6297)}
