.slide-container {
	position:relative;	
	width:195px;
	height:230px;
	text-align:center;
	margin:0px 0px 20px 0px;
	padding-top:0px;
}

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

.indentmenu {
	font: bold 11px Arial;
	width: 100%; /*leave this value as is in most cases*/
}

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

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	margin: 2px;
	color: #000; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	border: 1px solid #ccc;
}

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

.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;
}

.tabcontentstyle{ /*style of tab content container*/
	width: 195px;
}

.tabcontent{
	display:none;
}

@media print {
	.tabcontent {
		display:block !important;
	}
}
.tabcontent img {
	border: none;
	padding-top: 0px;
}
.banner_content {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	width:195px;
	left:0px;
	top:0px;
	height: 230px;
	position:absolute;
	color:#fff;
}