div,
span
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html.image-page
{
	height: 100%;
	width: 100%;
}
html.image-page body.error
{
	background-image: url(/img/plantarium-leaf-298.png);
	background-position: 95% 95%;
	background-repeat: no-repeat;
}
html.image-page,
html.image-page body
{
	min-height: 100%;
	margin: 0px;
	border: none;
	padding: 0px;
}
html.image-page body
{
	padding: 0px 50px 0px 38px;
	overflow-x: scroll;
}

/* right pane */
html.image-page .page-left-pane,
html.image-page .page-left-bottom-pane,
html.image-page .page-right-pane
{
	position: fixed;
	width: 34px;
}
html.image-page .page-left-pane
{
	left: 0px;
	bottom: 25%;
}
html.image-page .page-left-bottom-pane
{
	left: 0px;
	bottom: 0px;
}
html.image-page .page-left-bottom-pane .scroll-top-button
{
	display: none;
	width: 28px;
	height: 28px;
	margin: 0px 0px 4px 4px;
	border: 1px solid transparent;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background: url(/img/arrow-up-gray.png) center no-repeat;
	cursor: pointer;
}
html.image-page .page-left-bottom-pane .scroll-top-button:hover
{
	border-color: silver;
}
html.image-page .page-right-pane
{
	right: 0px;
	top: 0px;
	width: 38px;
	height: 100%;
	padding: 40px 0px 0px 0px;
	font-size: 12px;
}
html.image-page .page-top-pane
{
	position: relative;
	height: 40px;
	line-height: 40px;
}
html.image-page .page-top-pane #langSwitcher
{
	position: absolute;
	right: 0px;
	top: 5px;
}

/* right pane */
html.image-page .page-right-pane a,
html.image-page .page-right-pane .side-menu-item,
html.image-page .page-right-pane .side-pane-title
{
	white-space: nowrap;
}
html.image-page .page-right-pane .side-menu-item,
html.image-page .page-right-pane .side-pane-title
{
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 30px;
}
html.image-page .page-right-pane .side-pane-title
{
	padding-left: 3px;
}
html.image-page .page-right-pane .side-menu-item
{
	padding-left: 33px;
}

html.image-page .page-right-pane .side-pane
{
	padding-left: 5px;
}

