.slide-container {
	position:relative;	
	width:580px;
	height: 250px;
	
	height:auto;
	text-align:center;
	margin-bottom: 10px;
}

.slide-show{
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
	height:250px;
	width:580px;
	position:relative;
	left:0px;
}

.tabcontent { position: relative; }

.indentmenu {
	font-size: 10px;
	position: absolute;
	right: 5px;
	top: 5px;
}

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

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	margin: 2px;
	color: #000; /*text color*/
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ccc;
	background: #fff;
}

.indentmenu ul li a:hover{
	background:#ddd;
}

.indentmenu ul li a:visited{

}

.indentmenu ul li a.selected{

}

.tabcontentstyle{ /*style of tab content container*/

}

.tabcontent {
	display:none;
}

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