﻿#viewport {
	position: relative;
	width: 640px;
	height: auto;
	margin-left:auto;margin-right:auto;
	overflow: hidden;
}
#mouseSwipe1, #mouseSwipe2, #slideshow {
	-webkit-user-select: none;
	-moz-user-select: none;
	position: relative;
	width: 640px;
	height: auto;
	margin: 0px;
	cursor: move;
	text-align:center;
}
.panel {
	margin: 0px;
	padding: 0px;
	width: 640px;
	height: 480px;
  overflow: hidden;
	margin-left:auto;margin-right:auto;
		-webkit-border-radius: 12px;
    -moz-border-radius:12px;
    border-radius: 12px;
	background:#ccc;
	margin-top:10px;
	margin-bottom:10px;
}

.panel img {
	margin-left:auto;margin-right:auto;
	height:100%; width:auto;
}

.panel #slide-title {
position:absolute;
width:220px;
height:auto;
background:#fff;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
margin-top:17px;
padding:7px;
margin-left:17px;
opacity:.85;
filter:alpha(opacity=85);
filter: “alpha(opacity=85)”;
text-align:left;
}

.panel #slide-title p { 
}

#mouseSwipeScroll {
	-webkit-user-select: none;
	-moz-user-select: none;
	position: relative;
	width: 640px;
	height: auto;
	margin: 0px;
	cursor: move;
	background-color: none;
}

.navLeft, .navRight, .navTop, .navBottom {
	position: absolute;
	display: block;
	background-color: transparent;
	cursor: pointer;
	z-index: 100;
}
.navLeft {
	top: 0px;
	left: 0px;
	width: 40px;
	height: 100%;
	text-align: center;
	background-image: url('images/arrowL.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.navRight {
	top: 0px;
	right: 0px;
	width: 40px;
	height: 100%;
	background-image: url('images/arrowR.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.navTop {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 25px;
	text-align: left;
	background-image: url('images/arrowT.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.navBottom {
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 25px;
	background-image: url('images/arrowB.png');
	background-position: center center;
	background-repeat: no-repeat;
}
#pagenum1, #pagenum2 {
	margin: 0px auto;
	width: 100px;
	height: 25px;
	text-align: center;
}


#swipe-container {
	border:solid 1px black;
	margin-left:auto; margin-right:auto;
}

#swipe-container #slideshow{
text-align:center;
}