/* comment out the slide class while editing */
.slide2{ display: none; }

.lit {width: 100%;  }
.dim {width: 100%; opacity:.60;filter: alpha(opacity=60); -moz-opacity: 0.6;}

#tv{
/* 
use the background value to set the image against which it fades 
make sure to set the height and the width   
*/
/*	
	background: url(tv.jpg) repeat;  
 	border: thin solid white;
*/
	width: 490px; 
	height: 175px;
}

.slidewrapper
{
	/* set the border color to black when editing */
	border: none;
	height:175px; 
	max-height:175px; 
	overflow: hidden;
/*	margin: 10px 10px 10px 10px;  */
}

#ssh_clickbar{
	height: 22px;
}

#ssh_prev {
	background : transparent;
	font-size: xx-small;
	text-transform : uppercase;
	cursor : pointer;
	font-weight : bold;
	color : White;
}

#ssh_next {
	background :transparent;
	font-size: xx-small;
	text-transform : uppercase;
	cursor : pointer;
	font-weight : bold;
	color : White;
}


/* for debugging */
#fadecount {
	font-size: xx-small;
	width: 50px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-weight: bold;
	visibility: hidden;
}
