﻿@charset "utf-8";
/*Styles for the slideshow*/

#mySlideShow img {
	border: thin #FFF ridge;
}
#mySlideShow{
	width:100%;
	height:auto;
	margin:0px;
}
#mySlideShow #Title{
	text-align:right;
	font-size:10px;
}
#mySlideShow #Image{
	position: relative;
	width:100%;
	height:auto;
}
#FrontImage{
	position:absolut;
	text-align:center;
	height:0px;
}
#BackImage{
	position:absolut;
	text-align:center;
	height:auto; /* This is to reserve pace for the Image, when filmstrip follows below */
}

#mySlideShow #FrontImage img,#BackImage img{
	width:auto; /* Do not enlarge the images bigger than original */
	max-width:100%; /* Do not enlarge the images bigger than original */
	height:auto;

} 
#mySlideShow_filmstripFrame{
	height:0px;
	overflow:hidden;
}
