#PRwrapper {
	position: relative;
	display: block;
	width: 298px;
	height: 248px;
	overflow: hidden;
	border: solid #000 1px;
	background-color: #011F3C;
	cursor: pointer;
}
#PRadID {
	position: absolute;
	background:url(adID.png) 0px 0px no-repeat;
	top: 230px;
	left: 10px;
	width:77px;
	height:12px;
	-webkit-transition: opacity 1.5s 3s;
    -moz-transition: opacity 1.5s 3s;
    transition: opacity 1.5s 3s;
}
#PRgeneralClick {
	position: absolute;
	width: 298px;
	height: 248px;
	cursor:pointer;
}
#PRheader {
	z-index: 11;
	position: absolute;
	font-family: 'prudentialmodernlight';
	font-size: 12px;
	color: #FFF;
	left: 15px;
	top: 5px;
}


#pr-text1, #pr-text2, #pr-text3{
	position: absolute;
	top:30px;
	left:0px;
	width:300px;
	height:100%;
	opacity: 0;
}

#pr-text1{
	background:url(pr-text1.jpg) no-repeat;
	-webkit-animation:textFadeIn 5s forwards 0s;
	-moz-animation:textFadeIn 5s forwards 0s;
	-o-animation:textFadeIn 5s forwards 0s;
	animation:textFadeIn 5s forwards 0s;
}

#pr-text2{
	background:url(pr-text2.jpg) no-repeat;
	-webkit-animation:textFadeIn 5.6s forwards 4.5s;
	-moz-animation:textFadeIn 5.6s forwards 4.5s;
	-o-animation:textFadeIn 5.6s forwards 4.5s;
	animation:textFadeIn 5.6s forwards 4.5s;
}

#pr-text3{
	background:url(pr-text3.jpg) no-repeat;
	-webkit-animation:lastFadeIn 5s forwards 10s;
	-moz-animation:lastFadeIn 5s forwards 10s;
	-o-animation:lastFadeIn 5s forwards 10s;
	animation:lastFadeIn 5s forwards 10s;
}

#pr-scale{
	position: absolute;
	top: 119px;
	left: 95px;
	width: 102px;
	height: 94px;
	opacity: 0;
	background: url(pr-scale.png);
	-webkit-animation: scaleFadeIn 4.5s forwards 6s;
	-moz-animation: scaleFadeIn 4.5s forwards 6s;
	-o-animation: scaleFadeIn 4.5s forwards 6s;
	animation: scaleFadeIn 4.5s forwards 6s;
}

@-webkit-keyframes pr-FadeOut {
 
  0% { opacity: 1;}
  100% { opacity: 0;}
}
@-moz-keyframes pr-FadeOut {
 
  0% { opacity: 1;}
  100% { opacity: 0;}
}
@-o-keyframes pr-FadeOut {
 
  0% { opacity: 1;}
  100% { opacity: 0;}
}
@keyframes pr-FadeOut {
 
  0% { opacity: 1;}
  100% { opacity: 0;}
}

/*//////////////////////////////*/

@-webkit-keyframes scaleFadeIn {
 
  0%, 100% { opacity: 0;}
  15%, 85% { opacity: 1;}
}
@-moz-keyframes scaleFadeIn {
 
  0%, 100% { opacity: 0;}
  15%, 85% { opacity: 1;}
}
@-o-keyframes scaleFadeIn {
 
  0%, 100% { opacity: 0;}
  15%, 85% { opacity: 1;}
}
@keyframes scaleFadeIn {
 
  0%, 100% { opacity: 0;}
  15%, 85% { opacity: 1;}
}

/*//////////////////////////////*/

@-webkit-keyframes textFadeIn {
 
  0% { opacity: 0; top: 30px;}
  15%, 85% { opacity: 1; top: 30px;}
  100% {opacity: 0; top: 0px;}
}
@-moz-keyframes textFadeIn {
 
  0% { opacity: 0; top: 30px;}
  15%, 85% { opacity: 1; top: 30px;}
  100% {opacity: 0; top: 0px;}
}
@-o-keyframes textFadeIn {
 
  0% { opacity: 0; top: 30px;}
  15%, 85% { opacity: 1; top: 30px;}
  100% {opacity: 0; top: 0px;}
}
@keyframes textFadeIn {
 
  0% { opacity: 0; top: 30px;}
  15%, 85% { opacity: 1; top: 30px;}
  100% {opacity: 0; top: 0px;}
}

/*//////////////////////////////*/

@-webkit-keyframes lastFadeIn {
 
  0% { opacity: 0;}
  15%, 100%{ opacity: 1;}
}

@-moz-keyframes lastFadeIn {
 
  0% { opacity: 0;}
  15%, 100%{ opacity: 1;}
}

@-o-keyframes lastFadeIn {
 
  0% { opacity: 0;}
  15%, 100%{ opacity: 1;}
}

@keyframes lastFadeIn {
 
  0% { opacity: 0;}
  15%, 100%{ opacity: 1;}
}


#pr-line1{
	height:0px;
	width: 0px;
	border: thin solid #299ED3;
	position: absolute;
	left: 145px;
	top: 125px;
	opacity:0;
		
	-webkit-transition:height 1s;
	-webkit-transform: rotate(32deg);
	-webkit-animation:Line1 .25s forwards 4s;
	-webkit-transition:all .25s;
	-webkit-transform-origin: 100% 0%;
	
	-moz-transition:height 1s;
	-moz-transform: rotate(32deg);
	-moz-animation:Line1 .25s forwards 4s;
	-moz-transition:all .25s;
	-moz-transform-origin: 100% 0%;
	
	-o-transition:height 1s;
	-o-transform: rotate(32deg);
	-o-animation:Line1 .25s forwards 4s;
	-o-transition:all .25s;
	-o-transform-origin: 100% 0%;
	
	transition:height 1s;
	transform: rotate(32deg);
	animation:Line1 .25s forwards 4s;
	transition:all .25s;
	transform-origin: 100% 0%;
}

