a:focus { outline:none }

img { border: 0 }


.stripViewer .panelContainer .panel ul { text-align: left;
margin: 0 15px 0 30px;
}


/* These 2 lines specify style applied while slider is loading */ .csw {
	background:url(/wp-content/themes/default/images/_elements/loader.gif) center no-repeat;
	height:100px;
	overflow:hidden
}

.csw .loading {margin: 200px 0 300px 0;
text-align: center}

.stripViewer { /* This is the viewing window */ position: relative;
overflow: hidden;
width: 237px;
clear: both;
margin:0 0 0 31px
}

.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: 237px;
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;
	position: relative;
	width:237px;

/* Also specified in  .stripViewer  above */ }

.stripViewer .panelContainer .panel .wrapper{ /* Wrapper to give some padding in the panels, without messing with existing panel width */ 
	margin:10px 0;
}

.wrapperVideo{ /* Wrapper to give some padding in the panels, without messing with existing panel width */ 
	margin:10px 0;
}

.wrapperVideo object{
	width: 237px!important;
	height: 151px!important;
}

.wrapperVideo embed{
	width: 237px!important;
	height: 151px!important;
}

.stripNavL, .stripNavR { /* The left and right arrows */ 

text-indent: -9000em;
}

.stripNavL a, .stripNavR a { display: block;
}

.arrowNav {
	width:237px;
	display:block;
}

.stripNavL { 
	float:left;
	height:21px;
	width:108px;
	display:block;
}

.stripNavR { 
	float:right;
	height:21px;
	width:98px;
	display:block;
}

.stripNavL { background:  url(/wp-content/themes/default/images/_elements/prev_arrow.png) no-repeat center;
}

.stripNavR { background:  url(/wp-content/themes/default/images/_elements/next_arrow.png) no-repeat center;
}