/**************************************************************************
    This code is from Vegabit at www.vegabit.com
    Copyright 2000-2009 by Max Vergelli

    See Terms of Use at https://www.vegabit.com/ regarding conditions under 
	which you may use this code.  Use of code authored by  www.vegabit.com 
	constitutes an agreement to be bound by the Terms of Use.

	This notice must be retained in the code as is!

	project name:	Vegabit Scroll Box
	version date:	May 2009
**************************************************************************/

.vegabit_sb_wrapper{
	margin-top:20px; /* for me */
	padding:1px;
	height:auto;
	width:100%;
	background-color:#FFFFFF;
	border: solid 1px #003366;
	text-align:left;
	overflow: hidden;
	position:relative;
}
.vegabit_sb_title{
	padding:5px;
	width:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#006699;
	border-bottom: solid 1px #003366;
	clear:both;
	white-space:nowrap;
}
.vegabit_sb_body{
	margin:0px;
	padding:0px;
	width:100%;
	overflow:hidden;
	position:relative;
	background-color:#F4F4F4;
	float:left;
}
.vegabit_sb_body a img{
	margin-bottom:5px;
	height:100px;
	border:0px;
}
.vegabit_sb_body a{
	margin:0px;
	margin:1px;
	padding:5px;
	height:150px;
	width:110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align:center;
	text-decoration:none;
	background-color: #FFFFFF;
	border: solid 1px #DADADA;
	white-space:nowrap;
	overflow:hidden;
	display:block;
	float:left;
}
.vegabit_sb_body a:hover{
	background-color: #EBEBEB;
	border: dotted 1px #999999;
}
.vegabit_sb_toleft, .vegabit_sb_toright{
	margin:0px;
	padding:0px;
	height:auto;
	width:auto;
	position:absolute;
	float:left;
	display:none; /* block */
	z-index:1000;
}
.vegabit_sb_toleft{
	top:28px;
	left:3px;
	margin-left:-2px;
}
.vegabit_sb_toright{
	top:28px;
	right:1px;
}
.vegabit_sb_toleft a, .vegabit_sb_toright a{
	padding-top:66px;
	height:95px;
	width:18px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background-color:#999999;
	border: solid 1px #666666;
	display:block;
}
.vegabit_sb_toleft a:hover, .vegabit_sb_toright a:hover{
	background-color:#A9A9A9;
	text-decoration:underline;
}
.vegabit_sb_links{
	padding-left:0px;  /* 50px */
	padding-right:0px; /* 50px */
	text-align:center;
}
.vegabit_copyright{
	display:none;
}
