<style type="text/css">
<!--
html {
    
}
body {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial;
	margin-top: 20px;
	font-size: 13px;
	overflow-y: scroll;
}
.thumbnail {
	padding: 10px;
	border-width: 0px;
}
.image1 {
	padding-left: 15px;
	margin-top: 3px;

}
.image2 {
	margin-top: 10px;
	align: right;
      padding-right: 10px;

}
.image3 {
	margin-top: 10px;
	align: right;
      
}
.image4 {
	margin-top: 14px;
	align: right;
      padding-right: 10px;
      
}

#imgfull {
	text-align: right;
}
#caption {
	text-align: right;
}
a {
	text-decoration: none;
}
#container {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
a:link {
    color: #488AC7;
}

a:visited {
    color: #488AC7;
}

a:hover {
    color: #999999;
}

a:active {
    color: #D0D0D0;
}
#toolNav {
	border-right: 1px solid #CCCCCC;
	padding-right: 10px;
	margin-top: 0px;
}

#sideNavigation {
	text-align: right;
	line-height: 150%;
}

#HomeglobalNav {	
	float: left;
	text-align: left; 
	padding: 0 30px 0 5px; 
	line-height: 150%;
	clear: left;
}
#HomeglobalNav a:link {
color: #666666;
text-decoration: none;
}

#HomeglobalNav a:visited {
color: #666666;
text-decoration: none;
}
#logo {
	margin-top: 10px;
      margin-right: auto;
	position: relative;
	margin-left: 0px;
	width: 300px;
}
#HomeglobalNav a:hover {
color: #999999;
text-decoration: none;
}
#HomeglobalNav a:active {
color: #D0D0D0;
text-decoration: none;
}

#sideNavigation a:link {
color: #666666;
text-decoration: none;
}
#sideNavigation a:visited {
color: #666666;
text-decoration: none;
}
#columnl {
	width: 310px;
	position: relative;
	float: left;
}
#navleft {
	padding: 5px;
	border-width: 0px;
}
#columnr {
	position: relative;
	float: right;
	width: 550px;
}
#content {
	text-align: right;
}
h1 {
	color: #777777;
}
h2 {
	color: #777777;
}
h3 {
	color: #777777;
}
h5 {
	color: #777777;
}

#sideNavigation a:hover {
color: #999999;
text-decoration: none;
}
#sideNavigation a:active {
color: #D0D0D0;
text-decoration: none;
}


-->
</style>
.thumbnail {
	padding: 20px;
}

/* Image Slider by Curtis*/
#slider {
  position: relative;
  overflow: hidden;
  margin: 0 0 0 50px;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 650px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 522px;
  background: #fff;
  text-align: center;
  
}

#slider ul li figcaption {
	margin: 0px 0px;
	text-align: right;
	clear: both;
}

#slider ul li img {
	margin-left: 0px;
	margin-bottom: 5px;
	float: right;
}

span.control_prev, span.control_next, span.control_pauseplay {
  top: 40%;
  z-index: 999;
  display: inline-block;
  width: 24px;
  height: auto;
  background: #fff;
  color: #488AC7;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.65;
  cursor: pointer;
  /* float: right; */
  cursor: pointer;
  text-align:  center;
  outline: none;
}

span.control_prev, span.control_next {
  padding: 4px 3%;
}

span.control_pauseplay {
	font-size: 12px;
    line-height: 24px;
    right: -4px;
    position: relative;
}

span.control_prev:hover, span.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

span.control_prev {
  border-radius: 0 2px 2px 0;
  padding: 0px 0px;
  right: -4px;
    position: relative;
}

span.control_next {
  right: -4px;
    position: relative;
  padding: 0px 0px;
  border-radius: 2px 0 0 2px;
}

.slider_controls {
  padding-bottom: 0px;
}

#count_text {
	clear: both;
	display: block;
}

span.control_prev, span.control_next, span.control_pauseplay {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.btn-pause {
	position: relative;
	right: 2px;
}

.btn-play {
	position: relative;
	right: 0px;
}

/* End code by Curtis: */