
/***
	Styles for the keyframes delivered by recentKeyframes script
	All these styles to be applied inside div.myslides only!
***/


/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
	(but display:none means that nothing is displayed if there is only 1 slide in the container)
*/

div.myslides .slides_container
{
	overflow: hidden;
	width: 124px;
	position: relative;
	//display: none;
	margin-bottom: 1.2em;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

div.myslides .slides_container div.slide
{
	width: 124px;
	height: 105px;
	display: block;
}

/*
	Image
*/

div.myslides .slide img
{
	border: 2px solid #003855;
}

/*
	Caption
*/

div.myslides .caption
{
	z-index: 500;
	//position: absolute;
	//bottom: -35px;
	//left: -13px;
	height: 15px;
	width: 124px;
	padding: 0;
}

div.myslides .caption p
{
	font-size: 8pt;
	text-align: center;
	color: #003855;
	font-family: Arial;
	margin: 0;
	padding: 0;
	line-height: 13px;
}