#pr-line2{
	height:0px;
	width: 0px;
	border: thin solid #299ED3;
	position: absolute;
	left: 125px;
	top: 156px;
	opacity:0;
		
	-webkit-transition:height 1s;
	-webkit-transform: rotate(57deg);
	-webkit-animation:Line2 .25s forwards 4.25s;
	-webkit-transition:all .25s;
	-webkit-transform-origin: 100% 0%;
	
	-moz-transition:height 1s;
	-moz-transform: rotate(57deg);
	-moz-animation:Line2 .25s forwards 4.25s;
	-moz-transition:all .25s;
	-moz-transform-origin: 100% 0%;
	
	-o-transition:height 1s;
	-o-transform: rotate(57deg);
	-o-animation:Line2 .25s forwards 4.25s;
	-o-transition:all .25s;
	-o-transform-origin: 100% 0%;
	
	transition:height 1s;
	transform: rotate(57deg);
	animation:Line2 .25s forwards 4.25s;
	transition:all .25s;
	transform-origin: 100% 0%;
}

#pr-line3{
	height:0px;
	width: 0px;
	border: thin solid #299ED3;
	position: absolute;
	left: 145px;
	top: 125px;
	opacity:0;
		
	-webkit-transition:height 1s;
	-webkit-transform: rotate(5deg);
	-webkit-animation:Line3 .5s forwards 4.5s;
	-webkit-transition:all .5s;
	-webkit-transform-origin: 100% 0%;
	
	-moz-transition:height 1s;
	-moz-transform: rotate(5deg);
	-moz-animation:Line3 .5s forwards 4.5s;
	-moz-transition:all .5s;
	-moz-transform-origin: 100% 0%;
	
	-o-transition:height 1s;
	-o-transform: rotate(5deg);
	-o-animation:Line3 .5s forwards 4.5s;
	-o-transition:all .5s;
	-o-transform-origin: 100% 0%;
	
	transition:height 1s;
	transform: rotate(5deg);
	animation:Line3 .5s forwards 4.5s;
	transition:all .5s;
	transform-origin: 100% 0%;
}

#pr-line4{
	height:0px;
	width: 0px;
	border: thin solid #299ED3;
	position: absolute;
	left: 145px;
	top: 125px;
	opacity:0;
		
	-webkit-transition:height 1s;
	-webkit-transform: rotate(-21deg);
	-webkit-animation:Line4 .5s forwards 5s;
	-webkit-transition:all .5s;
	-webkit-transform-origin: 100% 0%;
	
	-moz-transition:height 1s;
	-moz-transform: rotate(-21deg);
	-moz-animation:Line4 .5s forwards 5s;
	-moz-transition:all .5s;
	-moz-transform-origin: 100% 0%;
	
	-o-transition:height 1s;
	-o-transform: rotate(-21deg);
	-o-animation:Line4 .5s forwards 5s;
	-o-transition:all .5s;
	-o-transform-origin: 100% 0%;
	
	transition:height 1s;
	transform: rotate(-21deg);
	animation:Line4 .5s forwards 5s;
	transition:all .5s;
	transform-origin: 100% 0%;
}

#pr-line5{
	height:0px;
	width: 0px;
	border: thin solid #299ED3;
	position: absolute;
	left: 145px;
	top: 125px;
	opacity:0;
		
	-webkit-transition:height 1s;
	-webkit-transform: rotate(-52deg);
	-webkit-animation:Line5 .5s forwards 5.5s;
	-webkit-transition:all .5s;
	-webkit-transform-origin: 100% 0%;
	
	-moz-transition:height 1s;
	-moz-transform: rotate(-52deg);
	-moz-animation:Line5 .5s forwards 5.5s;
	-moz-transition:all .5s;
	-moz-transform-origin: 100% 0%;
	
	-o-transition:height 1s;
	-o-transform: rotate(-52deg);
	-o-animation:Line5 .5s forwards 5.5s;
	-o-transition:all .5s;
	-o-transform-origin: 100% 0%;
	
	transition:height 1s;
	transform: rotate(-52deg);
	animation:Line5 .5s forwards 5.5s;
	transition:all .5s;
	transform-origin: 100% 0%;
	
}


@-webkit-keyframes Line1 {
    0% {opacity:0;height:0px;}
	10% {opacity:1;}
    100% {opacity:1;height:35px;}
}
@-moz-keyframes Line1 {
    0% {opacity:0;height:0px;}
	10% {opacity:1;}
    100% {opacity:1;height:35px;}
}
@-o-keyframes Line1 {
    0% {opacity:0;height:0px;}
	10% {opacity:1;}
    100% {opacity:1;height:35px;}
}
@keyframes Line1 {
    0% {opacity:0;height:0px;}
	10% {opacity:1;}
    100% {opacity:1;height:35px;}
}

/*//////////////////////*/

@-webkit-keyframes Line2 {
    0% {opacity:0;height:0px;}
	10% {opacity:1;}
    100% {opacity:1;height:20px;}
}

