@charset "utf-8";
/* CSS Document */

#jFlowSlide{ background:#ffffff; font-family: Georgia; border: dotted thin #999;}
#myController { font-family: Georgia; padding:2px 0;  width:280px; background:#f0f0f0; text-align:center; border-left: dotted thin #999;  border-right: dotted thin #999;  border-bottom: dotted thin #999;}
#myController span.jFlowSelected { background: #89b2c7; margin-right:0px; }

.slide-wrapper { padding: 5px; }
.slide-thumbnail { width:250px;  }
.slide-thumbnail img {max-width:270px;  }
.slide-details { width:280px; float:right; margin-left:10px;}
.slide-details h2 { font-size:1.5em; font-style: italic; font-weight:normal; line-height: 1; margin:0; }
.slide-details .description { margin-top:10px; }

.jFlowControl { color:#000; cursor:pointer; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px; }
.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover { color: #d48639; }
.jFlowPrev { padding-left:5px; margin-right:80px; padding-top:2px; padding-bottom:2px; cursor: pointer;}
.jFlowNext { margin-left:80px; padding-right:5px; padding-top:2px; padding-bottom:2px; cursor: pointer;}




ul.tabs {
	margin-left: 7px;
	margin-top: 5px;
	margin-bottom: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 12px;
}
ul.tabs li {
	float: left;
	line-height: 11px;


}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	padding: 0 10px;
	border: 1px solid #CCC;
	display: block;
	outline: none;
}
ul.tabs li a:hover {
	background: #d48639;
}

ul.tabs li.active {
	background: #89b2c7;

}

.tab_container {
	clear: both;
	float: left; width: 100%;
}

ul.partnertabs {
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.partnertabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.partnertabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 10px;
	padding: 0 5px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	
}
ul.partnertabs li a:hover {
	background: #ccc;
}
html ul.partnertabs li.active, html ul.partnertabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.partnertab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.partnertab_content {
	padding: 20px;
	font-size: 1.2em;
}
