#banner-images{
	left:0px important;
}

.slide-container {
	position:relative;	
	width:518px;
	height:auto;
	text-align:center;
	padding-top:0px;
}

.slide-show{
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
	height:215px;
	width:100%;
	position:relative;
	left:0px;
	overflow: hidden;
}

.indentmenu{
	font: bold 11px Arial;
	width: 100%; /*leave this value as is in most cases*/
	position: absolute;
	right: 25px;
	bottom: 15px;
	z-index:1;
}

.indentmenu2{
	font: bold 11px Arial;
	width: 100%; /*leave this value as is in most cases*/
	position: absolute;
	right: 25px;
	bottom: 15px;
	z-index:2;
	height: 33px;
	display: none;
}

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

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	margin: 0;
	color: #000; /*text color*/
	padding: 6px 11px;
	text-decoration: none;
	border: 0;
	background: transparent url(../images/slider-button-middle.png) no-repeat top left;
}


.indentmenu ul li.li-first-slider a{
	float: left;
	margin: 0;
	color: #000; /*text color*/
	padding: 6px 11px;
	text-decoration: none;
	border: 0;
	background: transparent url(../images/slider-button-left.png) no-repeat top left;
}


.indentmenu ul li.li-last-slider a{
	float: left;
	margin: 0;
	color: #000; /*text color*/
	padding: 6px 11px;
	text-decoration: none;
	border: 0;
	background: transparent url(../images/slider-button-right.png) no-repeat top right;
}



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

.indentmenu ul li a:hover, .indentmenu ul li.li-first-slider a:hover, .indentmenu ul li.li-last-slider a:hover{
	color: #C00264 !important;
}

.indentmenu ul li a.selected{
	float: left;
	margin: 0;
	color: #FFF;
	padding: 6px 11px;
	text-decoration: none;
	border: 0;
	background: transparent url(../images/slider-button-middle_hover.png) no-repeat top left;
}

.indentmenu ul li a.selected:hover{
	color: #FFF !important;
}


.indentmenu ul li.li-last-slider a.selected{
	float: left;
	margin: 0;
	color: #FFF;
	padding: 6px 11px;
	text-decoration: none;
	border: 0;
	background: transparent url(../images/slider-button-right_hover.png) no-repeat top right;
}

.indentmenu ul li.li-first-slider a.selected{
	float: left;
	margin: 0;
	color: #FFF;
	padding: 6px 11px;
	text-decoration: none;
	border: 0;
	background: transparent url(../images/slider-button-left_hover.png) no-repeat top left;
}

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

.tabcontent{
	/*display:none;*/
	float:left;
	width:518px;
}

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

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