@-moz-keyframes Line2 {
    0% {opacity:0;height:0px;}
	10% {opacity:1;}
    100% {opacity:1;height:20px;}
}
@-o-keyframes Line2 {
    0% {opacity:0;height:0px;}
	10% {opacity:1;}
    100% {opacity:1;height:20px;}
}
@keyframes Line2 {
    0% {opacity:0;height:0px;}
	10% {opacity:1;}
    100% {opacity:1;height:20px;}
}

/*//////////////////////*/

@-webkit-keyframes Line3 {
    0% {opacity:0;height:0px;}
	10% {opacity:1;}
    100% {opacity:1;height:85px;}
}
@-moz-keyframes Line3 {
    0% {opacity:0;height:0px;}
	10% {opacity:1;}
    100% {opacity:1;height:85px;}
}
@-o-keyframes Line3 {
    0% {opacity:0;height:0px;}
	10% {opacity:1;}
    100% {opacity:1;height:85px;}
}
@keyframes Line3 {
    0% {opacity:0;height:0px;}
	10% {opacity:1;}
    100% {opacity:1;height:85px;}
}

/*//////////////////////*/


@-webkit-keyframes Line4 {
    0% {opacity:0;height:0px;}
	10% {opacity:1;}
    100% {opacity:1;height:68px;}
}
@-moz-keyframes Line4 {
    0% {opacity:0;height:0px;}
	10% {opacity:1;}
    100% {opacity:1;height:68px;}
}
@-o-keyframes Line4 {
    0% {opacity:0;height:0px;}
	10% {opacity:1;}
    100% {opacity:1;height:68px;}
}
@keyframes Line4 {
    0% {opacity:0;height:0px;}
	10% {opacity:1;}
    100% {opacity:1;height:68px;}
}

/*//////////////////////*/

@-webkit-keyframes Line5 {
    0% {opacity:0;height:0px;}
	10% {opacity:1;}
    100% {opacity:1;height:50px;}
}
@-moz-keyframes Line5 {
    0% {opacity:0;height:0px;}
	10% {opacity:1;}
    100% {opacity:1;height:50px;}
}
@-o-keyframes Line5 {
    0% {opacity:0;height:0px;}
	10% {opacity:1;}
    100% {opacity:1;height:50px;}
}
@keyframes Line5 {
    0% {opacity:0;height:0px;}
	10% {opacity:1;}
    100% {opacity:1;height:50px;}
}

#PRsrtarsHolder
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 250px;
	overflow: hidden;
	-webkit-transition: left 6.5s 1s;
	-moz-transition: left 6.5s 1s;
	-o-transition: left 6.5s 1s;
	transition: left 6.5s 1s;
	
	-webkit-animation: pr-FadeOut 1s forwards 10s;
	-moz-animation: pr-FadeOut 1s forwards 10s;
	-o-animation: pr-FadeOut 1s forwards 10s;
	animation: pr-FadeOut 1s forwards 10s;
}

#PRsrtarsHolder2
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 250px;
	overflow: hidden;
	-webkit-transition: left 6.5s 1s;
	-moz-transition: left 6.5s 1s;
	-o-transition: left 6.5s 1s;
	transition: left 6.5s 1s;
	
}

#PRstar1,#PRstar2,#PRstar3,#PRstar4,#PRstar5,#PRstar6,#PRstar7,#PRstar8,#PRstar9,#PRstar10,#PRstar11,#PRstar12,#PRstar13,#PRstar14,#PRstar15,#PRstar16,#PRstar17,#PRstar18,#PRstar19,#PRstar20,#PRstar21,#PRstar22,#PRstar23,#PRstar24,#PRstar25,#PRstar26,#PRstar27,#PRstar31,#PRstar32,#PRstar33,#PRstar34,#PRstar35,#PRstar36,#PRstar37,#PRstar38,#PRstar39,#PRstar40,#PRstar41,#PRstar42,#PRstar43,#PRstar44,#PRstar45,#PRstar46,#PRstar47,#PRstar48,#PRstar49,#PRstar50,#PRstar51,#PRstar52,#PRstar53,#PRstar54,#PRstar55,#PRstar56,#PRstar57 {
	position: absolute;
	background-size: cover;
	background-image: url(pr-starSprite.png);
	background-repeat: no-repeat;
	background-position: left top;
	opacity:0;	
}

#PRwhiteStar {
	position: absolute;
	background-size: cover;
	background-image: url(pr-whiteStar.png);
	background-repeat: no-repeat;
	
}




#PRstar1 {
	width: 8px;
	height: 8px;
	left: 1px;
	top: 131px;
	
	
	-webkit-animation: animStars 6s linear .1s 1 alternate forwards;
	-moz-animation: animStars 6s linear .1s 1 alternate forwards;
	-o-animation: animStars 6s linear .1s 1 alternate forwards;
	animation: animStars 6s linear .1s 1 alternate forwards;
}

#PRstar2 {
	width: 10px;
	height: 10px;
	left: 13px;
	top: 126px;
	
	
	-webkit-animation: animStars 6s linear .2s 1 alternate forwards;
	-moz-animation: animStars 6s linear .2s 1 alternate forwards;
	-o-animation: animStars 6s linear .2s 1 alternate forwards;
	animation: animStars 6s linear .2s 1 alternate forwards;
}

#PRstar3 {
	width: 15px;
	height: 15px;
	left: 27px;
	top: 118px;
	
	-webkit-animation: animStars 6s linear .3s 1 alternate forwards;
	-moz-animation: animStars 6s linear .3s 1 alternate forwards;
	-o-animation: animStars 6s linear .3s 1 alternate forwards;
	animation: animStars 6s linear .3s 1 alternate forwards;
}

