#sdb_videobrowser {
	width:366px;
	height: 327px;
        border-bottom:thick #ff0000;
	
}
#sd__mainvid {
	width: 300px;
	height: 225px;
	border: 0px;
	overflow: hidden;
	padding-left: 30px;
	padding-top: 10px;
}
#sdb_label {
	display:block;
	font-size:100%;
	font-family: Helvetica, Arial, san-serif;
	font-weight: bold;
	text-decoration: underline;
	text-align:center;
	color: #670001;
	padding: 3px;
/*	background-color: #D3D3B7;
	width: 248px;
	margin-left: 23px;
*/}
#sdb_label:hover {
	background-color: #954200;
	color: #DABB60;
}
#sdb_browser {
	height:50px;
	width:300px;
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
	padding-top: 5px;
	border: 0px;
}
#sdb_scroller {
	width:254px;
	overflow: hidden;
	position: relative;
	float:left;
}
#sdb_thumbnails {
	width: 254px; /* js will reset to (50px * numproducts) */
	height: 50px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.scrollnav {
	height:49px;
	width:23px;
	margin:0px;
	float:left;
	border:0px;
	padding:0px;
}
.scrollnav:hover {
	background-color: #954200;
}
.right {
	background-image:url(right.png);
	background-repeat:no-repeat;
}
.left {
	background-image:url(left.png);
	background-repeat:no-repeat;
}
.product {
	height:44px; /* 50px - 2*(borderwidth) */
	width:44px; /* 50px - 2*(borderwidth) */
	border: 0px;
	margin: 0px;
	padding: 0px;
	float:left;
	overflow:hidden;
	border: 3px solid #D3D3B7;
}
.product img {
	height: 44px; /* 50px - 2*(borderwidth) */
	width: 44px; /* 50px - 2*(borderwidth) */
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.product:hover {
	border: 3px solid #954200;	
}
.selected {
	border: 3px solid #670001;
}
.selected:hover {
}