/* CSS Document */
 /* jssor slider arrow navigator skin 03 css */
/*
.jssora03l                  (normal)
.jssora03r                  (normal)
.jssora03l:hover            (normal mouseover)
.jssora03r:hover            (normal mouseover)
.jssora03l.jssora03ldn      (mousedown)
.jssora03r.jssora03rdn      (mousedown)
*/
.jssora03l, .jssora03r {
	    display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    border-width: 0 1px 1px 0;
    cursor: pointer;
    background: url(/images/a03.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
    height: 8px;
    border-width: 0 1px 1px 0;
    width: 8px;
    border: solid #969A9C;
    background: transparent;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.jssora03l { background-position: -3px -33px; border-width: 1px 0 0 1px; right:70px; bottom:5px; z-index:99999}
.jssora03r { background-position: -63px -33px;     border-width: 0 1px 1px 0;right:15px; bottom:5px}
.jssora03l:hover { background-position: -123px -33px;  }
.jssora03r:hover { background-position: -183px -33px; }
.jssora03l.jssora03ldn { background-position: -243px -33px; }
.jssora03r.jssora03rdn { background-position: -303px -33px; }
.slide-container
{
	position: absolute; 
	left: 0px; top: 0px; 
	width: 660px; 
	height: 450px;
     overflow: hidden;
}
.myfixedelement
{
	position: absolute; 
	right:20px; 
	text-align:center; 
	bottom:-5px; width: 50px; 
	height: 26px; font-family: arial, helvetica, sans-serif; 
	color: #969A9C; user-select: none; 
	-ms-user-select: none; 
	-moz-user-select: none;
}
.slider1_container
{
	position: relative; 
	top: 0px; left: 0px; width: 660px;
     height: 480px;
}