#PRstar4 {
	width: 10px;
	height: 10px;
	left: 45px;
	top: 125px;
	
	-webkit-animation: animStars 6s linear .4s 1 alternate forwards;
	-moz-animation: animStars 6s linear .4s 1 alternate forwards;
	-o-animation: animStars 6s linear .4s 1 alternate forwards;
	animation: animStars 6s linear .4s 1 alternate forwards;
}

#PRstar5 {
	width: 9px;
	height: 9px;
	left: 47px;
	top: 111px;
	
	-webkit-animation: animStars 6s linear .5s 1 alternate forwards;
	-moz-animation: animStars 6s linear .5s 1 alternate forwards;
	-o-animation: animStars 6s linear .5s 1 alternate forwards;
	animation: animStars 6s linear .5s 1 alternate forwards;
}

#PRstar6 {
	width: 15px;
	height: 15px;
	left: 59px;
	top: 115px;
	
	-webkit-animation: animStars 6s linear .6s 1 alternate forwards;
	-moz-animation: animStars 6s linear .6s 1 alternate forwards;
	-o-animation: animStars 6s linear .6s 1 alternate forwards;
	animation: animStars 6s linear .6s 1 alternate forwards;
}

#PRstar7 {
	width: 10px;
	height: 10px;
	left: 55px;
	top: 139px;
	
	-webkit-animation: animStars 6s linear .7s 1 alternate forwards;
	-moz-animation: animStars 6s linear .7s 1 alternate forwards;
	-o-animation: animStars 6s linear .7s 1 alternate forwards;
	animation: animStars 6s linear .7s 1 alternate forwards;
}

#PRstar8 {
	width: 9px;
	height: 9px;
	left: 69px;
	top: 144px;
	
	-webkit-animation: animStars 6s linear .8s 1 alternate forwards;
	-moz-animation: animStars 6s linear .8s 1 alternate forwards;
	-o-animation: animStars 6s linear .8s 1 alternate forwards;
	animation: animStars 6s linear .8s 1 alternate forwards;
}

#PRstar9 {
	width: 12px;
	height: 12px;
	left: 84px;
	top: 135px;
	
	-webkit-animation: animStars 6s linear .9s 1 alternate forwards;
	-moz-animation: animStars 6s linear .9s 1 alternate forwards;
	-o-animation: animStars 6s linear .9s 1 alternate forwards;
	animation: animStars 6s linear .9s 1 alternate forwards;
}

#PRstar10 {
	width: 10px;
	height: 10px;
	left: 97px;
	top: 145px;
	
	-webkit-animation: animStars 6s linear 1s 1 alternate forwards;
	-moz-animation: animStars 6s linear 1s 1 alternate forwards;
	-o-animation: animStars 6s linear 1s 1 alternate forwards;
	animation: animStars 6s linear 1s 1 alternate forwards;
}

#PRstar11 {
	width: 5px;
	height: 5px;
	left: 106px;
	top: 163px;
	
	-webkit-animation: animStars 6s linear 1.1s 1 alternate forwards;
	-moz-animation: animStars 6s linear 1.1s 1 alternate forwards;
	-o-animation: animStars 6s linear 1.1s 1 alternate forwards;
	animation: animStars 6s linear 1.1s 1 alternate forwards;
}

#PRstar12 {
	width: 8px;
	height: 8px;
	left: 121px;
	top: 153px;

	-webkit-animation: animStars 6s linear 1.2s 1 alternate forwards;
	-moz-animation: animStars 6s linear 1.2s 1 alternate forwards;
	-o-animation: animStars 6s linear 1.2s 1 alternate forwards;
	animation: animStars 6s linear 1.2s 1 alternate forwards;
}

#PRstar13 {
	width: 15px;
	height: 15px;
	left: 131px;
	top: 203px;
	-webkit-animation: animStars 6s linear 1.3s 1 alternate forwards;
	-moz-animation: animStars 6s linear 1.3s 1 alternate forwards;
	-o-animation: animStars 6s linear 1.3s 1 alternate forwards;
	animation: animStars 6s linear 1.3s 1 alternate forwards;
}

#PRstar14 {
	width: 10px;
	height: 10px;
	left: 143px;
	top: 148px;
	-webkit-animation: animStars 6s linear 1.4s 1 alternate forwards;
	-moz-animation: animStars 6s linear 1.4s 1 alternate forwards;
	-o-animation: animStars 6s linear 1.4s 1 alternate forwards;
	animation: animStars 6s linear 1.4s 1 alternate forwards;
}

#PRstar15 {
	width: 9px;
	height: 9px;
	left: 141px;
	top: 120px;
	-webkit-animation: animStars 6s linear 1.5s 1 alternate forwards;
	-moz-animation: animStars 6s linear 1.5s 1 alternate forwards;
	-o-animation: animStars 6s linear 1.5s 1 alternate forwards;
	animation: animStars 6s linear 1.5s 1 alternate forwards;
}

#PRstar16 {
	width: 8px;
	height: 8px;
	left: 167px;
	top: 187px;
	-webkit-animation: animStars 6s linear 1.6s 1 alternate forwards;
	-moz-animation: animStars 6s linear 1.6s 1 alternate forwards;
	-o-animation: animStars 6s linear 1.6s 1 alternate forwards;
	animation: animStars 6s linear 1.6s 1 alternate forwards;
}

