@import url(global.css);

/*
Slide show styles
*/

body.Slides #Content
{
	width: 740px;
	min-height: 490px;
}

body.Slides #Content-Body { }
body.Slides .Page-Title { display: none; }

body.Slides #Content-Body
{
	background-image: url(../images/line-drawing.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#Slides-Loader
{
	width: 738px;
	height: 470px;
}

#Slides-Loader.loading { /*background-image: url(../images/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;*/ }

#Slides-Loader div
{
	display: none;
	position: absolute;
	top: 265px;
	left: 0;
	width: 100%;
	margin-bottom: 0;
	text-align: center;
	color: #333;
}

#Slides-Loader.loading div { display: block; }

#Slides-Viewer
{
	position: absolute;
	top: 0;
	left: 0;
	border: 4px solid #fcfcfc;
	width: 100%;
	background: #000;
	visibility: hidden;
	height: 470px;
	text-align: center;
}

#Slides-Viewer div
{
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%;
	height: 100%;
}

#Slides-Caption
{
	height: 1.3em;
	margin: 0;
	padding-right: 0.1em;
	padding-bottom: 0.1em;
	padding-top: 0.4em;
	text-align: right;
	font-size: 0.95em;
	color: #fefefe;
	background: #000;
	position: absolute;
	top: 480px;
	left: 0;
	width: 100%;
	padding-left: 6px;
}