/* main menu pane */
html.image-page .main-menu-pane
{
	z-index: 1;
	position: absolute;
	right: 0px;
	top: 0px;
}
html.image-page .main-menu-button
{
	z-index: 1;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 38px;
	height: 30px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
	background: #f0f0f0 url(/img/menu-icon-leave.gif) 45% 40% no-repeat;
	cursor: pointer;
}
html.image-page .main-menu-pane .main-menu-button .main-menu-arrow
{
	width: 100%;
	height: 100%;
	background: url(/img/btn-arrow-down.gif) 80% 50% no-repeat;
}
html.image-page .main-menu-pane.expanded .main-menu-button,
html.image-page .main-menu-pane.expanding .main-menu-button,
html.image-page .main-menu-pane.collapsing .main-menu-button
{
	border-color: transparent;
	background-color: #f0f0f0;
}
html.image-page .main-menu-pane.expanded .main-menu-button .main-menu-arrow
{
	background-image: url(/img/btn-arrow-up.gif);
}
html.image-page .main-menu
{
	position: absolute;
	right: 0px;
	bottom: 100%;
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
	background-color: #f0f0f0;
}
html.image-page .main-menu-pane.expanded .main-menu
{
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
html.image-page .main-menu .plantarium-link-box
{
	margin: 8px 0px 8px 0px;
	padding: 0px 40px 0px 24px;
}
html.image-page .main-menu .plantarium-link-box .primary-link
{
	text-decoration: none;
	font: bold 24px Book Antiqua,Times New Roman,Garamond;
	color: #000;
}
html.image-page .main-menu .plantarium-link-box .secondary-link
{
	padding-left: 2px;
	white-space: nowrap;
	text-decoration: none;
	font-size: 10px;
	color: #000;
}

/* task menu pane */
html.image-page .task-menu-pane
{
	position: relative;
}
html.image-page .task-menu-pane .task-menu
{
	position: absolute;
	left: 0px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #f0f0f0;
}
html.image-page .task-menu-pane .task-menu .side-pane-title
{
	color: silver;
	border-bottom-color: silver;
	cursor: default;
}
html.image-page .task-menu-pane.expanded .task-menu .side-pane-title
{
	color: #245edc;
	border-bottom-color: #245edc;
}

html.image-page .task-menu-pane .task-menu .expand-button-wrapper
{
	position: absolute;
	right: 100%;
	top: -1px;
	bottom: -1px;
	margin-right: -5px;
	width: 0px;
	overflow: hidden;
}
html.image-page .task-menu-pane .task-menu .expand-button-wrapper .expand-button
{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 100%;
	border-top: 1px solid silver;
	border-right: none;
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #e0e0e0 url(/img/double-arrow-left-gray.png) center no-repeat;
}
html.image-page .task-menu-pane.expanded .task-menu .expand-button-wrapper .expand-button
{
	background-image: url(/img/double-arrow-right-gray.png);
}

html.image-page .page-content-pane
{
	padding: 0px;
	background-color: #f9f9f9;
}

/* head control button */
html.image-page .head-control-button
{
	z-index: 1;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 34px;
	height: 40px;
	background: #f9f9f9 url(/img/double-arrow-down-gray.png) 60% 50% no-repeat;
	cursor: pointer;
}
html.image-page .head-control-button.expanded
{
	background-image: url(/img/double-arrow-up-gray.png);
}

html.image-page body.error .head-control-button
{
	display: none;
}

/* head pane */
html.image-page .page-head-pane
{
	display: inline-block;
	position: relative;
	left: -38px;
}
html.image-page .page-head-pane.collapsing,
html.image-page .page-head-pane.expanded,
html.image-page .page-head-pane.expanding
{
	z-index: 1;
	position: fixed;
	left: 0px;
	bottom: 100%;
	background-color: #f9f9f9;
}
html.image-page .page-head
{
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 38px;
}
html.image-page .page-head-pane.collapsing .page-head,
html.image-page .page-head-pane.expanded .page-head,
html.image-page .page-head-pane.expanding .page-head
{
	bottom: 0px;
	overflow: visible;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-top: 1px;
}
html.image-page .page-head-pane.expanded,
html.image-page .page-head-pane.expanded .page-head
{
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

html.image-page .page-head-pane .page-head-content
{
	padding: 0px 15px 0px 0px;
	font-family: Times New Roman, Garamond;
	font-size: 16px;
}

html.image-page .page-head-pane .page-head-title
{
	display: inline-block;
	position: relative;
	line-height: 38px;
}
html.image-page .page-head-pane .page-head-primary-title
{
	font-size: 24px;
}
html.image-page .page-head-pane .page-head-primary-title .taxon-name,
html.image-page .page-head-pane .page-head-primary-title .taxon-author
{
	font-size: 100%;
}
html.image-page .page-head-pane .page-head-primary-title .taxon-name
{
	font-weight: bold;
}
html.image-page .page-head-pane .page-head-primary-title .taxon-name,
html.image-page .page-head-pane .page-head-primary-title a
{
	color: #245edc;
}
html.image-page .page-head-pane .page-head-primary-title .taxon-published .taxon-name
{
	color: darkgreen;
}
html.image-page .page-head-pane .page-head-primary-title a
{
	text-decoration: none;
}
html.image-page .page-head-pane .page-head-primary-title a:hover,
html.image-page .page-head-pane .page-head-primary-title a:focus
{
	text-decoration: underline;
}
html.image-page .page-head-pane .page-head-primary-title .taxon-author,
html.image-page .page-head-pane .page-head-primary-title .family,
html.image-page .page-head-pane .page-head-primary-title .family .taxon-type
{
	color: #606060;
}
html.image-page .page-head-pane .page-head-primary-title .family
{
	font-size: 22px;
}
html.image-page .page-head-pane .page-head-secondary-title
{
	display: inline-block;
	font-weight: normal;
	font-size: 22px;
}
html.image-page .page-head-pane .page-head-secondary-title .main-russian-name
{
	white-space: pre;
	color: #000;
}
html.image-page .page-head-pane .page-head-secondary-title .main-russian-name:before
{
	content: ' — ';
}
html.image-page .page-head-pane .page-head-secondary-title .error-reason
{
	text-transform: lowercase;
}
html.image-page .page-head-pane .page-head-secondary-title .error-reason:before
{
	content: ': ';
}
html.image-page .page-head-pane.collapsing .page-head-secondary-title,
html.image-page .page-head-pane.expanded .page-head-secondary-title,
html.image-page .page-head-pane.expanding .page-head-secondary-title
{
	display: block;
	width: auto !important;
	padding-left: 0em;
	line-height: 1.5em;
	font-size: 100%;
}
html.image-page .page-head-pane.collapsing .page-head-secondary-title .main-russian-name,
html.image-page .page-head-pane.expanded .page-head-secondary-title .main-russian-name,
html.image-page .page-head-pane.expanding .page-head-secondary-title .main-russian-name
{
	text-decoration: underline;
	font-weight: normal;
	color: inherit;
}
html.image-page .page-head-pane.collapsing .page-head-secondary-title .error-reason,
html.image-page .page-head-pane.expanded .page-head-secondary-title .error-reason,
html.image-page .page-head-pane.expanding .page-head-secondary-title .error-reason
{
	display: block;
	margin-bottom: 8px;
	text-transform: none;
}
html.image-page .page-head-pane.collapsing .page-head-secondary-title .main-russian-name:before,
html.image-page .page-head-pane.expanded .page-head-secondary-title .main-russian-name:before,
html.image-page .page-head-pane.expanding .page-head-secondary-title .main-russian-name:before,
html.image-page .page-head-pane.collapsing .page-head-secondary-title .error-reason:before,
html.image-page .page-head-pane.expanded .page-head-secondary-title .error-reason:before,
html.image-page .page-head-pane.expanding .page-head-secondary-title .error-reason:before
{
	content: none;
}
html.image-page .page-head-pane.expanded .page-head-secondary-title
{
	color: inherit;
}
html.image-page .page-head-pane .page-head-inner-content
{
	line-height: 1.5em;
}
html.image-page .page-head-pane .page-head-inner-content *:last-child
{
	margin-bottom: 8px;
}
html.image-page .page-head-pane .page-head-inner-content .unknown-image-hint
{
	padding: 0px;
}
html.image-page .page-head-pane .page-head-inner-content .page-link
{
	display: inline-block;
	margin: 5px 12px 0px 0px;
	padding: 0px 0px 1px 20px;
	background-repeat: no-repeat;
	background-position: 0px 50%;
	white-space: nowrap;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
}
html.image-page .page-head-pane .page-head-inner-content dl,
html.image-page .img-info-pane dl
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0.5em;
	line-height: normal;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
}
html.image-page .img-info-pane dl
{
	padding-top: 10px;
}
html.image-page .page-head-pane .page-head-inner-content dl dt,
html.image-page .img-info-pane dl dt
{
	padding-bottom: 5px;
	color: #808080;
}

/* left pane content */
html.image-page .page-left-pane .vote-shortcut-group
{
	display: block;
	margin-top: 20px;
}
html.image-page .page-left-pane .vote-shortcut-group .vote-shortcut
{
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 6px 0px;
	width: 26px;
	height: 26px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;	
	border-color: silver;
	background-position: center;
	background-color: #d6d6d6;
}
html.image-page .page-left-pane .vote-shortcut-group .vote-shortcut:hover
{
	border-color: gray;
	background-color: silver;
}
html.image-page .page-left-pane .vote-shortcut-group .vote-shortcut.vote-shortcut-selected
{
	width: 32px;
	height: 30px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-left: none;
	background-position: 45% 50%;
	background-color: #fff;
	border-color: gray;
}
html.image-page .page-left-pane .vote-shortcut-group .vote-shortcut.vote-shortcut-selected.smi-star-bad,
html.image-page .page-left-pane .vote-shortcut-group .vote-shortcut.vote-shortcut-selected.smi-star-good
{
	border-width: 2px;
}
html.image-page .page-left-pane .vote-shortcut-group .vote-shortcut.vote-shortcut-selected.smi-star-bad
{
	border-color: gray;
	background-color: darkgray;
}
html.image-page .page-left-pane .vote-shortcut-group .vote-shortcut.vote-shortcut-selected.smi-star-good
{
	border-color: goldenrod;
	background-color: lemonchiffon;
}

html.image-page .img-info-pane .img-rubrics,
html.image-page .img-info-pane .img-description
{
	margin: 0px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 16px;
}
html.image-page .img-info-pane .img-rubrics
{
	margin: 3px 0px 15px 0px;
	color: #808080;
}
html.image-page .img-info-pane .img-location,
html.image-page .img-info-pane .img-author
{
	margin: 5px 0px;
	font-size: inherit;

}
html.image-page .img-info-pane .inline-edit-button
{
	position: relative;
	top: -1px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
html.image-page .img-info-pane .img-rubrics .inline-edit-button
{
	top: 0px;
}

html.image-page .img-info-pane .image-shortcut-pane,
html.image-page .img-info-pane .image-shortcut-pane .vote-info-group
{
	height: 26px;
	line-height: 24px;
}
html.image-page .img-info-pane .image-shortcut-pane
{
	margin: 12px 0px 0px 0px; 
	padding-top: 0px; 
}
html.image-page .vote-comments
{
	padding-top: 5px;
}
html.image-page .vote-comment.smi-delete
{
	display: inline-block;
	background-position: 0px 4px;
}
html.image-page .page-footer
{
	margin-top: 10px;
	font: 11px Tahoma, Arial, sans-serif;
}

html.image-page .image-wrapper
{
	position: relative;
	display: inline-block;
}
html.image-page .image-wrapper .nav-area
{
	position: absolute;
	display: block;
	width: 20%;
	top: 0px;
	bottom: 0px;
}
html.image-page .image-wrapper .nav-area.left
{
	left: 5px;
}
html.image-page .image-wrapper .nav-area.right
{
	right: 5px;
}
html.image-page .nav-areas-hidden .image-wrapper .nav-area
{
	visibility: hidden;
}
html.image-page .left-nav-area-hidden .image-wrapper .nav-area.left
{
	display: none;
}
html.image-page .right-nav-area-hidden .image-wrapper .nav-area.right
{
	display: none;
}

html.image-page .image-wrapper .nav-area .nav-area-shadow
{
	display: none;
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 5px;
	border-color: lime;
	border-style: solid;
	border-width: 0px;
	opacity: 0.3;
}
html.image-page .image-wrapper .nav-area.left .nav-area-shadow
{
	right: 100%;
	border-left-width: 3px;
}
html.image-page .image-wrapper .nav-area.right .nav-area-shadow
{
	left: 100%;
	border-right-width: 3px;
}
html.image-page .image-wrapper .nav-area:hover .nav-area-shadow
{
	display: inline-block;
}
html.image-page .image-wrapper .nav-area.char-0 .nav-area-shadow
{
	border-color: transparent;
}
html.image-page .image-wrapper .nav-area.char-75 .nav-area-shadow,
html.image-page .image-wrapper .nav-area.char-76 .nav-area-shadow
{
	border-color: #cc33cc;
}
html.image-page .image-wrapper .nav-area.char-78 .nav-area-shadow,
html.image-page .image-wrapper .nav-area.char-84 .nav-area-shadow
{
	border-color: #0080ff;
}
html.image-page .image-wrapper .nav-area.char-65 .nav-area-shadow,
html.image-page .image-wrapper .nav-area.char-70 .nav-area-shadow
{
	border-color: red;
}
html.image-page .image-wrapper .nav-area.char-71 .nav-area-shadow,
html.image-page .image-wrapper .nav-area.char-85 .nav-area-shadow
{
	border-color: yellow;
}

html.image-page .image-wrapper .nav-area .nav-area-content
{
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	height: 36px;
	width: 36px;
}
html.image-page .image-wrapper .nav-area:hover .nav-area-content
{
	display: block;
}
html.image-page .image-wrapper .nav-area.char-0
{
	cursor: default;
}
html.image-page .image-wrapper .nav-area.char-0 .nav-arrow
{
	opacity: 0.6;
}

html.image-page .image-wrapper .nav-area.left .nav-arrow
{
	background: url(/img/menu-icon-prev.gif) center no-repeat;
}
html.image-page .image-wrapper .nav-area.left.char-0 .nav-arrow
{
	background-image: url(/img/menu-icon-back-disabled.gif);
}
html.image-page .image-wrapper .nav-area.left.char-75 .nav-arrow,
html.image-page .image-wrapper .nav-area.left.char-76 .nav-arrow
{
	background-image: url(/img/menu-icon-back-violet.gif);
}
html.image-page .image-wrapper .nav-area.left.char-78 .nav-arrow,
html.image-page .image-wrapper .nav-area.left.char-84 .nav-arrow
{
	background-image: url(/img/menu-icon-back-blue.gif);
}
html.image-page .image-wrapper .nav-area.left.char-65 .nav-arrow,
html.image-page .image-wrapper .nav-area.left.char-70 .nav-arrow
{
	background-image: url(/img/menu-icon-back-red.gif);
}
html.image-page .image-wrapper .nav-area.left.char-71 .nav-arrow,
html.image-page .image-wrapper .nav-area.left.char-85 .nav-arrow
{
	background-image: url(/img/menu-icon-back-yellow.gif);
}

html.image-page .image-wrapper .nav-area.right .nav-arrow
{
	background: url(/img/menu-icon-next.gif) center no-repeat;
}
html.image-page .image-wrapper .nav-area.right.char-0 .nav-arrow
{
	background-image: url(/img/menu-icon-next-disabled.gif);
}
html.image-page .image-wrapper .nav-area.right.char-75 .nav-arrow,
html.image-page .image-wrapper .nav-area.right.char-76 .nav-arrow
{
	background-image: url(/img/menu-icon-next-violet.gif);
}
html.image-page .image-wrapper .nav-area.right.char-78 .nav-arrow,
html.image-page .image-wrapper .nav-area.right.char-84 .nav-arrow
{
	background-image: url(/img/menu-icon-next-blue.gif);
}
html.image-page .image-wrapper .nav-area.right.char-65 .nav-arrow,
html.image-page .image-wrapper .nav-area.right.char-70 .nav-arrow
{
	background-image: url(/img/menu-icon-next-red.gif);
}
html.image-page .image-wrapper .nav-area.right.char-71 .nav-arrow,
html.image-page .image-wrapper .nav-area.right.char-85 .nav-arrow
{
	background-image: url(/img/menu-icon-next-yellow.gif);
}

html.image-page .image-wrapper .nav-area .nav-circle
{
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	background: #fff;
	opacity: 0.7;
}
html.image-page .image-wrapper .nav-area.left .nav-area-content
{
	left: 2%;
}
html.image-page .image-wrapper .nav-area.right .nav-area-content
{
	right: 2%;
}

html.image-page .search-link
{
	position: fixed;
	top: 41px;
	left: 4px;
	display: inline-block;
	width: 28px;
	height: 28px;
	border: 1px solid transparent;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background: url(/img/menu-icon-search.gif) center no-repeat;
}


html.image-page .back-to-content,
html.image-page .full-image-view-button
{
	position: fixed;
	top: 70px;
	left: 5px;
	height: 28px !important;
	width: 28px !important;
}
html.image-page .back-to-content
{
	display: block;
	border: 1px solid transparent;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background: #fff url(/img/menu-icon-collapse.gif) center no-repeat;
	cursor: pointer;
}
html.image-page .page-left-pane .vote-shortcut-group .vote-shortcut.full-image-view-button
{
	display: none;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	border-color: transparent;
	background-color: #fff !important;
}
html.image-page .page-left-pane .vote-shortcut-group .vote-shortcut.full-image-view-button:hover
{
	border-color: silver;
}
html.image-page body.main-image-resized .page-left-pane .vote-shortcut-group .vote-shortcut.full-image-view-button
{
	display: block;
}

html.image-page .full-image-wrapper
{
	display: none;
}
html.image-page body.full-image-wrapper-shown
{
	padding: 0px;
}
html.image-page .full-image-wrapper-shown .full-image-wrapper
{
	display: block;
}
html.image-page .full-image-wrapper-shown .page-top-pane,
html.image-page .full-image-wrapper-shown .head-control-button,
html.image-page .full-image-wrapper-shown .page-content-pane,
html.image-page .full-image-wrapper-shown .page-left-bottom-pane,
html.image-page .full-image-wrapper-shown .page-left-pane,
html.image-page .full-image-wrapper-shown .page-right-pane,
html.image-page .full-image-wrapper-shown .page-footer-separator,
html.image-page .full-image-wrapper-shown .page-footer
{
	display: none;
}
html.image-page .tips-n-trics-section
{
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid silver;
	background: #f0f0f0 url(/img/btn-arrow-down.gif) 24px 12.5px no-repeat;
}
html.image-page .tips-n-trics-section.expanded
{
	background-image: url(/img/btn-arrow-up.gif);
}
html.image-page .tips-n-trics-button
{
	border: none;
	padding: 0px 10px 0px 32px;
	background: url(/img/menu-icon-leave.gif) 7px 5px no-repeat;
	line-height: 28px;
	white-space: nowrap;
	cursor: pointer;
}
html.image-page .tips-n-trics-section,
html.image-page .tips-n-trics-button
{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
html.image-page .tips-n-trics-button:focus
{
	outline: 0;
}
html.image-page .tips-n-trics-wrapper
{
	overflow: hidden;
}
html.image-page .tips-n-trics-text
{
	padding: 10px 10px 10px 30px;
}

html.image-page .nav-mode-menu
{
	display: none;
	z-index: 1;
	position: absolute;
	top: 0px;
	overflow: hidden;
}
html.image-page .nav-mode-menu-content
{
	border: 1px solid silver;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 0px 6px 0px;
	background-color: #f0f0f0;
	white-space: nowrap;
	text-align: left;
	cursor: auto;
}
html.image-page .nav-area.left .nav-mode-menu
{
	left: 0px;
}
html.image-page .nav-area.right .nav-mode-menu
{
	right: 0px;
}
html.image-page .nav-mode-menu .nav-mode-hint
{
	padding: 0px 10px 5px 15px;
	color: #000;
}
html.image-page .nav-mode-menu .side-menu-item
{
	display: block;
	border: none;
	background-color: transparent;
	background-position: 15px 50%;
	padding: 0px 10px 0px 40px;
	line-height: 30px;
	font-size: 12px;
}
html.image-page .nav-mode-menu .side-menu-item:hover
{
	background-color: #e0e0e0 !important;
}
html.image-page .nav-mode-menu .side-menu-item[disabled='disabled']
{
	background-color: transparent !important;
	cursor: default;
	color: #999;
}