@charset "UTF-8";
/* CSS Document */

body{
	background-color: #FFF;
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0;
	font-size:14px;
	line-height:1.2;
}
a:link{color:inherit;
text-decoration:none;
}
a:visited{color:inherit;
}
ul{
	list-style:none;
	margin-left:-12px;
	margin-top:20px;
}
li{margin-bottom:20px;
}
.currentgallery{list-style:disc;
			   font-weight:bold;
}
#potdiv{height:200px;
width:100%;
position:fixed;
bottom:0;
text-align:center;
}

.css-carousel {
	padding-top: 1em;
	width: 100%;
	height: 400px; /* Height of images */
	position: relative;
	/*overflow: hidden;*/
}
.css-carousel .css-img {
	max-width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-animation: css-carousel-fade 50s linear infinite;
	-moz-animation: css-carousel-fade 50s linear infinite;
	-ms-animation: css-carousel-fade 50s linear infinite;
	animation: css-carousel-fade 50s linear infinite;
}
.css-carousel .css-img:nth-child(2) {
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	-ms-animation-delay: 5s;
	animation-delay: 5s;
}
.css-carousel .css-img:nth-child(3) {
	-webkit-animation-delay: 10s;
	-moz-animation-delay: 10s;
	-ms-animation-delay: 10s;
	animation-delay: 10s;
}
.css-carousel .css-img:nth-child(4) {
	-webkit-animation-delay: 15s;
	-moz-animation-delay: 15s;
	-ms-animation-delay: 15s;
	animation-delay: 15s;
}
.css-carousel .css-img:nth-child(5) {
	-webkit-animation-delay: 20s;
	-moz-animation-delay: 20s;
	-ms-animation-delay: 20s;
	animation-delay: 20s;
}
.css-carousel .css-img:nth-child(6) {
	-webkit-animation-delay: 25s;
	-moz-animation-delay: 25s;
	-ms-animation-delay: 25s;
	animation-delay: 25s;
}
.css-carousel .css-img:nth-child(7) {
	-webkit-animation-delay: 30s;
	-moz-animation-delay: 30s;
	-ms-animation-delay: 30s;
	animation-delay: 30s;
}
.css-carousel .css-img:nth-child(8) {
	-webkit-animation-delay: 35s;
	-moz-animation-delay: 35s;
	-ms-animation-delay: 35s;
	animation-delay: 35s;
}
.css-carousel .css-img:nth-child(9) {
	-webkit-animation-delay: 40s;
	-moz-animation-delay: 40s;
	-ms-animation-delay: 40s;
	animation-delay: 40s;
}
.css-carousel .css-img:nth-child(10) {
	-webkit-animation-delay: 45s;
	-moz-animation-delay: 45s;
	-ms-animation-delay: 45s;
	animation-delay: 45s;
}
@-webkit-keyframes css-carousel-fade {
    0%, 20%, 100% { opacity: 0; }
    5%, 15% { opacity: 1;}
}
@-moz-keyframes css-carousel-fade {
    0%, 20%, 100% { opacity: 0; }
    5%, 15% { opacity: 1;}
}
@-ms-keyframes css-carousel-fade {
    0%, 20%, 100% { opacity: 0; }
    5%, 15% { opacity: 1;}
}
@keyframes css-carousel-fade {
	0%, 20%, 100% { opacity: 0; }
	5%, 15% { opacity: 1;}
}