home *** CD-ROM | disk | FTP | other *** search
- #custom_info_window
- {
- width: 350px;
- text-align: center;
- vertical-align: middle;
- display: block;
- }
-
- #custom_info_window_contents
- {
- background-color: #000;
- color: #FFF;
- width: 350px;
- padding-bottom: -20px;
- margin: 0px;
- display: inline;
- text-align: center;
- vertical-align: center;
- }
-
- #unloaded_contents
- {
- height: 332px;
- width: 350px;
- vertical-align: middle;
- }
-
- img.unloaded
- {
- max-width: 350px;
- max-height: 350px;
- vertical-align: middle;
- position:absolute;
- top:0;
- bottom:0;
- left: 0;
- right: 0;
- margin:auto;
- }
-
- #custom_info_window_tl
- {
- width: 20px;
- height: 20px;
- background: url('../images/custom_window/hm_tl.png') top left no-repeat transparent;
- }
- * html #custom_info_window_tl
- {
- background-image:none;
- filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/custom_window/hm_tl.png', sizingMethod='crop');
- }
- #custom_info_window_t
- {
- width: 350px;
- background: url('../images/custom_window/hm_t.png') top left repeat-x transparent;
- }
- #custom_info_window_tr
- {
- width: 20px;
- height: 20px;
- background: url('../images/custom_window/hm_tr.png') top left no-repeat transparent;
- }
- * html #custom_info_window_tr
- {
- background-image:none;
- filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/custom_window/hm_tr.png', sizingMethod='crop');
- }
- #custom_info_window_l
- {
- width: 20px;
- background: url('../images/custom_window/hm_l.png') top left repeat-y transparent;
- }
- #custom_info_window_r
- {
- width: 20px;
- background: url('../images/custom_window/hm_r.png') top right repeat-y transparent;
- }
- #custom_info_window_bl
- {
- width: 20px;
- height: 51px;
- background: url('../images/custom_window/hm_bl.png') top left no-repeat transparent;
- }
- * html #custom_info_window_bl
- {
- background-image:none;
- filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/custom_window/hm_bl.png', sizingMethod='crop');
- }
- #custom_info_window_b
- {
- width: 350px;
- background: url('../images/custom_window/hm_b.png') top left repeat-x transparent;
- }
- #custom_info_window_br
- {
- width: 20px;
- height: 51px;
- background: url('../images/custom_window/hm_br.png') top left no-repeat transparent;
- }
- * html #custom_info_window_br
- {
- background-image:none;
- filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/custom_window/hm_br.png', sizingMethod='crop');
- }
- #custom_info_window_close
- {
- width: 23px;
- height: 23px;
- background: url('../images/custom_window/hm_close.png') top left no-repeat transparent;
- cursor: pointer;
- }
- * html #custom_info_window_close
- {
- background-image:none;
- filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/custom_window/hm_close.png', sizingMethod='crop');
- }
- #custom_info_window_beak
- {
- width: 24px;
- height: 50px;
- background: url('../images/custom_window/hm_beak.png') top right no-repeat transparent;
- }
- * html #custom_info_window_beak
- {
- background-image:none;
- filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/custom_window/hm_beak.png', sizingMethod='crop');
- }
-
-
- #custom_info_window_contents .section1,
- #custom_info_window_contents .section2,
- #custom_info_window_contents p,
- #custom_info_window_contents .title
- {
- width: 0px;
- height: 0px;
- margin: 0;
- padding: 0;
- }
-
-
-
- /* bottom texts and buttons styles */
- #prev_button
- {
- position: absolute;
- margin-top: 15px;
- right: 34px;
- }
-
- #next_button
- {
- position: absolute;
- margin-top: 15px;
- right: 10px;
- }
-
- #next_button a img, #prev_button a img
- {
- border: 0;
- }
-
- #status_box
- {
- position: absolute;
- left: 0px;
- bottom: -30px;
- color: #CCC;
- font-family: Arial, Helvetica, serif;
- font-size: 12px;
- }
-
-
-
-