.slide-container {
	/*	position:relative;	
	width:520px;
	
	height:auto;
	text-align:center;
	margin:0px 0px 40px 0px;
padding-top:10px;*/

  height:415px;
  margin:0 0 40px;
  position:relative;
  text-align:center;
  width:auto;
}

.slide-show{
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
	/*height:260px;
	width:520px;
	height:415px;*/
	height:415px;
  width:auto;
	position:relative;
	/*left:10px;*/
}

.indentmenu{
	
	width: 100%; /*leave this value as is in most cases*/
	position:absolute;
	bottom:0px;
	height:106px;
	background:url(../images/slideshow-bottom.jpg) left bottom no-repeat;
}

.indentmenu ul{
	/*margin: 2px;*/
	padding: 0;
	float: left;
	/* width: 80%; width of menu*/
	background: transparent;
}

.indentmenu ul li{
	float:left;
	width:112px;
}

.indentmenu ul li a{
	/*float: left;*/
	display: inline-block;
	/*margin: 2px;*/
	color: #000; /*text color*/
	/*padding: 5px 11px;*/
	text-decoration: none;
/*	border: 1px solid #ccc; */
	width:92px;
	height:64px;
	padding:42px 10px 0px 10px; 
	color:#baf4f2;
	font-size:13px;
	line-height:20px;
	font-family:"News Gothic MT";
	text-shadow: #666666 1px 1px 1px;
	text-transform:uppercase;	
	text-align:center
	
/* 	for IE 
height: 1em;
	filter: Shadow(Color=#666666, 	
			Direction=135, 
			Strength=5);

*/
	
}

.indentmenu ul li a:hover{
  background: url(../images/slideshow-a-hover.png) left bottom no-repeat; 
}

.indentmenu ul li a:visited{
	color: #000;
}

.indentmenu ul li a.selected{
	color: white !important;
	/*padding-top: 6px; /*shift text down 1px*/
	/*padding-bottom: 4px;*/
/*	border: 1px solid #F85601;
	background:#F85601; */
	background:url(../images/slideshow-a-active.png) center top no-repeat;
}

.tabcontentstyle{ /*style of tab content container*/
	border: 1px solid gray;
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
}

.tabcontent{
	display:none;
}

@media print {
	.tabcontent {
		display:block !important;
	}
}

.banner_content {
	width:430px;
	left:10px;
	top:220px;
	position:absolute;
	color:#A7C6DD;
}