.testimonialholder {
	position: relative;
	width: 465px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-bottom: 0px;
	float: left;
}
#scrollerholder {
	float: left;
	height: 207px;
	width: 872px;
	position: relative;
	background-image: url(../images/scroller-background.png);
	background-repeat: no-repeat;
	padding-left: 28px;
	background-position: 18px top;
	padding-top: 10px;
}
.scrollable/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
 {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 465px;
	height:278px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
.smallvid/* single scrollable item */
  {
	float:left;
	padding:0px;
	cursor:pointer;
	width:201px;
	height:187px;
	-webkit-border-radius:4px;
	background-image: url(../images/smallvidpicsbg.png);
	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}

/* active item */
.scrollable .active {
	z-index:9999;
	position:relative;
}
#playbutton {
}
#playbutton a {
	width:40px;
	background-image:url(../images/play-button-new.png);
	position: absolute;
	height: 40px;
	font-size: 1px;
	color: #FFFFFF;
	outline: none;
	top: 35px;
	left: 75px;
	background-position: 0px 0px;
}
#playbutton a:hover {
	background-position: 0px -40px;
}
div.overlay {
	width:460px;
	display:none;
	background-image: url(../images/vid-bg-box.png);
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 14px;
	background-repeat: no-repeat;
}

div.overlay div.close {
	position:absolute;
	top:-15px;
	right:-15px;
	width:35px;
	height:35px;
	cursor:pointer;
	background-image: url(../overlay/close.png);
	background-repeat: no-repeat;
	z-index: 1000;
}

div.overlay a {
	height:258px;
	display:block;
	width: 460px;
}
.vidholder {
	float: left;
	height: 110px;
	width: 201px;
	position: relative;
}
.vidtext {
	float: left;
	height: 110px;
	width: 181px;
	position: relative;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.vidtextpop {
	float: left;
	width: 460px;
	position: relative;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

