.img_player {
    background:#fff;
    padding:10px 10px 10px 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: center;

}

.img_player img {
	margin: 0;
	padding: 0;
	border: 0;
}

.img_player.full {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    border: 0;
    margin: 0;
    overflow: hidden;
    z-index: 100;
}

.img_player .stage {
    margin: 0 auto 0 auto;
	padding: 0;
	border: 0;
    overflow:hidden;
    text-align:center;    
    position: relative;
}



.img_player .caption {
    font-size: 28pt;
    color: #AAA;
    position: absolute;
    z-index: 9999;
    bottom: 4px;
    text-align: center;
    width: 100%;
    text-shadow: 2px 2px black;
    -webkit-text-stroke: 1px #777;
    -ms-text-stroke: 1px #777;
    -moz-text-stroke: 1px #777;
    -o-text-stroke: 1px #777;
    text-stroke: 1px #777;
}

.img_player .controls {
	margin: 5px auto 0 auto;
    height: 40px;
    background:url(../images/player.png) 0 -120px repeat-x;
    overflow:hidden;
}

.img_player .controls a {
    text-decoration:none;
    outline:none !important;
    text-indent:-9999px;
    display:block;
    float:left;
    width:35px;
    height:40px;
	 ie-dummy: expression(this.hideFocus=true);
}

.img_player .controls a:hover, .img_player .controls a:select, .img_player .controls a:active, .img_player .controls a:focus {
    outline:none;
}

.img_player a.play  { background:url(../images/player.png) 0 0px no-repeat; }
.img_player a.pause { background:url(../images/player.png) -1px -40px no-repeat; }
.img_player a.next { background:url(../images/player.png) 0 -292px no-repeat; }
.img_player a.prev   { background:url(../images/player.png) 0 -332px no-repeat; }
.img_player a.start { background:url(../images/player.png) 0 -212px no-repeat; }
.img_player a.end   { background:url(../images/player.png) 0 -172px no-repeat; }
.img_player a.fullscreen { background:url(../images/player.png) 0 -252px no-repeat; }

.img_player .scrubber {
    float:left;
    margin-left: 10px;
        height: 12px;
    background: #BDBDBD;
    margin-top: 15px;
}

.img_player .scrubber a {
    display:block;
    position:relative;
    top:50%;
    left:0;
    margin:-6px 0 0 0;
    width:8px;
    height:12px;
    overflow:hidden;
    text-decoration:none;
    text-indent:-9999px;
    outline:none;
    background:#2292A7;
}

.img_player .frame_count {
    color: #999;
    display: block;
    padding: 13px 20px 0 0;
    float: right;
}

.invisibleimageplayer {
    display: none;
}
@media(max-width:600px){
.img_player {
	    width: 400px !important;
		height:338px !important;
}
.img_player .stage {
	    width: 400px !important;
		height:300px !important;
}
.img_player img {
	    width: 400px !important;
		height:300px !important;
}
.controls {
    width: 400px !important;
}
.img_player .scrubber {
    width: 121px !important;
}
/*-----*/
.img_player.full{
	width: 100% !important;
	height:100% !important;
}
.img_player.full .stage {
	width: 100% !important;
}
.img_player.full img {
	width: 100% !important;	
}
}
@media(max-width:414px){
.img_player {
	    width: 357px !important;
		height:338px !important;
}
.img_player .stage {
	    width:357px !important;
		height:300px !important;
}
.img_player img {
	    width: 357px !important;
		height:300px !important;
}
.controls {
    width: 357px !important;
}
.img_player .scrubber {
    width: 121px !important;
}
}
@media(max-width:384px){
.img_player {
	    width: 329px !important;
		height:318px !important;
}
.img_player .stage {
	    width:329px !important;
		height:280px !important;
}
.img_player img {
	    width: 329px !important;
		height:280px !important;
}
.controls {
    width: 329px !important;
}
.img_player .scrubber {
    width: 105px !important;
}
}
@media(max-width:375px){
.img_player {
	    width: 306px !important;
		height:300px !important;
}
.img_player .stage {
	    width:306px !important;
		height:265px !important;
}
.img_player img {
	    width: 306px !important;
		height:265px !important;
}
.controls {
    width: 321px !important;
}
.img_player .scrubber {
    width: 92px !important;
}
}
@media(max-width:320px){
.img_player {
	    width: 260px !important;
		height:260px !important;
}
.img_player .stage {
	    width:260px !important;
		height:221px !important;
}
.img_player img {
	    width: 260px !important;
		height:221px !important;
}
.controls {
    width: 260px !important;
}
.img_player .scrubber {
    width: 40px !important;
}
}