div.jp-video {
	font-size: 1em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */

	font-family: Verdana, Arial, sans-serif;
	line-height: 1.6;
	color: #fff;
	background-color: #ffffff;
	position:relative;
	
	border: 1px solid #dbdbdb;
}

div.jp-video-480p { width:968px; }
div.jp-video-full {
	/* Rules for IE6 (full-screen) */
	width:968px;
	height:442px;
	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
	position:static !important; position:relative
}

div.jp-video-full div.jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
	overflow: hidden;
	z-index:1000;
}

div.jp-video-full div.jp-gui {
	position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index:1000;
}
div.jp-video-full div.jp-interface {
	position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
	z-index:1000;
}

div.jp-interface {
	position: relative;
	width:100%;
	background: #ffffff url(bg-controls.png) repeat-x; /* Required for the full screen */
	height: 68px;
}


/* @group CONTROLS */

div.jp-controls-holder {
	width:100%;
	position: absolute;
	top: 0;
	left: 0;
}

.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}

/* @group playlist player controls */
.jp-play,
.jp-pause {
	position: absolute;
	left: 32px;
	top: 24px;
	background: url(controls.png) no-repeat;
	width: 18px;
	height: 19px;
}
.jp-play:hover { background-position: -18px 0; }

.jp-pause { background-position: -36px 0; }
.jp-pause:hover { background-position: -54px 0; }
/* @end */


/* @group TOGGLES */
.jp-toggles {
	position: relative;
	padding:0;
	margin:0;
	z-index:20;
}

.jp-toggles a{
	display:block;
	zoom: 1;
	text-indent:-9999px;
	overflow: hidden;

	position: absolute;
	top: 22px;
}

.jp-full-screen,
.jp-restore-screen {
	width: 30px;
	height: 24px;
	
	background: url("controls.png") 0 -19px no-repeat;
	right: -9999px;
}

.jp-full-screen:hover,
.jp-restore-screen:hover { background-position: -30px -19px; }

.with-playlist .jp-full-screen,
.with-playlist .jp-restore-screen { right: 31px; }

/* @end */

/* @group progress bar */

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg { 
 /*	background: url("jplayer.pink.flag.seeking.gif"); */
}

.jp-progress {
	height: 10px;
	padding: 28px 0 5px 0;
	margin: 0 80px 0 116px;
	background: url("progress.png") 0 28px repeat-x;
}
.with-playlist .jp-progress { margin-right: 209px !important }

.jp-seek-bar {
	background: url("controls.png") 0 -92px repeat-x;
	width:0px;
	height: 10px;
	cursor:pointer;
	line-height: 0;
	font-size: 0;
	border-radius: 5px;
}

.jp-play-bar {
	background: url("controls.png") 0 -112px repeat-x;
	width:0px;
	height: 10px;
	border-radius: 5px;
	position: relative;

	line-height: 0;
	font-size: 0;
}
.jp-play-bar I {
	width: 20px;
	height: 20px;
	display: block;
	zoom: 1;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: -5px;
	right: -10px;
	background: url(controls.png) 0 -64px no-repeat;
}


/* @end */

/* @group volume controls */

div.jp-interface ul.jp-controls a.jp-mute,
div.jp-interface ul.jp-controls a.jp-unmute,
div.jp-interface ul.jp-controls a.jp-volume-max {
	background: url("../../../../../static/jPlayer/skin/amway/jplayer.pink.flag.jpg") 0px -330px no-repeat;
	position: absolute;
	width: 16px;
	height: 11px;
}

div.jp-video ul.jp-controls a.jp-mute,
div.jp-video ul.jp-controls a.jp-unmute {
	left: 0;
	top:14px;
}

div.jp-video ul.jp-controls a.jp-volume-max {
	left: 84px;
	top:14px;
}

div.jp-interface ul.jp-controls a.jp-mute:hover {
	background: url("../../../../../static/jPlayer/skin/amway/jplayer.pink.flag.jpg") -25px -330px no-repeat;
}

div.jp-interface ul.jp-controls a.jp-unmute {
	background: url("../../../../../static/jPlayer/skin/amway/jplayer.pink.flag.jpg") -60px -330px no-repeat;
}

div.jp-interface ul.jp-controls a.jp-unmute:hover {
	background: url("../../../../../static/jPlayer/skin/amway/jplayer.pink.flag.jpg") -85px -330px no-repeat;
}

div.jp-interface ul.jp-controls a.jp-volume-max {
	background: url("../../../../../static/jPlayer/skin/amway/jplayer.pink.flag.jpg") 0px -350px no-repeat;
}

div.jp-interface ul.jp-controls a.jp-volume-max:hover {
	background: url("../../../../../static/jPlayer/skin/amway/jplayer.pink.flag.jpg") -25px -350px no-repeat;
}

.jp-volume-bar {
	background: url("../../../../../static/jPlayer/skin/amway/jplayer.pink.flag.jpg") 0px -300px repeat-x;
	position: absolute;
	width: 197px;
	height: 4px;
	padding: 2px 2px 1px 2px;
	overflow: hidden;
}

.jp-volume-bar:hover {
	cursor:  pointer;
}

div.jp-video .jp-volume-bar {
	top: 0;
	left: 0;
	width:95px;
	border-right:1px solid #000;
	margin-top: 30px;
}

.jp-volume-bar-value {
	background: url("../../../../../static/jPlayer/skin/amway/jplayer.pink.flag.jpg") 0px -320px repeat-x;
	height: 4px;
}

/* @end */

/* @group current time and duration */

.jp-current-time, .jp-duration {
	position: absolute;
	top: 28px;
	font-size: 10px;
	line-height: 1;
	color: #8b8b8b;
}

.jp-current-time { left: 65px; }
.jp-duration { right: 25px; }
.with-playlist .jp-duration { right: 157px !important }

/* @end */

div.jp-video div.jp-video-play {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	cursor:pointer;
	background-color:rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}
div.jp-video-480p div.jp-video-play {	height:442px; }
div.jp-video-full div.jp-video-play {
	height:100%;
	z-index:1000;
}
a.jp-video-play-icon {
	position:relative;
	display:block;
	width: 112px;
	height: 100px;

	margin-left:-56px;
	margin-top:-50px;
	left:50%;
	top:50%;

	background: url("../../../../../static/jPlayer/skin/amway/jplayer.pink.flag.video.play.png") 0 0 no-repeat;
	text-indent:-9999px;
}
div.jp-video-play:hover a.jp-video-play-icon {
	background: url("../../../../../static/jPlayer/skin/amway/jplayer.pink.flag.video.play.png") 0 -100px no-repeat;
}

div.jp-jplayer {
	width:0px;
	height:0px;
	background-color: #ffffff;
}

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	position:absolute;
	width:390px;
	margin-left:-202px;
	left:50%;
	top: 10px;

	padding:5px;
	font-size:.8em;
	background-color:#3a2a45;
	border-top:2px solid #554461;
	border-left:2px solid #554461;
	border-right:2px solid #180a1f;
	border-bottom:2px solid #180a1f;
	color:#FFF;
	display:none;
}

.jp-no-solution a {
	color:#FFF;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}

/* @end */

#jquery_jplayer_1 video { background-color: #fff }