/* iLightbox stylesheet */

#ilbOverlay {
    background-color: #b4b4b4;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}

#ilbCenter {
    position: absolute;
    z-index: 9998;
}


#ilbContent {
	border: 0;
	width: 560px;
	height: 560px;
	overflow-y: scroll;
	-ms-overflow-y: scroll;	
	overflow-x: hidden;	

}

#ilbCenter iframe {
	border: 0;
	width: 560px;
	min-height: 560px;	

}

#ilbClose {
    background: url(../Images/dialogCloseIcon.png) no-repeat scroll 0 0 transparent;
    height: 15px;
    position: absolute;
    right: 5px;
    width: 21px;
    cursor: pointer;
    top: 5px;
    display: block;
    outline: medium none;
    z-index: 9999;
}

#ilbClose:hover {
    background-position: -21px 0;
}

#ilbCenter {
	margin-top: 20px;
}