.slideshow_button,
.slideshow_button_over
{
	width:29px; 
	height:29px;
	float:left;
	margin:3px;
	cursor:pointer;
	font-size:13px;
	font-weight:bold;
	line-height:29px;
	text-align:center;
}
.slideshow_button
{
	background:url(../images/headerButton.png) no-repeat top left;
	color:#fff;
	
}
.slideshow_button_over
{
	background:url(../images/headerButtonActive.png) no-repeat top left;
}
#buttonContainer
{
	position:absolute;
	bottom:5px;
	right:5px;
	z-index:2;
}
#buttonContainer
div
{
	float:left;
}
#textContainer
{
	background:url(../images/headerText.png) no-repeat top left;
	position:absolute;
	left:25px;
	top:25px;
	width:100px;
	height:100px;
	padding:25px;
	color:#fff;
	font-weight:bold;
	line-height:16px;
	font-size:11px;
	text-align:center;
}
#textContainer h1 {
	font-size:16px;
	font-weight:bold;
	margin:0 0 5px;
	padding:0;
	color:#d1d1d1;
}
