/*
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ 
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -10px;
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: -200;
left: -150px; 

*/

/*****************************************/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
width:480px;
height:90px;
text-align:left;
top: 0;
left: 10px; /*position where enlarged image should offset horizontally */

}


.cod_banner01 a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
	font-weight:bold;	
}

.cod_banner01 a {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	margin: 0px 0px 0px 10px;	
	font-weight:bold;	
}
.cod_banner01 {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	margin: 0px 0px 0px 10px;	
	font-weight:bold;	
}

.cod_banner02 a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FC0000;
	text-decoration: none;
	font-weight:bold;
}

.cod_banner02 a {
	font-family: Arial;
	font-size: 11px;
	color: #FC0000;
	text-decoration: none;
	font-weight:bold;
}
.cod_banner02 {
	font-family: Arial;
	font-size: 11px;
	color: #FC0000;
	text-decoration: none;
	font-weight:bold;
}

.cod_banner03 a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #83A3AA;
	text-decoration: none;
	margin: 0px 0px 0px 20px;	
}

.cod_banner03 a {
	font-family: Arial;
	font-size: 11px;
	color: #83A3AA;
	text-decoration: none;
	margin: 0px 0px 0px 20px;	
}
.cod_banner03 {
	font-family: Arial;
	font-size: 11px;
	color: #83A3AA;
	text-decoration: none;
	margin: 0px 0px 0px 20px;	
}

/*****************************************/