@charset "utf-8";
/* CSS Document */
/*.slide-bulletdiv{position: absolute; width: 100%; bottom: 0; padding: 5px; text-align: center; line-height: 36px; font-size: 30px; color: #FFFFFF; border: 1px solid #00ff00; text-align: right; overflow: hidden; }*/


            .jssorb21 {
				position: absolute;	
                width:100%;
            }
            .jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
                position: absolute;		
				width:100%;		
                /* size of bullet elment */
                width: 19px;
                height: 19px;
                text-align: center;
                line-height: 19px;
                color: white;
                font-size: 12px;
                background: url(../images/b21.png) no-repeat;
                overflow: hidden;
                cursor: pointer;
            }
            .jssorb21 div { background-position: -5px -5px; }
            .jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
            .jssorb21 .av { background-position: -65px -5px; }
            .jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }
			  .jssora21l, .jssora21r {
                display: block;
                position: absolute;
                width: 55px;
                height: 55px;
                cursor: pointer;
                background: url(../images/a21.png) center center no-repeat;
                overflow: hidden;
            }
            .jssora21l { background-position: -3px -33px; }
            .jssora21r { background-position: -63px -33px; }
            .jssora21l:hover { background-position: -123px -33px; }
            .jssora21r:hover { background-position: -183px -33px; }
            .jssora21l.jssora21ldn { background-position: -243px -33px; }
            .jssora21r.jssora21rdn { background-position: -303px -33px; }
			.slidebox{cursor: move; position: absolute; left: 0px; top: 0px; width: 1400px; height: 500px; overflow: hidden;}
			.slide{ background: rgba(0, 0, 0, 0.75);  position: absolute; width: 100%; bottom: 0; padding: 5px; text-align: center;  font: 20px/150% "Vodafone Lt", Arial, Helvetica, sans-serif; color: #ffffff; font-weight: bold; padding: 10px 10px 45px 10px;}
			.slide-container{position: relative; margin: 0 auto; top: 0px; left: 0px; overflow: hidden; width: 1400px; height: 500px;}
			
			@media screen and (max-width: 640px) {
	.slidebox{cursor: move; position: absolute; left: 0px; top: 0px; width: 800px; height: 500px; overflow: hidden;}
			.slide{position: absolute; width: 100%; height: 120px; bottom: 0; padding: 10px; text-align: center; line-height: 36px; font-size: 30px; color: #FFFFFF;}
			.slide-container{position: relative; margin: 0 auto; top: 0px; left: 0px; overflow: hidden; width: 800px; height: 500px;}
}