@charset "Shift_JIS";

/*■全てのプロパティの余白とパディングをリセットします */
* {
margin:0;
padding:0;
}

/* ■リンクの画像はボーダーなし */
a img {
border: none;
}

/* ■通常のリンク色（黒〜オレンジ） */
a:link { color: #000000; text-decoration: none;} 
a:visited { color: #000000; text-decoration: none;} 
a:hover { color:orange; } 
a:active { color:orange; } 

/* ■全体 */
#wrapper {
width: 740px;
margin: 0 auto;   /* 幅固定（700px）でセンタリングします*/
background-color: #FFCCFF; 
background-image: url(img_1/bg_01.jpg);	 /* 全体のの背景*/
background-repeat: repeat-y;
}

/* ■ヘッダー０（一番上の赤いライン） */
#header_0 {
width:700px;
margin: 0 auto;
background-color: #CC0000; 
border-bottom: 2px #FFFFFF solid;
}

/* ■ヘッダー０のテキスト */
#header_0_txt {
text-align: right;
font-size:11px;
font-weight:bold;
color:#FFFFFF;
padding: 2px 10px 2px 2px; 
}

/* ■ヘッダー０のリンク色（白〜オレンジ） */
#header_0_txt a:link { color: #FFFFFF; text-decoration: none;} 
#header_0_txt a:visited { color: #FFFFFF; text-decoration: none;} 
#header_0_txt a:hover { color:orange; } 
#header_0_txt a:active { color:orange; } 

/* ■ヘッダー */
#header {
width:700px;
margin: 0 auto;
height: 114px;     /* サイトロゴの高さに合わせて調節して下さい。*/
background-color: #FFFFFF; 
background-image: url(img_1/logo_1.jpg);	/* サイトロゴ画像*/
}

/* ■メニューとコンテンツを囲んでいるクラスです */
#main {
width: 700px;
margin: 0 auto;
}

/* ■サイドメニュー設定 */
#menu {
float: left;
width: 140px;     /* floatの width 指定は必須です。*/
padding: 6px 0px 0px 0px; 
background-color: #FFFFFF; 
}

/* ■右のコンテンツ */
#contents {
float: left;
width: 560px;     /* floatの width 指定は必須です。*/
padding: 6px 0px 0px 0px; 
background-color: #FFFFFF; 

}

/* ■フッター */
#footer {
clear: both;      /* float をクリアしています。*/
width: 700px;
margin: 0 auto;
background-color: #FFCCFF; 
background-image: url(img_1/bg_f.jpg);	 /* フッターの背景。*/
}

/* ■フッターのテキスト */
#footer_txt{
text-align: right;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
padding: 2px 6px 2px 2px; 
}


/* ■■サイドメニュー関係■■■■■■■■■■■■■■■■■■■*/

/* ▼サイドメニュー（大項目）*/
.side_menu_l_bg{
background-image: url(img_1/bg_m1.jpg);	/* ▼背景画像*/
padding: 4px 4px 4px 6px; 
color:#FFFFFF;
font-size:13px;
font-weight:bold;
}

/* ▼サイドメニュー（小項目 背景）*/
.side_menu_s_bg{
width:140px;
color:#333333;
background-color: #FFFFFF; 
background-image: url(img_1/bg_m2.gif);	/* ▼背景画像*/
background-position: right ;
background-repeat: repeat-y;
}

/* ▼サイドメニュー（小項目　テキスト）*/
.side_menu_s_txt_l {
color: #666666;
font-size:13px;
font-weight: bold;
line-height: 110%;
border-bottom: 1px #999999 solid;
}

/* ▼サイドメニュー（小項目　テキスト　ピックアップ）*/
.side_menu_s_txt_l_p {
color: #666666;
font-size:13px;
font-weight: bold;
line-height: 110%;
border-bottom: 1px #999999 solid;
background-image: url(img_1/bg_ml.jpg);	/* ▼背景画像*/
}

