#flash {
	border:6px solid #ccc;
	height:196px;
}
#ImageLinkBox{
	position:relative;
	font-size:14px;
	text-align:center;
	top:-23px;
	z-index:10;
	height:22px;
	background-color:#fff;
	border-top:1px solid #ccc;
/*
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity:0.5;
#example{color:red ;}//firefox
* html #example{color:blue;}//ie6
*+html #example{color:green;}//ie7
	*/
	
}

.clear {
	clear: both;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}

