﻿/* Slideshow CSS */
.slideshow, .fadeshow, .switchshow {
	overflow: hidden; 
	width: 100%; 
	border: 1px solid #ACACAC;
}
.sstrip {
	position: relative;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
    height: 100%;
}
.sframe {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	background-color: black;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.sctrls{
	background-color: #000000;
/*	background-image: url("/Style%20Library/Custom/graygradient.png"); */
	background-repeat: repeat;
	position: relative;
	height: 20px;
	width: 100%;
	bottom: 0px;
	padding: 4px 0px 2px 0px;
} 
.sctrls .nav{
	position: absolute;
	right: 2px;
	font-size: 0;
	text-align: right;
}
.sctrls .nav img{
	padding: 0px 4px 0px 4px;
}
.sctrls .nav img:hover{
	cursor: pointer;
}
.sctrls .info {
	position: absolute;
	left: 0%;
	bottom: 6px;
	text-align: left;
	padding-left: 4px;
	font-size: small;
	color: #FFFFFF;
}
.fclear {
	opacity: 0.0;
	filter: alpha(opacity=0);
}
.ftitle {
	padding: 4px 0px 4px 0px;
	min-height: 14px;
	overflow: hidden;
	background-color: #000000;
/*	background-image: url("/Style%20Library/Custom/graygradient.png"); */
	background-repeat: repeat;
	font-size: small;
	text-decoration: none;
	color: white;
	text-align: center;
}
.ftgloss {
	opacity: 0.6;
	filter: alpha(opacity=60);
	background-color: #FFFFFF;
	background-image: none;
}
.ftgloss:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	background-color: #C0C0C0;
	background-image: url("images/graygradient.png");
}
/* Extras */
.aimg {
	margin: 2px 8px 0px 4px;
	width: 40%;
	float: left;
}
.atitle {
	font-family: sans-serif,verdana,helvetica,arial;
	color: white;
	font-size: medium;
	text-decoration: none;
	text-align: center;
}
.atext {
	margin: 2px 2px 2px 4px;
	padding: 4px;
	font-size: small;
	text-align: left;
}
.ssframe a:link, .ssframe a:hover, .ssframe a:visited{
	text-decoration: none;
	color: white;
}
.ssframe img {
	border-style: none;
}
