#jg-splash-outer {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;	
}
#jg-splash-fader{
     position : absolute;
     top : 0px;
     left : 0px;
	 width:100%;
	 height:100%;
     z-index : 20000;
     background-color : #000000;
     opacity : 0.8;
     filter : alpha(opacity = 80);
     display : none;
}
#jg-splash-container{
     position:relative;
	 width:90%;
	 height:auto;
     margin:0px auto 0px auto;
     z-index:20001;
	 display:none;
}
#jg-splash-content{
     position : relative;
     width : auto;
     padding : 40px 25px 25px 25px;
     height : auto;
}
#jg-splash-bg{
     width:100%;
     height:100%;
     position:absolute;
     top:0px;
     left:0px;
     background-color:#FFFFFF;
}
#jg-splash-t{
     position:absolute;
     background: transparent url(/cms/lib/SW00000027/Centricity/Template/10/scripts/joel.splashpage/images/jg-splash-t.png) repeat-x;
     width:100%;
     height:25px;
     top:-25px;
}
#jg-splash-tr{
     position:absolute;
     background: transparent url(/cms/lib/SW00000027/Centricity/Template/10/scripts/joel.splashpage/images/jg-splash-tr.png) no-repeat;
     width:25px;
     height:25px;
     top:-25px;
     right:-25px;
}
#jg-splash-r{
     position:absolute;
     background: transparent url(/cms/lib/SW00000027/Centricity/Template/10/scripts/joel.splashpage/images/jg-splash-r.png) repeat-y;
     width:25px;
     height:100%;
     right:-25px;
}
#jg-splash-br{
     position:absolute;
     background: transparent url(/cms/lib/SW00000027/Centricity/Template/10/scripts/joel.splashpage/images/jg-splash-br.png) no-repeat;
     width:25px;
     height:25px;
     bottom:-25px;
     right:-25px;
}
#jg-splash-b{
     position:absolute;
     background: transparent url(/cms/lib/SW00000027/Centricity/Template/10/scripts/joel.splashpage/images/jg-splash-b.png) repeat-x;
     width:100%;
     height:25px;
     bottom:-25px;
}
#jg-splash-bl{
     position:absolute;
     background: transparent url(/cms/lib/SW00000027/Centricity/Template/10/scripts/joel.splashpage/images/jg-splash-bl.png) no-repeat;
     width:25px;
     height:25px;
     bottom:-25px;
     left:-25px;
}
#jg-splash-l{
     position:absolute;
     background: transparent url(/cms/lib/SW00000027/Centricity/Template/10/scripts/joel.splashpage/images/jg-splash-l.png) repeat-y;
     height:100%;
     width:25px;
     left:-25px;
}
#jg-splash-tl{
     position:absolute;
     background: transparent url(/cms/lib/SW00000027/Centricity/Template/10/scripts/joel.splashpage/images/jg-splash-tl.png) no-repeat;
     width:25px;
     height:25px;
     top:-25px;
     left:-25px;
}

#jg-splash-x{
     position : absolute;
     top:-6px;
     right:-6px;
     background: transparent url(/cms/lib/SW00000027/Centricity/Template/10/scripts/joel.splashpage/images/jg-splash-x.png) no-repeat;
     width : 74px;
     height : 22px;
     z-index : 10002;
     cursor : pointer;
}