/* ■サイドメニューリンク色（背景色変更） */
.side_menu_s_txt_l a:link		{display: block; width: 133px; padding: 2px 2px 2px 5px; color: #666666; text-decoration: none;} 
.side_menu_s_txt_l a:visited	{display: block; width: 133px; padding: 2px 2px 2px 5px; color: #666666; text-decoration: none;} 
.side_menu_s_txt_l a:hover	{display: block; width: 133px; padding: 2px 2px 2px 5px; color: orange;text-decoration: underline;  } 
.side_menu_s_txt_l a:active	{display: block; width: 133px; padding: 2px 2px 2px 5px; color: orange;text-decoration: underline;   } 

/* ■サイドメニューリンク色（背景色変更） */
.side_menu_s_txt_l_p a:link		{display: block; width: 133px; padding: 2px 2px 2px 5px; color: #666666; text-decoration: none;} 
.side_menu_s_txt_l_p a:visited	{display: block; width: 133px; padding: 2px 2px 2px 5px; color: #666666; text-decoration: none;} 
.side_menu_s_txt_l_p a:hover	{display: block; width: 133px; padding: 2px 2px 2px 5px; color: orange;text-decoration: underline;  } 
.side_menu_s_txt_l_p a:active	{display: block; width: 133px; padding: 2px 2px 2px 5px; color: orange;text-decoration: underline;   } 


/* ■トップメニュー */
.top_menu {
background-color: #FFFFFF; 
text-align:left;
padding-left: 18px;
}

.top_menu img {
margin-left: 2px;
}


/* ■■■■■■■■■■■■■■■■■■■■■*/

/* ▼コンテンツ＿テキスト１*/
.contents_txt_1 {
margin-left:auto;margin-right:auto;
text-align:left;
margin:0px auto;
width:520px;
font-size:14px;
line-height: 138%;
background-color: #FFFFFF;
background-image: url(img_1/***.gif);
background-repeat: repeat-y;
}

/* ■大見出し（画像） */
.title_img_1 {
width: 518px;
border: 1px #666666 solid;
margin-top: 20px;
margin-bottom: 0px;
}

.title_img_1 img {
width: 518px;
}

/* ■大見出し（「少林拳動画」用） */
.title_img_luxiang {
width: 518px;
border: 1px #666666 solid;
margin-top: 20px;
margin-bottom: 6px;
}

.title_img_luxiang img {
width: 518px;
}

/* ▼見出し（汎用）*/
.title_bg_1 {
background-image: url(img_1/bg_title_7.jpg);
background-repeat: no-repeat;
width: 512px;
height: 23px;
vertical-align: ;
color:#000000;
font-size:16px;
font-weight:bold;
padding: 6px 0px 3px 10px; 
margin-bottom: 1px;
}

/* ▼見出し（少林門の研究など）*/
.title_bg_2 {
background-image: url(img_1/bg_title_5.jpg);
background-repeat: no-repeat;
width: 512px;
height: 23px;
vertical-align: ;
color:#000000;
font-size:16px;
font-weight:bold;
padding: 6px 0px 3px 10px; 
margin-bottom: 1px;
}

/* ■■その他■■■■■■■■■■■■■■■■■■■*/

/* ■回り込みクリア */
.clearboth { 
clear: both; 
}


/* ■ページトップへ */
.go_top {
font-size:12px;
text-align:right;
}


/* ■次のページへ */
.go_next {
font-size:13px;
text-align:right;
}

/* ■「このページのトップへ」のリンク色（黒〜オレンジ） */
.go_top a:link { color: #000000; text-decoration: none;} 
.go_top a:visited { color: #000000; text-decoration: none;} 
.go_top a:hover { color:orange; } 
.go_top a:active { color:orange; } 

/* ■■各コンテンツ毎の設定■■■■■■■■■■■■■■■■■■■*/

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
/* ■トップ前言 */
.top_qianyan {
width:480px;
border: 1px #993333 solid;
margin-right : auto;
margin-left : auto;
margin-top : 10px;
margin-bottom : 10px;
padding: 6px; 
font-size:13px;
color:#333333;
line-height:120%;
}

/* ■トップメイン */
.top_main {
width:510px;
border: 1px #993333 solid;
margin-right : auto;
margin-left : auto;
margin-top : 10px;
padding: 6px; 
}


/* ▼見出し（トップ）*/
.title_bg_xiaoxi {
background-image: url(img_1/bg_title_11.jpg);
background-repeat: no-repeat;
width: 500px;
height: 30px;
vertical-align: ;
color:#000000;
font-size:16px;
font-weight:bold;
padding: 4px 0px 3px 33px; 
margin-bottom: 0px;
}


/* ■トピ */
.top_xiaoxi {
padding: 0px 0px 0px 28px; 
}

/* ■トピ画像 */
.top_xiaoxi img {
border: 3px #888888 double;
margin-bottom : 4px;
margin-right : 2px;
}


/* ■更新テキスト */
.top_gengxin {
padding: 0px 0px 0px 28px; 
color: #555555;
}

/* ■「更新テキスト」のリンク色（） */
.top_gengxin a:link { color: #660099; text-decoration: none;} 
.top_gengxin a:visited { color: #660099; text-decoration: none;} 
.top_gengxin a:hover { color: orange; } 
.top_gengxin a:active { color: orange; } 


/* ■更多内容 */
.gengduo {
font-size : 12px ; 
font-weight : bold ;
}

/* ■「更多内容」のリンク色（オレンジ〜黒） */
.gengduo a:link { color: #666666; text-decoration: none;} 
.gengduo a:visited { color: #666666; text-decoration: none;} 
.gengduo a:hover { color: orange; } 
.gengduo a:active { color: orange; } 




/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/

/* ■当会の理念 */
.linian_txt {
padding: 10px 10px 10px 10px; 
border: 1px #666666 solid;
background-image: url(img_1/bg_txt_1.jpg);	/* ▼背景画像*/
background-position: right top;
background-repeat: repeat-y;
/* ※パディングを会わせてwidth:520px計算 */
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/

/* ■各班紹介 */
.banji_txt {
width: 400px; 
background-image: url(img_1/banji_2.jpg);	/* ▼背景画像*/
padding-left:26px;
padding-right:30px;
font-size:12px;
color:#a90000;
}

/* ■各班紹介（詳細説明） */
.banji_txt_2 {
padding: 10px 10px 10px 10px; 
border: 1px #666666 solid;
background-image: url(img_1/bg_txt_1.jpg);	/* ▼背景画像*/
background-position: right top;
background-repeat: repeat-y;
}

/* ■よくある質問と答え */
.wenti_txt {
padding: 10px 10px 10px 10px; 
border: 1px #666666 solid;
background-image: url(img_1/bg_txt_1.jpg);	/* ▼背景画像*/
background-position: right top;
background-repeat: repeat-y;
}

/* ■お問い合わせ */
.lianxi_txt {
padding: 10px 10px 10px 10px; 
border: 1px #666666 solid;
background-image: url(img_1/bg_txt_1.jpg);	/* ▼背景画像*/
background-position: right top;
background-repeat: repeat-y;
}

/* ■日時・費用などの詳細へ */
.go_banji {
font-size:12px;
text-align:right;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/

/* ■指導者紹介 */
.jiaolian_txt {
padding: 10px 10px 10px 10px; 
border: 0px #666666 solid;
background-image: url(img_1/***.jpg);	/* ▼背景画像なし*/
background-position: right top;
background-repeat: repeat-y;
/* ※パディングを会わせてwidth:520px計算 */
}

/* ■教練画像 */
.img_jiaolian {
margin: 10px 6px 0px 0px;
float: left;
}

.img_jiaolian img{
width:260px;
}

/* ■教練画像２ */
.img_jiaolian_2 {
margin: 10px 10px 10px 0px;
float: left;
}

.img_jiaolian_2 img{
width:220px;
}

/* ■「指導者紹介」のリンク色 */
.jiaolian_txt a:link		{text-decoration: none; color: purple; }
.jiaolian_txt a:visited	{text-decoration: none; color: purple; }
.jiaolian_txt a:hover	{text-decoration: underline; color: purple; }
.jiaolian_txt a:active	{text-decoration: underline; color: purple; }



/* ■教練よりひとこと */
.yiju {
width:400px;
background-color: #FFCCFF ; 
background-image: url(img_1/***.jpg);	/* ▼背景画像なし*/
border: 1px #666666 solid;
padding: 10px 10px 10px 10px; 
margin-right : auto;
margin-left : auto
}


/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/

/* ■少林拳とは */
.jienjie_txt {
padding: 10px 10px 10px 10px; 
/* border: 1px #666666 solid; */		/* ▼ボーダーなし*/
background-image: url(img_1/***.jpg);	/* ▼背景画像なし*/
background-position: right top;
background-repeat: repeat-y;
}

/* ■練功画像設定（右寄せ） */
.img_jianjie_r {
margin: 5px 0px 0px 5px;
float: right;
font-size : 12px ;
color : #856A31 ;
text-align : center ;
line-height : 110% ;
}

/* ■練功の内容 */
.liangong_txt {
padding: 10px 10px 10px 10px; 
border: 0px #666666 solid;
background-image: url(img_1/***.jpg);	/* ▼背景画像なし*/
background-position: right top;
background-repeat: repeat-y;
}

/* ■練功の内容 */
.liangong_txt_2 {
padding: 0px 0px 0px 0px; 
color:#a90000;
font-size:14px;
margin: 0px 0px 0px 0px;
}

/* ■練功画像設定（右寄せ） */
.img_liangong_r {
margin: 5px 0px 0px 5px;
float: right;
}

/* ■練功画像設定（左寄せ） */
.img_liangong_l {
margin: 5px 0px 0px 5px;
float: left;
}

/* ■上達の秘訣 */
.mijue_txt {
padding: 10px 10px 10px 10px; 
/* border: 1px #666666 solid; */		/* ▼ボーダーなし*/
background-image: url(img_1/***.jpg);	/* ▼背景画像なし*/
background-position: right top;
background-repeat: repeat-y;
/* ※パディングを会わせてwidth:520px計算 */
}

/* ■上達の秘訣　画像（左寄せ） */
.img_mijue_l {
float: right;
}

/* ■上達の秘訣　画像（余白設定） */
.img_mijue_l img {
border: 0px #666666 solid;
margin: 0px 0px 0px 4px;
}



/* ■ライン１（少林拳の練功） */
.line_1 {
height: 3px;
border: none;
margin: 2px 0px 2px 0px;
overflow:hidden;
background-image: url(img_1/bg_line_1.jpg);	/* ▼背景画像*/
background-repeat: repeat-y;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/

/* ■友好の輪 */
.lianjie_txt {
padding: 10px 10px 10px 10px; 
border: 1px #666666 solid;
background-image: url(img_1/bg_txt_1.jpg);	/* ▼背景画像*/
background-position: right top;
background-repeat: repeat-y;
/* ※パディングを会わせてwidth:520px計算 */
}

/* ■「友好の輪」のリンク色（紫〜オレンジ） */
.lianjie_txt a:link { color: #990033; text-decoration: none;} 
.lianjie_txt a:visited { color: #990033; text-decoration: none;} 
.lianjie_txt a:hover { color:orange; } 
.lianjie_txt a:active { color:orange; } 

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/

/* ■武術用品 */
.yongpin_txt {
padding: 10px 10px 10px 10px; 
border: 1px #666666 solid;
background-image: url(img_1/bg_txt_1.jpg);	/* ▼背景画像*/
background-position: right top;
background-repeat: repeat-y;
}

/* ■武術用品（前言） */
.yongpin_txt_0 {
padding: 0px 10px 10px 10px; 
}




/* ■武術用品在庫リスト１ */
.binqi_list_1 {
background-color: #000000 ; 
margin: 10px;
}

.binqi_list_1 td{
padding: 4px;
}

/* ■武術用品リスト */
.binqi_list_0 {
width:400px;
padding: 10px;
margin-right : auto;
margin-left : auto
}

/* ■「活動記録」インデックスのリンク色 */
.binqi_list_0 a:link { color: #336600; text-decoration: none;} 
.binqi_list_0 a:visited { color: #336600; text-decoration: none;} 
.binqi_list_0 a:hover { color:orange; } 
.binqi_list_0 a:active {  color:orange; } 



/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/

/* ■少林門の研究（目録・左） */
.yanjiu_mulu_l {
float: left;
width: 260px; 
font-size:12px;
padding: 5px; 
border: 1px #666666 solid;
background-image: url(img_1/bg_txt_1.jpg);
background-position: right top;
background-repeat: repeat-y;
/* ※パディングを会わせてwidth:520px計算 */
}

/* ■少林門の研究（目録・右） */
.yanjiu_mulu_r {
float: right;
width: 230px; 
font-size:12px;
padding: 5px; 
border: 1px #666666 solid;
background-image: url(img_1/bg_txt_1.jpg);
background-position: right top;
background-repeat: repeat-y;
/* ※パディングを会わせてwidth:520px計算 */
}

/* ■少林拳の研究（テキスト） */
.yanjiu_txt {
font-size:14px;
padding: 10px 10px 10px 10px; 
/* border: 1px #666666 solid; */		/* ▼ボーダーなし*/
background-image: url(img_1/***.jpg);	/* ▼背景画像なし*/
background-position: right top;
background-repeat: repeat-y;
/* ※パディングを会わせてwidth:520px計算 */
}

/* ■「少林拳の研究」のリンク色 */
.yanjiu_txt a:link		{text-decoration: none; color: purple; }
.yanjiu_txt a:visited	{text-decoration: none; color: purple; }
.yanjiu_txt a:hover	{text-decoration: underline; color: purple; }
.yanjiu_txt a:active	{text-decoration: underline; color: purple; }




/* ■少林門名人録（テキスト） */
.mingren_txt {
font-size:14px;
padding: 10px 10px 10px 10px; 
border: 1px #AA5453 solid;
background-image: url(img_1/bg_txt_1.jpg);	/* ▼背景画像なし*/
background-position: right top;
background-repeat: repeat-y;
/* ※パディングを会わせてwidth:520px計算 */
}

/* ▼少林門名人録の見出し（画像バージョン3）*/
.title_bg_3 {
background-image: url(img_1/bg_title_10.jpg);
background-repeat: no-repeat;
width: 300px;
height: 18px;
margin: -10px 0px 6px -10px; 
color:#FFFFFF;
font-size:16px;
padding: 3px 0px 3px 10px; 

}


/* ■「名人録」のリンク色 */
.mingren_txt a:link		{text-decoration: none; color: purple; }
.mingren_txt a:visited	{text-decoration: none; color: purple; }
.mingren_txt a:hover	{text-decoration: underline; color: purple; }
.mingren_txt a:active	{text-decoration: underline; color: purple; }


/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/

/* ■少林拳動画 */
.luxiang_txt {
font-size:14px;
padding: 10px 10px 0px 10px; 
border: 1px #666666 solid;
background-image: url(img_1/bg_txt_1.jpg);
background-position: right top;
background-repeat: repeat-y;
/* ※パディングを会わせてwidth:520px計算 */
}

/* ■少林拳動画（動画サイト／オリジナル） */
.luxiang_img_1 {
text-align:right
}

.luxiang_img_1 img {
width: 177px ;
height:53px ;
margin: 0px 0px 7px 0px;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/

/* ■活動の記録 */
.huodong_txt {
font-size:14px;
padding: 10px 00px 10px 0px; 
/* border: 1px #666666 solid; */		/* ▼ボーダーなし*/
background-image: url(img_1/***.jpg);	/* ▼背景画像なし*/
background-position: right top;
background-repeat: repeat-y;
/* ※パディングを会わせてwidth:520px計算 */
}

/* ■活動記録インデックス・テーブル０ */
.huodong_table_0 {

border-collapse: collapse;
background-color: #000000; 
}

/* ■活動記録インデックス・テーブル１（画像） */
.huodong_table_1 {
width:80px;
background-color: #000000; 
border: 1px solid #000000; 
}

/* ■活動記録インデックス・テーブル１（画像） */
.huodong_table_1 img{
width: 100px;
}

/* ■活動記録インデックス・テーブル２（日時） */
.huodong_table_2 {
width:120px;
background-color: #FFFFFF; 
background-image: url(img_1/***.jpg);
background-repeat: repeat-x;
background-position: bottom ;
padding-left:10px;
border: 1px solid #000000; 

}

/* ■活動記録インデックス・テーブル３（内容） */
.huodong_table_3 {
width:200px;
background-color: #FFFFFF; 
padding-left: 10px;
font-size: 14px;
color: #CC0033;
border: 1px solid #000000; 
font-size:16px;
font-weight:bold;
}

/* ■「活動記録」インデックスのリンク色 */
.huodong_table_3 a:link { color: #CC0033; text-decoration: none;} 
.huodong_table_3 a:visited { color: #CC0033; text-decoration: none;} 
.huodong_table_3 a:hover { color:orange; } 
.huodong_table_3 a:active { color:orange; } 


/* ■活動記録画像（テーブル全体） */
.huodong_img_1{
width: 510px;
background-color: #FFFFFF; 
text-align:center;
margin-right : auto;
margin-left : auto;
}

/* ■活動記録画像１ */
.huodong_img_1 tr {
text-align:center;
}

/* ■活動記録画像（横） */
.huodong_img_a img {
width:240px ;
border: 4px #999999 double;
margin: 5px 0px 0px 0px;
}

/* ■活動記録画像（縦） */
.huodong_img_b img {
width:180px ;
border: 4px #999999 double;
margin: 5px 0px 0px 0px;
}

/* ■活動記録画像（キャプション） */
.huodong_img_c {
font-size:13px;
color:#666666;
}



/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
/* ■掲示板テキスト */
.bbs_txt_1 {
line-height: 130%;
background-image: url(img_1/***.jpg);
background-position: right top;
background-repeat: repeat-y;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/



/* ■サイトマップ（テキスト） */
.ditu_txt {
padding: 10px 10px 10px 10px; 
border: 1px #666666 solid;
background-image: url(img_1/bg_txt_1.jpg);	/* ▼背景画像*/
background-position: right top;
background-repeat: repeat-y;
/* ※パディングを会わせてwidth:520px計算 */
}


/* ■サイトマップ（大項目） */
.ditu_txt_a {

}


/* ■サイトマップ（小項目） */
.ditu_txt_b {
padding-left: 20px;
font-size: 12px;
}

/* ■highside用 */
    .highslide {  
       cursor: url(highslide/graphics/zoomin.cur), pointer;  
       outline: none;  
    }  
    .highslide img {  
       border: 2px solid gray;  
    }  
    .highslide:hover img {  
       border: 2px solid white;  
    }  
     
    .highslide-image {  
       border: 10px solid white;  
       cursor: pointer; /* opera */  
       cursor: url(highslide/graphics/zoomout.cur), pointer;  
    }  
    .highslide-image-blur {  
       cursor: pointer;  
       cursor: hand;  
    }  
    .highslide-caption {  
       display: none;  
       border: 5px solid white;  
       border-top: none;  
       padding: 5px;  
       background-color: white;  
    }  
    .highslide-display-block {  
       display: block;  
    }  
    .highslide-display-none {  
       display: none;  
    }  
    .highslide-loading {  
       display: block;  
       color: white;  
       font-style: 'MS Sans Serif';  
       font-size: 9px;  
       font-weight: bold;  
       text-transform: uppercase;  
       text-decoration: none;  
       padding: 3px;  
       opacity: 0.60; /* w3c */  
       filter: alpha(opacity=60); /* ie */  
       border-top: 1px solid white;  
       border-bottom: 1px solid white;  
       background-color: black;  
         
       padding-left: 22px;  
       background-image: url(highslide/graphics/loader.gif);  
       background-repeat: no-repeat;  
       background-position: 3px 1px;  
         
    }  
    a.highslide-credits,  
    a.highslide-credits i {  
       padding: 2px;  
       color: silver;  
       text-decoration: none;  
       font-size: 10px;  
    }  
    a.highslide-credits:hover,  
    a.highslide-credits:hover i {  
       color: white;  
       background-color: gray;  
    }  


/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/