#PRstar17 {
	width: 10px;
	height: 10px;
	left: 182px;
	top: 152px;
	-webkit-animation: animStars 6s linear 1.7s 1 alternate forwards;
	-moz-animation: animStars 6s linear 1.7s 1 alternate forwards;
	-o-animation: animStars 6s linear 1.7s 1 alternate forwards;
	animation: animStars 6s linear 1.7s 1 alternate forwards;
}

#PRstar18 {
	width: 5px;
	height: 5px;
	left: 189px;
	top: 142px;
	-webkit-animation: animStars 6s linear 1.8s 1 alternate forwards;
	-moz-animation: animStars 6s linear 1.8s 1 alternate forwards;
	-o-animation: animStars 6s linear 1.8s 1 alternate forwards;
	animation: animStars 6s linear 1.8s 1 alternate forwards;
}

#PRstar19 {
	width: 8px;
	height: 8px;
	left: 199px;
	top: 135px;
	-webkit-animation: animStars 6s linear 1.9s 1 alternate forwards;
	-moz-animation: animStars 6s linear 1.9s 1 alternate forwards;
	-o-animation: animStars 6s linear 1.9s 1 alternate forwards;
	animation: animStars 6s linear 1.9s 1 alternate forwards;
}

#PRstar20 {
	width: 6px;
	height: 6px;
	left: 221px;
	top: 140px;
	-webkit-animation: animStars 6s linear 2s 1 alternate forwards;
	-moz-animation: animStars 6s linear 2s 1 alternate forwards;
	-o-animation: animStars 6s linear 2s 1 alternate forwards;
	animation: animStars 6s linear 2s 1 alternate forwards;
}

#PRstar21 {
	width: 15px;
	height: 15px;
	left: 230px;
	top: 144px;
	-webkit-animation: animStars 6s linear 2.1s 1 alternate forwards;
	-moz-animation: animStars 6s linear 2.1s 1 alternate forwards;
	-o-animation: animStars 6s linear 2.1s 1 alternate forwards;
	animation: animStars 6s linear 2.1s 1 alternate forwards;
}

#PRstar22 {
	width: 19px;
	height: 19px;
	left: 247px;
	top: 149px;
	-webkit-animation: animStars 6s linear 2.2s 1 alternate forwards;
	-moz-animation: animStars 6s linear 2.2s 1 alternate forwards;
	-o-animation: animStars 6s linear 2.2s 1 alternate forwards;
	animation: animStars 6s linear 2.2s 1 alternate forwards;
}

#PRstar23 {
	width: 10px;
	height: 10px;
	left: 260px;
	top: 141px;
	-webkit-animation: animStars 6s linear 2.3s 1 alternate forwards;
	-moz-animation: animStars 6s linear 2.3s 1 alternate forwards;
	-o-animation: animStars 6s linear 2.3s 1 alternate forwards;
	animation: animStars 6s linear 2.3s 1 alternate forwards;
}

#PRstar24 {
	width: 5px;
	height: 5px;
	left: 273px;
	top: 133px;
	-webkit-animation: animStars 6s linear 2.4s 1 alternate forwards;
	-moz-animation: animStars 6s linear 2.4s 1 alternate forwards;
	-o-animation: animStars 6s linear 2.4s 1 alternate forwards;
	animation: animStars 6s linear 2.4s 1 alternate forwards;
}

#PRstar25 {
	width: 10px;
	height: 10px;
	left: 274px;
	top: 145px;
	-webkit-animation: animStars 6s linear 2.5s 1 alternate forwards;
	-moz-animation: animStars 6s linear 2.5s 1 alternate forwards;
	-o-animation: animStars 6s linear 2.5s 1 alternate forwards;
	animation: animStars 6s linear 2.5s 1 alternate forwards;
}

#PRstar26 {
	width: 8px;
	height: 8px;
	left: 282px;
	top: 132px;
	-webkit-animation: animStars 6s linear 2.6s 1 alternate forwards;
	-moz-animation: animStars 6s linear 2.6s 1 alternate forwards;
	-o-animation: animStars 6s linear 2.6s 1 alternate forwards;
	animation: animStars 6s linear 2.6s 1 alternate forwards;
}

#PRstar27 {
	width: 6px;
	height: 6px;
	left: 287px;
	top: 115px;
	-webkit-animation: animStars 6s linear 2.7s 1 alternate forwards;
	-moz-animation: animStars 6s linear 2.7s 1 alternate forwards;
	-o-animation: animStars 6s linear 2.7s 1 alternate forwards;
	animation: animStars 6s linear 2.7s 1 alternate forwards;
}

#PRstar31 {
	width: 5px;
	height: 5px;
	left: 129px;
	top: 140px;
	-webkit-animation: animStars 6s linear 9.75s 1 alternate forwards;
	-moz-animation: animStars 6s linear 9.75s 1 alternate forwards;
	-o-animation: animStars 6s linear 9.75s 1 alternate forwards;
	animation: animStars 6s linear 9.75s 1 alternate forwards;
}

#PRstar32 {
	width: 7px;
	height: 7px;
	left: 148px;
	top: 136px;
	-webkit-animation: animStars 6s linear 9.9s 1 alternate forwards;
	-moz-animation: animStars 6s linear 9.9s 1 alternate forwards;
	-o-animation: animStars 6s linear 9.9s 1 alternate forwards;
	animation: animStars 6s linear 9.9s 1 alternate forwards;
}

