/* 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: 400px;
	height: 350px;
	background-color: #000000;
}

.slidewrapper
{
	/* set the border color to black when editing */
	border: none;
	height:350px; 
	max-height:350px; 
	overflow: hidden;	
/*	margin: 10px 10px 10px 10px;  */
}

#ssh_clickbar{
	height: 24px;
}

#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;
}

.slideTitle {
	font-family: Arial,Verdana,sans-serif;
	color: #FFFFFF; 
	font-size: 18px;
	font-weight: bold; 
	text-align: center;
}
.slideText {
	font-family: Arial,Verdana,sans-serif;
	color: #FFFFFF; 
	font-size: 18px;
	font-weight: bold; 
	text-align: center;
}
