div.tooltip {
	padding-left: 8px;
	width: 100%;
	overflow:auto;
}
span.tooltip {
	font-size:12px;
	color:#999999;
}
div.sb_description {
	height:40px;
	vertical-align:top;
	overflow:auto;
}

.sb_video {
	background-image:url('../images/ajax_loading.gif');
	background-position:center;
	background-repeat:no-repeat;
}
.sb_fullvideo {
	width: 425px;
	height: 350px;
	border: #aeaeae solid 1px;
	overflow: hidden;
	text-align:center;
	background-image:url('../images/ajax_loading.gif');
	background-position:center;
	background-repeat:no-repeat;
}
.sb_fullbox {
	width: 435px;
	height: 360px;
	margin: 10px 10px 0px 10px;
	display: block;
}
.sb_description {
	padding-top: 6px;
}
.sb_description_full {
	padding-top: 10px;
	font-size:120%;
	font-weight:bold;
}
span.sb_tooltip_hover {
	cursor:pointer;
}