#PRstar33 {
	width: 8px;
	height: 8px;
	left: 156px;
	top: 150px;
	-webkit-animation: animStars 6s linear 10s 1 alternate forwards;
	-moz-animation: animStars 6s linear 10s 1 alternate forwards;
	-o-animation: animStars 6s linear 10s 1 alternate forwards;
	animation: animStars 6s linear 10s 1 alternate forwards;
}

#PRstar34 {
	width: 8px;
	height: 8px;
	left: 163px;
	top: 125px;
	-webkit-animation: animStars 6s linear 10.1s 1 alternate forwards;
	-moz-animation: animStars 6s linear 10.1s 1 alternate forwards;
	-o-animation: animStars 6s linear 10.1s 1 alternate forwards;
	animation: animStars 6s linear 10.1s 1 alternate forwards;
}

#PRstar35 {
	width: 9px;
	height: 9px;
	left: 175px;
	top: 137px;
	-webkit-animation: animStars 6s linear 10.2s 1 alternate forwards;
	-moz-animation: animStars 6s linear 10.2s 1 alternate forwards;
	-o-animation: animStars 6s linear 10.2s 1 alternate forwards;
	animation: animStars 6s linear 10.2s 1 alternate forwards;
}

#PRstar36 {
	width: 5px;
	height: 5px;
	left: 181px;
	top: 156px;
	-webkit-animation: animStars 6s linear 10.3s 1 alternate forwards;
	-moz-animation: animStars 6s linear 10.3s 1 alternate forwards;
	-o-animation: animStars 6s linear 10.3s 1 alternate forwards;
	animation: animStars 6s linear 10.3s 1 alternate forwards;
}

#PRstar37 {
	width: 9px;
	height: 9px;
	left: 200px;
	top: 139px;
	-webkit-animation: animStars 6s linear 10.4s 1 alternate forwards;
	-moz-animation: animStars 6s linear 10.4s 1 alternate forwards;
	-o-animation: animStars 6s linear 10.4s 1 alternate forwards;
	animation: animStars 6s linear 10.4s 1 alternate forwards;
}

#PRstar38 {
	width: 9px;
	height: 9px;
	left: 186px;
	top: 116px;
	-webkit-animation: animStars 6s linear 10.5s 1 alternate forwards;
	-moz-animation: animStars 6s linear 10.5s 1 alternate forwards;
	-o-animation: animStars 6s linear 10.5s 1 alternate forwards;
	animation: animStars 6s linear 10.5s 1 alternate forwards;
}

#PRstar39 {
	width: 12px;
	height: 12px;
	left: 202px;
	top: 108px;
	-webkit-animation: animStars 6s linear 10.6s 1 alternate forwards;
	-moz-animation: animStars 6s linear 10.6s 1 alternate forwards;
	-o-animation: animStars 6s linear 10.6s 1 alternate forwards;
	animation: animStars 6s linear 10.6s 1 alternate forwards;
}

#PRstar40 {
	width: 10px;
	height: 10px;
	left: 213px;
	top: 159px;
	-webkit-animation: animStars 6s linear 10.7s 1 alternate forwards;
	-moz-animation: animStars 6s linear 10.7s 1 alternate forwards;
	-o-animation: animStars 6s linear 10.7s 1 alternate forwards;
	animation: animStars 6s linear 10.7s 1 alternate forwards;
}

#PRstar41 {
	width: 5px;
	height: 5px;
	left: 225px;
	top: 124px;
	-webkit-animation: animStars 6s linear 10.8s 1 alternate forwards;
	-moz-animation: animStars 6s linear 10.8s 1 alternate forwards;
	-o-animation: animStars 6s linear  10.8s 1 alternate forwards;
	animation: animStars 6s linear 10.8s 1 alternate forwards;
}

#PRstar42 {
	width: 8px;
	height: 8px;
	left: 218px;
	top: 137px;
	-webkit-animation: animStars 6s linear 10.9s 1 alternate forwards;
	-moz-animation: animStars 6s linear 10.9s 1 alternate forwards;
	-o-animation: animStars 6s linear 10.9s 1 alternate forwards;
	animation: animStars 6s linear 10.9s 1 alternate forwards;
}

#PRstar43 {
	width: 8px;
	height: 8px;
	left: 190px;
	top: 99px;
	-webkit-animation: animStars 6s linear 11s 1 alternate forwards;
	-moz-animation: animStars 6s linear 11s 1 alternate forwards;
	-o-animation: animStars 6s linear 11s 1 alternate forwards;
	animation: animStars 6s linear 11s 1 alternate forwards;
}

#PRstar44 {
	width: 10px;
	height: 10px;
	left: 231px;
	top: 149px;
	-webkit-animation: animStars 6s linear 11.1s 1 alternate forwards;
	-moz-animation: animStars 6s linear 11.1s 1 alternate forwards;
	-o-animation: animStars 6s linear 11.1s 1 alternate forwards;
	animation: animStars 6s linear 11.1s 1 alternate forwards;
}

#PRstar45 {
	width: 9px;
	height: 9px;
	left: 229px;
	top: 106px;
	-webkit-animation: animStars 6s linear 11.2s 1 alternate forwards;
	-moz-animation: animStars 6s linear 11.2s 1 alternate forwards;
	-o-animation: animStars 6s linear 11.2s 1 alternate forwards;
	animation: animStars 6s linear 11.2s 1 alternate forwards;
}

#PRstar46 {
	width: 8px;
	height: 8px;
	left: 230px;
	top: 166px;
	-webkit-animation: animStars 6s linear 11.3s 1 alternate forwards;
	-moz-animation: animStars 6s linear 11.3s 1 alternate forwards;
	-o-animation: animStars 6s linear 11.3s 1 alternate forwards;
	animation: animStars 6s linear 11.3s 1 alternate forwards;
}

