/* 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: 280px;
	height: 215px;
	background-color: #F5F5F5;	
	border:	1px solid #CCCCCC;
}

.slidewrapper
{
	/* set the border color to black when editing */
	border: none;
	height:190px; 
	max-height:190px; 
	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: #375595; 
	font-size: 13px;
	font-weight: bold; 
	text-align: left;
}
.slideTitle a{color:#375595;font-family:Arial,Helvetica,Verdana,sans-serif;font-size:13px;font-weight:bold;text-decoration:none;text-align: left;}
.slideTitle a:hover{color:#000000;text-decoration:underline;}
.slideText {
	font-family: Arial,Verdana,sans-serif;
	color: #000000; 
	font-size: 12px;	
	text-align: left;
}
.slideText a{color:#375595;font-family:Arial,Helvetica,Verdana,sans-serif;font-size:12px;text-decoration:none;text-align: left;}
.slideText a:hover{color:#000000;text-decoration:underline;}
