@charset "utf-8";
/* CSS Document */

.folio-bar {
	border-top: 3px solid #eeeeee;
	border-bottom: 3px solid #eeeeee;
	padding: 10px 0;
}

.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0;
			position: relative;
			width: 100%;
			padding:0px;
			/*text-align: right;*/
		}

.wrapper { text-align: left; padding-top: 35px; } 
.wrapper .title {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #878787;
	padding: 5px 43px;
	text-align: right;	/*border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;*/
} 

		/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 450px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 720px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 450px;
			clear: both;
			background: #fff;
		}
		
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 720px; /* Also specified in  .stripViewer  above */
		}
		
.stripNav ul { /* The auto-generated set of links */ display: none; }
		
.stripNavL {
	position: absolute;
	left: 640px;
	top: 4px;
	
}

.stripNavR {
	position: absolute;
	left: 680px;
	top: 4px;
/*	text-indent: -9000em;*/
}


/* tabs */


.ui-tabs .ui-tabs-nav { list-style: none; margin: 15px 0 0 0; padding:0; height: 100%; }
.ui-tabs .ui-tabs-nav li { float: left; margin: 0 5px; }
.ui-tabs .ui-tabs-nav .padding { padding: 4px 8px; }
.ui-tabs .ui-tabs-nav li a {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #a4a4a4;
	text-decoration: none;
	font-weight: bold;
	width: 150px;
}
.ui-tabs .ui-tabs-nav li a:hover {
	color: #3c3c3c;
	background-color: #f6f6f6;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	color: #3c3c3c;
	background-color: #eeeeee;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-hide { display: none !important; }
	
	
/* clients list */

#clients .c1 {
	width: 320px;
	float: left;
	margin-left: 20px;
}
#clients .c2 {
	width: 320px;
	float: right;
	margin-right: 20px;
}
#clients ul { list-style: none; margin: 0 5px; padding: 0;}
#clients ul li:before {
	content: "\00BB \0020";
	color: #888888;
	}