#PRstar47 {
	width: 12px;
	height: 12px;
	left: 249px;
	top: 155px;
	-webkit-animation: animStars 6s linear 11.4s 1 alternate forwards;
	-moz-animation: animStars 6s linear 11.4s 1 alternate forwards;
	-o-animation: animStars 6s linear 11.4s 1 alternate forwards;
	animation: animStars 6s linear 11.4s 1 alternate forwards;
}

#PRstar48 {
	width: 15px;
	height: 15px;
	left: 246px;
	top: 94px;
	-webkit-animation: animStars 6s linear 11.5s 1 alternate forwards;
	-moz-animation: animStars 6s linear 11.5s 1 alternate forwards;
	-o-animation: animStars 6s linear 11.5s 1 alternate forwards;
	animation: animStars 6s linear 11.5s 1 alternate forwards;
}

#PRstar49 {
	width: 8px;
	height: 8px;
	left: 249px;
	top: 127px;
	-webkit-animation: animStars 6s linear 11.6s 1 alternate forwards;
	-moz-animation: animStars 6s linear 11.6s 1 alternate forwards;
	-o-animation: animStars 6s linear 11.6s 1 alternate forwards;
	animation: animStars 6s linear 11.6s 1 alternate forwards;
}

#PRstar50 {
	width: 16px;
	height: 16px;
	left: 265px;
	top: 114px;
	-webkit-animation: animStars 6s linear 11.7s 1 alternate forwards;
	-moz-animation: animStars 6s linear 11.7s 1 alternate forwards;
	-o-animation: animStars 6s linear 11.7s 1 alternate forwards;
	animation: animStars 6s linear 11.7s 1 alternate forwards;
}

#PRstar51 {
	width: 10px;
	height: 10px;
	left: 258px;
	top: 141px;
	-webkit-animation: animStars 6s linear 11.8s 1 alternate forwards;
	-moz-animation: animStars 6s linear 11.8s 1 alternate forwards;
	-o-animation: animStars 6s linear 11.8s 1 alternate forwards;
	animation: animStars 6s linear 11.8s 1 alternate forwards;
}

#PRstar52 {
	width: 19px;
	height: 19px;
	left: 275px;
	top: 148px;
	
	-webkit-animation: animStars 6s linear 11.9s 1 alternate forwards;
	-moz-animation: animStars 6s linear 11.9s 1 alternate forwards;
	-o-animation: animStars 6s linear 11.9s 1 alternate forwards;
	animation: animStars 6s linear 11.9s 1 alternate forwards;
}

#PRstar53 {
	width: 10px;
	height: 10px;
	left: 268px;
	top: 97px;
	
	-webkit-animation: animStars 6s linear 12s 1 alternate forwards;
	-moz-animation: animStars 6s linear 12s 1 alternate forwards;
	-o-animation: animStars 6s linear 12s 1 alternate forwards;
	animation: animStars 6s linear 12s 1 alternate forwards;
}

#PRstar54 {
	width: 15px;
	height: 15px;
	left: 278px;
	top: 76px;
	
	
	-webkit-animation: animStars 6s linear 12.1s 1 alternate forwards;
	-moz-animation: animStars 6s linear 12.1s 1 alternate forwards;
	-o-animation: animStars 6s linear 12.1s 1 alternate forwards;
	animation: animStars 6s linear 12.1s 1 alternate forwards;
}

#PRstar55 {
	width: 12px;
	height: 12px;
	left: 283px;
	top: 130px;
	
	-webkit-animation: animStars 6s linear 12.2s 1 alternate forwards;
	-moz-animation: animStars 6s linear 12.2s 1 alternate forwards;
	-o-animation: animStars 6s linear 12.2s 1 alternate forwards;
	animation: animStars 6s linear 12.2s 1 alternate forwards;
}

#PRstar56 {
	width: 10px;
	height: 10px;
	left: 276px;
	top: 175px;
	
	-webkit-animation: animStars 6s linear 12.3s 1 alternate forwards;
	-moz-animation: animStars 6s linear 12.3s 1 alternate forwards;
	-o-animation: animStars 6s linear 12.3s 1 alternate forwards;
	animation: animStars 6s linear 12.3s 1 alternate forwards;
}

#PRstar57 {
	width: 15px;
	height: 15px;
	left: 283px;
	top: 104px;
	
	-webkit-animation: animStars 6s linear 12.4s 1 alternate forwards;
	-moz-animation: animStars 6s linear 12.4s 1 alternate forwards;
	-o-animation: animStars 6s linear 12.4s 1 alternate forwards;
	animation: animStars 6s linear 12.4s 1 alternate forwards;
}

