/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/

/* Swiper Styles */

.townpagination {
    left: 0px;
    top: 53px;
    position: absolute;
    height: 190px;
	width: 12px;
    z-index: -10;
}

.townswiper-pagination-switch {
	float:left;
	height:8px;
	width:8px;
	background:none repeat scroll 0 0 #CCC;
	border:1px solid #666;
	border-radius:8px 8px 8px 8px;
	display:block;
	margin:3px 0 4px;
	opacity:0.8;
}
.townswiper-active-switch {
	background:none repeat scroll 0 0 #ab1f22 ;
}

.townswiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.townswiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
	
}
.townswiper-slide {
	float: left;
}

/* IE10 Windows Phone 8 Fixes */
.townswiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.townswiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* Specify Swiper's Size: */
.townswiper-container, .townswiper-slide {
	width: 300px;
	height: 250px;
}

.townswiper-slide {
	width: 300px;
	height: 250px;
}

.town_entry {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-decoration:none;
	padding:10px 0px;
	color:black;
	width:280px;
	margin-left:20px;
}

.townhead{
	font-weight:bold;
}
.townbody p{
	margin:0;
}
.townswipe-nav {
	position:absolute;
	left: 0px;
	width:300px;
	height:17px;
	background-color:#AAA;
	text-align:center;
	cursor:pointer;
	cursor:hand;
}
#nav-up {
	top: 0px;
}
#nav-dn {
	top: 267px;
}
a .townswipe-nav:hover {
	background-color:#666;
}

.townswipe-box {
	position:absolute;
	left: 0px;
	top: 17px;
	width:300px;
	height:250px;
}

