.button
{
	/*float: left;*/
	width: 32px;
}
.button img
{
	cursor: pointer;
}
.button img:hover
{
	background: #DECE66;
}
.slider
{
	/*float: left;*/
	padding:0;
	margin:0;
	position: relative;
	overflow: auto;
	width: 700px;
}
.slider ul
{
	padding:0;
	margin:0;
	border:0;
	position: absolute;
	list-style: none;
	top: 0;
	left: 0;
}
.slider li
{
	padding:0 !important;
	margin:0 !important;
	border:0 !important;
	background:none;
	float: left;
	color:#DDD;
	text-align:center;
	font-family:Arial Black;
	font-size:10px;
	list-style-type:none;
}
.slider li, .slider, .slidertable
{
	height: 120px;	
}
.slider li, .slidertable
{
	width: 175px;
}
.slidertable
{
	table-layout:fixed;
	overflow:hidden;
}
.slidertable td
{
	text-align:center;
	margin:0 auto;
}
.sliderimage
{
	background-image:/ballin/loading.gif;
	background-repeat:no-repeat;
	background-position:center;
	/*background-color:Fuchsia;*/
	width:200px;
	height:100px;
}
.noborder
{border:0;}
