.iplayer {
	display  : none; 
	position : relative; 
	background-color : #FFFFFF; 
	border-style : solid; 
	border-color : #000082; 
	border-width : 4px;
	width : 648px;
}

.iclosebutton {
	position : absolute;
	left : 610px;
	z-index : 1000;
}


.iplayer720 {
	display  : none; 
	position : relative; 
	background-color : #FFFFFF; 
	border-style : solid; 
	border-color : #000082; 
	border-width : 4px;
	width : 728px;
}

.iclosebutton720 {
	position : absolute;
	left : 690px;
	z-index : 1000;
}

.icontainer {
	margin : 3px;
}

.ivideo {
	z-index : 500;
}

.ilink {
	background : transparent url(/images/video.png) no-repeat;
	width : 32px;
	height : 32px;
	border : none;
	vertical-align: top;
}

.ilink:hover {
	background: transparent url(/images/video_hot.png) no-repeat;
	cursor: pointer;
}

.ilink:active {
	outline: none;
	border: none;
}

.ilink:focus {
	outline:none;
	border: none;
}