/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */

.jqmWindow
{
    display: none;
    position: absolute;
    top: 17%;
    left: 50%;
    width: 400px;
    background-color: #fff;
    padding: 12px;
    margin-left: -200px;
}

.jqmOverlay { background-color: #000; }

#showHomeVideoPlayer
{
    top: 7%;
    width: 640px;
    height: 396px;
    margin-left: -320px;
    background-color: #fff;
    padding: 38px 32px 32px;
    z-index: 2000;
}
#showHomeVideoPlayer a.jqmClose
{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 21px;
    height: 21px;
    background: url(../images/icons/btn_close.gif) no-repeat 100% 50%;
    text-indent: -9999em;
    outline: none;
}
#closeLink
{
    position: absolute;
    top: 6px;
    right: 8px;
    font-weight: bold;
    width: 21px;
    height: 21px;
    background: url(../images/icons/btn_close.gif) no-repeat 100% 50%;
    text-indent: -9999em;
    outline: none;
}