/* 25/11/58 */

.slideshowwrapper
{
/* dimensions of outermost slideshow container */

	box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
/*	border: 1px solid #666; */
	border-radius: 10px;
	height: 250px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	max-width: 700px;
}

.slideshowwrapper div
{
	border-radius: 10px;
}

@media screen and (min-width: 360px)
{

	.slideshowwrapper
	{
		height: 300px;
	}

}

@media screen and (min-width: 400px)
{

	.slideshowwrapper
	{
		height: 380px;
	}

}

@media screen and (min-width: 600px)
{

	.slideshowwrapper
	{
		height: 500px;
	}

}

@media screen and (min-width: 1000px)
{

	.slideshowwrapper
	{
		height: 500px;
	}

}

#img_msg_area
{
	bottom: 0px;
	box-sizing: border-box;
	font-size: 1em;
	width: 100%;

	border-radius: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#static_text_area
{
	display: none;
}

#pause
{
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

#pause a
{
	background: transparent;
	color: transparent;
	display: block;
	font-size: 1.5em;
	height: 2em;
	line-height: 2em;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#pause a:hover
{
	background: #000;
	color: #fff;
	text-decoration: none;
}

#resume
{
	background: url(bg_resume.png);
}

/* For full page slideshow that spans entire page (with no other content), the below CSS is needed */
/*
html,
body
{

	height: 100%;
	margin: 0px;
	padding: 0px;
}

#pan_area
{
	height: 100%;
}
*/