@-webkit-keyframes animStars {
 0% { opacity: 0;-webkit-transform: scale(1); }
 10% { opacity: 1;-webkit-transform: scale(1.2);}
 20% {opacity: .7;-webkit-transform: scale(1);}
 40% {opacity: 1;-webkit-transform: scale(1.2);}
 60% {opacity: .7;-webkit-transform: scale(1);}
 80% {opacity: 1;-webkit-transform: scale(1.2);}
 100% {opacity: .9;-webkit-transform: scale(1);}
 
}
@-moz-keyframes animStars {
 
  0% { opacity: 0;-webkit-transform: scale(1); }
 10% { opacity: 1;-webkit-transform: scale(1.2);}
 20% {opacity: .7;-webkit-transform: scale(1);}
 40% {opacity: 1;-webkit-transform: scale(1.2);}
 60% {opacity: .7;-webkit-transform: scale(1);}
 80% {opacity: 1;-webkit-transform: scale(1.2);}
 100% {opacity: .9;-webkit-transform: scale(1);}
}
@-o-keyframes animStars {
 
  0% { opacity: 0;-webkit-transform: scale(1); }
 10% { opacity: 1;-webkit-transform: scale(1.2);}
 20% {opacity: .7;-webkit-transform: scale(1);}
 40% {opacity: 1;-webkit-transform: scale(1.2);}
 60% {opacity: .7;-webkit-transform: scale(1);}
 80% {opacity: 1;-webkit-transform: scale(1.2);}
 100% {opacity: .9;-webkit-transform: scale(1);}
}
@keyframes animStars {
 
  0% { opacity: 0;-webkit-transform: scale(1); }
 10% { opacity: 1;-webkit-transform: scale(1.2);}
 20% {opacity: .7;-webkit-transform: scale(1);}
 40% {opacity: 1;-webkit-transform: scale(1.2);}
 60% {opacity: .7;-webkit-transform: scale(1);}
 80% {opacity: 1;-webkit-transform: scale(1.2);}
 100% {opacity: .9;-webkit-transform: scale(1);}
}
@-webkit-keyframes pr-FadeIn {
 
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes pr-FadeIn {
 
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes pr-FadeIn {
 
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes pr-FadeIn {
 
  0% { opacity: 0; }
  100% { opacity: 1; }
}

#PRctaButton {
  position: absolute;
  background:url(ctaButton.png) no-repeat;
  width: 107px;
  height: 21px;
  left: 11px;
  top: 120px;
  opacity: 0;
  -webkit-animation: pr-FadeIn 1s forwards 15s;
  -moz-animation: pr-FadeIn 1s forwards 15s;
  -o-animation: pr-FadeIn 1s forwards 15s;
  animation: pr-FadeIn 1s forwards 15s;
  cursor:pointer;
}

#PRlogo1 {
  position: absolute;
  background: url("PRlogo.png") no-repeat;
  width: 35px;
  height: 35px;
  left: 258px;
  top: 206px;
  -webkit-animation: pr-FadeOut 1s forwards 10s;
  -moz-animation: pr-FadeOut 1s forwards 10s;
  -o-animation: pr-FadeOut 1s forwards 10s;
  animation: pr-FadeOut 1s forwards 10s;
  
}

#PRdisclaimerLink {
	position: absolute;
	width: 143px;
	height: 13px;
	left: 6px;
	top: 230px;
	font-family: TradeGothic;
	font-size: 12px;
	line-height: 12px;
	color: #029DD0;
	opacity: 0;
	cursor: pointer;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #029DD0;
}

#PRdisclaimerContainer {
	position: absolute;
	width: 280px;
	height: 140px;
	left: 10px;
	top: 250px;
	background:#C8CACB;
	border-top-left-radius: 5px;	
	border-top-right-radius: 5px;
	-webkit-transition: top 0s;
	-moz-transition: top 1s;
	-o-transition: top 1s;
	transition: top 1s;	
}

#PRcloseDisclaimer {
	position: absolute;
	padding-top: 5px;
	width: 50px;
	height: 15px;
	top: 0px;
	left: 230px;
	font-family: 'prudentialmodernBdSCn';
  	font-size: 11px;
	border-top-right-radius: 5px;
	cursor:pointer;
}

#PRcloseX {
	position: absolute;
	background: #002246;
	border-radius: 7px;
	height: 14px;
	width: 14px;
	left: 30px;
	top: 3px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
} 

#PRdisclaimerText {
	position: absolute;
	width: 260px;
	height: 120px;
	margin: 5px;
	top: 20px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 11px;
	background:#FFF;
	border-top-left-radius: 5px;	
	border-top-right-radius: 5px;
	overflow:scroll;	
}

#PRlogo2 {
  position: absolute;
  background: url("PRlogo.png") no-repeat;
  width: 135px;
  height: 41px;
  left: 158px;
  top: 200px;
  opacity: 0;
  -webkit-animation: pr-FadeIn 1s forwards 10s;
  -moz-animation: pr-FadeIn 1s forwards 10s;
  -o-animation: pr-FadeIn 1s forwards 10s;
  animation: pr-FadeIn 1s forwards 10s;
}

@font-face {
    font-family: 'prudentialmodernlight';
    src: url('prudentialmodern-light-webfont.eot');
    src: url('prudentialmodern-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('prudentialmodern-light-webfont.woff') format('woff'),
         url('prudentialmodern-light-webfont.ttf') format('truetype'),
         url('prudentialmodern-light-webfont.svg#prudentialmodernlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'prudentialmodernBdSCn';
    src: url('prudentialmodern-boldsemcon-webfont.eot');
    src: url('prudentialmodern-boldsemcon-webfont.eot?#iefix') format('embedded-opentype'),
         url('prudentialmodern-boldsemcon-webfont.woff') format('woff'),
         url('prudentialmodern-boldsemcon-webfont.ttf') format('truetype'),
         url('prudentialmodern-boldsemcon-webfont.svg#prudentialmodernBdSCn') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothic';
    src: url('TradeGothic.eot');
    src: url('TradeGothic.eot?#iefix') format('embedded-opentype'),
         url('TradeGothic.woff') format('woff'),
         url('TradeGothic.ttf') format('truetype'),
         url('TradeGothic.svg#TradeGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}
