.TabbedPanels {
	position:fixed;
	right:0;
	top:200px;
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	width:180px;
	clear:both;
	margin:0 0 10px!important;
	padding: 10px 20px;
	font-size: 1.3em;
	line-height: 1.8;
	color:#FFF;
	background-color: #28a0a4;
	border-radius:5px 0 0 5px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
/*
.TabbedPanelsTabHover {
	background-color: #fce2ce;
}
*/
.TabbedPanelsTabSelected {
	color:#FFF; 
	background-color: #ffcc66;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	background-color: #f9f5ee;
	border-radius:0 5px 5px 5px;
}
.TabbedPanelsContentGroup2{
	clear: both;
	background-color: #FFF;
	border-radius:0 5px 5px 5px;
}
.TabbedPanelsContent {
	padding: 20px;
	overflow:hidden;
	height:220px;
}
.TabbedPanelsContent2 {
	padding: 10px;
	overflow:hidden;
	height:100%;
}
.TabbedPanelsContent3 {
	overflow:hidden;
	height:100%;
}
.TabbedPanelsContentVisible {
}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #f9f5ee;
	position: relative;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #f9f5ee;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

.TabbedPanelsContent a:link{
	color:#333333;
	text-decoration:none;
}
.TabbedPanelsContent a:visited{
	color:#333333;
	text-decoration:none;
}
.TabbedPanelsContent a:hover{
	color:#777777;
	text-decoration:none;
}

.tabbed-images{
	margin:0 0 0 20px;
}

@media screen and (max-width:1000px){
	.TabbedPanels {
		overflow:hidden;
	}
	.TabbedPanelsTab {
		width:94%;
	}
	.tabbed-images{
		margin:0 0 10px 0;
	}
	.TabbedPanelsTab {
		position: relative;
		top: 1px;
		float: left;
		padding: 10px 3%;
		margin: 5px 0 10px;
		font-size: 1.2em;
		line-height: 1.5;
		border-radius:5px;
		list-style: none;
		-moz-user-select: none;
		-khtml-user-select: none;
		cursor: pointer;
	}
		.TabbedPanelsContent a{
			float:left;
			width:100%;
			margin:0 0 20px;
			background:#EEE;
		}
			/*
			.TabbedPanelsContent a img{
				width:50%;
				margin:0 25%;
			}
			*/
}
.TabbedPanelsContent a{
	float:left;
}
	/*
	.TabbedPanelsContent a img{
		margin:3px;
		border:1px solid #333;
	}
	*/
@media screen and (max-width:600px){
			/*
			.TabbedPanelsContent a img{
				width:70%;
				margin:0 15%;
			}
			*/
}