/** Overwrite jquery tabs*/
#frametabs {
		width: 460px;
		margin: 0px;
		margin-top: 90px;
		padding: 0px;
}
#linktabs {
	width:210px;
	margin-top: 90px;
}
.placeholder {
	width:449px;height:296px;
	border: 1px solid white;
	background-color: #f5f5f5;
}
/*UI tabs*/
.ui-tabs-nav {
	border-right: none;
}
.ui-tabs-nav li {
	border: none;
	display: block;
	float: none;
	width: 200px;
	text-align: center;
}
.ui-tabs-nav li a {
	display: block;
	float: none;
	background: url(img/mainline.png) bottom center no-repeat;
	color: white;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial;
	margin-top: 15px;
	padding-bottom: 15px;
}
.ui-tabs-nav li a:hover {
	background: url(img/mainline.png) bottom center no-repeat;
	color: yellow;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: url(img/mainline.png) bottom center no-repeat;
	color: yellow;
}
.ui-tabs-panel .panel-brd {
	border: 1px solid #ffffff;
}
.ui-tabs-panel {
	border: none;
	background: none;
	margin: 0px;
	height: 300px;
	padding: 0px;
}
.lasttab {
	background: none !important;
}
