@charset "iso-2022-jp";

/* Select Language for Auto ID */

a span {
	display : none;
}


/* Button Big5 */
a.select-btn-big5 {
	display : block;
	width : 203px;
	height : 38px;
	
	background-image : url(../img/select_btn_big5.png);
	background-repeat : no-repeat;
}
a.select-btn-big5:hover, a.select-btn-big5:active {
	background-position : 0 -38px;
}
a.select-btn-big5 span {
	display : none;
}

/* Button Deutsch */
a.select-btn-deutsch {
	display : block;
	width : 203px;
	height : 38px;
	
	background-image : url(../img/select_btn_deutsch.png);
	background-repeat : no-repeat;
}
a.select-btn-deutsch:hover, a.select-btn-deutsch:active {
	background-position : 0 -38px;
}
a.select-btn-deutsch span {
	display : none;
}

/* Button English */
a.select-btn-english {
	display : block;
	width : 203px;
	height : 38px;
	
	background-image : url(../img/select_btn_english.png);
	background-repeat : no-repeat;
}
a.select-btn-english:hover, a.select-btn-english:active {
	background-position : 0 -38px;
}
a.select-btn-english span {
	display : none;
}

/* Button Espanol */
a.select-btn-espanol {
	display : block;
	width : 203px;
	height : 38px;
	
	background-image : url(../img/select_btn_espanol.png);
	background-repeat : no-repeat;
}
a.select-btn-espanol:hover, a.select-btn-espanol:active {
	background-position : 0 -38px;
}
a.select-btn-espanol span {
	display : none;
}

/* Button Francais */
a.select-btn-francais {
	display : block;
	width : 203px;
	height : 38px;
	
	background-image : url(../img/select_btn_francais.png);
	background-repeat : no-repeat;
}
a.select-btn-francais:hover, a.select-btn-francais:active {
	background-position : 0 -38px;
}
a.select-btn-francais span {
	display : none;
}

/* Button GB2312 */
a.select-btn-gb2312 {
	display : block;
	width : 203px;
	height : 38px;
	
	background-image : url(../img/select_btn_gb2312.png);
	background-repeat : no-repeat;
}
a.select-btn-gb2312:hover, a.select-btn-gb2312:active {
	background-position : 0 -38px;
}
a.select-btn-gb2312 span {
	display : none;
}

/* Button Italiano */
a.select-btn-italiano {
	display : block;
	width : 203px;
	height : 38px;
	
	background-image : url(../img/select_btn_italiano.png);
	background-repeat : no-repeat;
}
a.select-btn-italiano:hover, a.select-btn-italiano:active {
	background-position : 0 -38px;
}
a.select-btn-italiano span {
	display : none;
}

/* Button EUC-KR */
a.select-btn-kr {
	display : block;
	width : 203px;
	height : 38px;
	
	background-image : url(../img/select_btn_kr.png);
	background-repeat : no-repeat;
}
a.select-btn-kr:hover, a.select-btn-kr:active {
	background-position : 0 -38px;
}
a.select-btn-kr span {
	display : none;
}

/* Button Nederlands */
a.select-btn-nederlands {
	display : block;
	width : 203px;
	height : 38px;
	
	background-image : url(../img/select_btn_nederlands.png);
	background-repeat : no-repeat;
}
a.select-btn-nederlands:hover, a.select-btn-nederlands:active {
	background-position : 0 -38px;
}
a.select-btn-nederlands span {
	display : none;
}

/* Button Portugues */
a.select-btn-portugues {
	display : block;
	width : 203px;
	height : 38px;
	
	background-image : url(../img/select_btn_portugues.png);
	background-repeat : no-repeat;
}
a.select-btn-portugues:hover, a.select-btn-portugues:active {
	background-position : 0 -38px;
}
a.select-btn-portugues span {
	display : none;
}

