/* CSS Document */
table.restable td{
	width: 119px;
	height: 119px;
}

div#consolecont {
	/*position:relative;
	top: -19px;
	left: 500px;*/
	z-index:10;
	text-align:right;
}

div#consolecont span{
	z-index:10;
	position:absolute;
	color:#000000;
	background:#FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	right: 0px;
	top:-20px;
	z-index:10;
}

a.prevbut {
	display:block;
	background-image:url(images/arrow_left.gif);
	width:25px;
	height:29px;
	margin-right: 10px;
	border:none;
	outline:none;
}

a.nextbut {
	display:block;
	background-image:url(images/arrow_right.gif);
	width:25px;
	height:29px;
	margin-left: 10px;
	border:none;
	outline:none;
}


a.prevbut:link,
a.prevbut:visited,
a.nextbut:link,
a.nextbut:visited{
	background-position: 0 0;
	outline:none;
}
a.prevbut:hover,
a.nextbut:hover
{
	background-position: 0 -29px;
	outline:none;
}

div.slider {
	width: 100%;
	height: 16px;
	background: transparent url(images/bgslide.gif) repeat-x;
}
div.slider div.knob {
	background: #CCC;
	width: 40px;
	height: 16px;
}
