
.td_1	{
	background-color:#eeeeee;
	padding-left:20px;
}
.td_main	{
	font-size:13px;
	font-family: Arial, "Trebuchet MS",sans-serif;
	line-height:18px;
}
.td_list_1	{
	line-height:16px;
	background-color:#eeeeee;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:3px;
	padding-right:3px;
	vertical-align:top;
	border:#eeeeee solid 1px;
}
.td_list_2	{
	line-height:16px;
	background-color:#ffffff;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:3px;
	padding-right:3px;
	vertical-align:top;
	border:#eeeeee solid 1px;
}
.a_video	{

	background-color:#ffffff;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	border:#eeeeee solid 1px;
	vertical-align:top;
	
}
.a_video:hover	{

	background-color:#efefef;
	border:#eeeeee solid 1px;
}
.td_video {
	text-align:center;
	vertical-align:top;
}
.link_1 {
	text-decoration:none;
	color:0722AB;

}
.link_1:hover{
	text-decoration:underline;
	color:0722AB;
}
.btn_1{
	text-decoration:none;
	color:#ffffff;
	font-size:13px;	
	font-weight:bold;
	display:block;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
}

/*--------------------------------------------*/

.thumbnail{
position: relative;
z-index: 0;
text-decoration:none;
color:#000;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{
width:170px;
position: absolute;
background-color: #fcfcfc;
padding: 10px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{
visibility: visible;
top: -100px;
left: 70px; /*position where enlarged image should offset horizontally */

}









