#slider {
width: 100%;
margin: 0 auto;
position: relative;
}
/*to stop rh.scroll bar in safari with incomplete loading .scrollContainer div.panel, change overflow to hidden not auto*/
.scroll {
margin: 0 auto;
height: 290px;
width: 300px;
overflow: hidden;/*auto diabled, if use overflow: auto; if the user does have JavaScript disabled, there will be a visual cue that the panels can be scrolled. */
/*overflow-x: hidden;*/  /*unsupported property: ff3.0, op 9.0, saf3.0; Property overflow-x doesn't exist in CSS level 2.1 but exists in [css3] :  hidden */
position: relative;
clear: left;
}

.scroll h3 {
	text-transform:none;
	letter-spacing:normal;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:2px;
	text-decoration: none;
}

.scrollContainer div.panel {
height: 290px;
width: 300px;
overflow: hidden;
}

#shade {
height: 50px;
}
/*more video right and left at bottom of scroll panel*/
.scrollButtons {
position: absolute;
top: 305px;
cursor: pointer;
}
/*wp-content/themes/branfordmagazine/*/
.scrollButtons.left-sb {
left: 0px;
border-style:none;
border-width:0px;
background-image:url(http://www.quiettimelive.tv/images-tve/prev.png);
width:150px;
height:28px;
}
.scrollButtons.right-sb {
right: 0px;
border-style:none;
border-width:0px;
background-image:url(http://www.quiettimelive.tv/images-tve/next.png);
width:150px;
height:28px;
}

.hide {
display: none;
}

