/* Allgemeines Layout */

* {
	margin: 0;
	padding: 0;
}
img {
	border-width: 0;
}

body
{
	background: #ffffff url(images/layout/misc/bg1.gif);
	font-family: "Verdana";
	font-size: 11px;
	font-style: normal;
	color: #CCCCCC;
}

h1 {
	background: #000000 ;
	width: 780px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 15px;
}
h2
{
	width: 380px;
	height: 18px;
	font-size: 13px;
/*	font-weight: bold; */
	color: #FFFFFF;
	text-align: right;
	text-transform: uppercase;
	padding-top: 15px;
	padding-right: 5px;
	margin-top: 25px;
	margin-bottom: 15px;
	margin-left: -9px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}
h3 {
	width: 380px;
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 20px;
}

img#logo {
	width: 350px;
	margin-top: 25px;
	margin-right: 20px
}

/* FONTS ALLGEMEIN */
.whitebold {
	font-weight : bold;
	color:#CCCCCC;
	text-decoration: none;
}

/* Sektionsspezifische Body-Anpassungen */
/* BODY STARTSEITE */
body.home #topbox {
	background: url(images/layout/image_set_home/topbox.png) no-repeat;
}
body.home #topbanner {
	background: url(images/layout/image_set_home/topbanner.jpg) no-repeat;
}
body.home #bottomnavibox {
	background: url(images/layout/image_set_home/bottomnavibox.jpg) no-repeat;
}
body.home #midbanner {
	background: url(images/layout/image_set_home/midbanner.jpg) no-repeat ;
}
.home h2 {
	background: #0C2044;
}
.home h3 {
	border-left: 2px solid #0C2044;
	border-bottom: 1px dashed #0C2044;
}

/* BODY PORTRAIT */
body.portrait #topbox {
	background: url(images/layout/image_set_portrait/topbox.png) no-repeat;
}
body.portrait #topbanner {
	background: url(images/layout/image_set_portrait/topbanner.jpg) no-repeat;
}
body.portrait #bottomnavibox {
	background: url(images/layout/image_set_portrait/bottomnavibox.jpg) no-repeat;
}
body.portrait #midbanner {
	background: url(images/layout/image_set_portrait/midbanner.jpg) no-repeat ;
}
.portrait h2 {
	background: #663300;
}
.portrait h3 {
	border-left: 2px solid #663300;
	border-bottom: 1px dashed #663300;
}

/* BODY Fotografie */
body.fotografie #topbox {
	background: url(images/layout/image_set_fotografie/topbox.png) no-repeat;
}
body.fotografie #topbanner {
	background: url(images/layout/image_set_fotografie/topbanner.jpg) no-repeat;
}
body.fotografie #bottomnavibox {
	background: url(images/layout/image_set_fotografie/bottomnavibox.jpg) no-repeat;
}
body.fotografie #midbanner {
	background: url(images/layout/image_set_fotografie/midbanner.jpg) no-repeat ;
}
.fotografie h2 {
	background: #11250F;
}
.fotografie h3 {
	border-left: 2px solid #11250F;
	border-bottom: 1px dashed #11250F;
}

/* BODY portfolio */
body.portfolio #topbox {
	background: url(images/layout/image_set_portfolio/topbox.png) no-repeat;
}
body.portfolio #topbanner {
	background: url(images/layout/image_set_portfolio/topbanner.jpg) no-repeat;
}
body.portfolio #bottomnavibox {
	background: url(images/layout/image_set_portfolio/bottomnavibox.jpg) no-repeat;
}
body.portfolio #midbanner {
	background: url(images/layout/image_set_portfolio/midbanner.jpg) no-repeat ;
}
.portfolio h2 {
	background: #320000;
}
.portfolio h3 {
	border-left: 2px solid #320000;
	border-bottom: 1px dashed #320000;
}

/* BODY Impressum */
body.impressum #topbox {
	background: url(images/layout/image_set_impressum/topbox.png) no-repeat;
}
body.impressum #topbanner {
	background: url(images/layout/image_set_impressum/topbanner.jpg) no-repeat;
}
body.impressum #bottomnavibox {
	background: url(images/layout/image_set_impressum/bottomnavibox.jpg) no-repeat;
}
body.impressum #midbanner {
	background: url(images/layout/image_set_impressum/midbanner.jpg) no-repeat ;
}
.impressum h2 {
	background: #666600;
}
.impressum h3 {
	border-left: 2px solid #666600;
	border-bottom: 1px dashed #666600;
}

/*Allgemein gueltige Regeln fuer Boxen*/
#topbox {
	height: 28px;
	width: 800px;
	margin-top: 25px;
}
#topbanner {
	height: 84px;
	width: 800px;
}
#logobox {
	
	margin-right: 30px;
	margin-top: 45px;
	float: right;
}
#bottomnavibox
{
	height: 20px;
	width: 800px;
}
#midbanner {
	height: 430px;
	width: 800px;
	text-align: left;
}
#contentbox {
	width: 800px;
	text-align: left;
	background-color: #000000;
	margin: 0;
	padding-top: 10px;
}
.innercontentbox {
	width: 780px;
	text-align: left;
	margin-left: 10px;
	margin-right: 0px;
	padding-bottom: 30px;
}

/* LINKS INNERCONTENTBOX */
.innercontentbox a {
	text-decoration: none;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	color: #CCCCCC;
}

.innercontentbox a:visited {
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	color: #CCCCCC;
}
.innercontentbox a:hover {
	text-decoration: underline;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
}
.innercontentbox a:active {
	text-decoration: underline;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
}

#footbox
{
	background: #CCCCCC url(images/layout/misc/footbox.jpg);
	width: 800px;
	height: 20px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 5px;
	font-size: 8pt;
	font-style: normal;
	clear: left;
}


/* LINKS INNERFOOTBOX */
.innerfootbox a {
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	color: #CCCCCC;
}

.innerfootbox a:visited {
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	color: #CCCCCC;
}
.innerfootbox a:hover {
	text-decoration: underline;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
}
.innerfootbox a:active {
	text-decoration: underline;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
}

#leftbox {
	width: 380px;
	padding:0px 0px 0px 0px;
	}
#rightbox
	width: 380px;
	padding:0px 0px 0px 0px;
	}
	
/* Menu Level 1 Navigation */
.header ul#MenuLev1 {
	clear: right;
}
.header ul#MenuLev1 li
{	float: left;
	text-align: center;
	list-style-type: none;
}
.header ul#MenuLev1 a {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	width: 100px;
	font-size: 12px;
	line-height: 29px;
}

/* Menu Level 2 Navigation */
.header ul#MenuLev2 {
	text-align: left;
}
.header ul#MenuLev2 li {
	margin-top: 3px;
	float: left;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
}
.header ul#MenuLev2 a {
	text-decoration: none;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #CCCCCC;
}
.header ul#MenuLev2 a:visited {
	text-decoration: none;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #CCCCCC;
}
.header ul#MenuLev2 a:hover {
	text-decoration: none;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
}
.header ul#MenuLev2 a#active {
	text-decoration: underline;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
}


/* FORMATIERUNG INNERCONTENTBOX */
/* ALLGEMEIN */
dl.innercontentbox dt {
	display: none;
}
dl.innercontentbox dd {
	margin-top: 3px;
	margin-left: 10px;
	float: left;
	width: 380px;
}

/* Linkverhalten einzelner Sektionen */
/* LINKS SEKTION STARTSEITE */
div.home a#btn_home {
	color: #ffffff;
	background: #000000 url(images/layout/image_set_home/btn_home.jpg) no-repeat;
}
div.home a#btn_home:hover {
	color: #ffffff;
	background-color: #000000;
	background-position: 0 -29px;
}
div.home a#btn_portrait {
	color: #ffffff;
	background: #000000 url(images/layout/image_set_home/btn_portrait.jpg) no-repeat;
}
div.home a#btn_portrait:hover {
	color: #ffffff;
	background-color: #000000;
	background-position: 0 -29px;
}
div.home a#btn_fotografie {
	color: #ffffff;
	background: #000000 url(images/layout/image_set_home/btn_fotografie.jpg) no-repeat;
}
div.home a#btn_fotografie:hover {
	color: #ffffff;
	background-color: #000000;
	background-position: 0 -29px;
}
div.home a#btn_portfolio {
	color: #ffffff;
	background: #000000 url(images/layout/image_set_home/btn_portfolio.jpg) no-repeat;
}
div.home a#btn_portfolio:hover {
	color: #ffffff;
	background-color: #000000;
	background-position: 0 -29px;
}
div.home a#btn_impressum {
	color: #ffffff;
	background: #000000 url(images/layout/image_set_home/btn_impressum.jpg) no-repeat;
}
div.home a#btn_impressum:hover {
	color: #ffffff;
	background-color: #000000;
	background-position: 0 -29px;
}

/* LINKS SEKTION PORTRAIT */
div.portrait a#btn_home {
	color: #ffffff;
	background: #000000 url(images/layout/image_set_portrait/btn_home.jpg) no-repeat;
}
div.portrait a#btn_home:hover {
	color: #ffffff;
	background-color: #000000;
	background-position: 0 -29px;
}
div.portrait a#btn_portrait {
	color: #ffffff;
	background: #000000 url(images/layout/image_set_portrait/btn_portrait.jpg) no-repeat;
	background-position: 0 -58px;
}
div.portrait a#btn_portrait:hover {
	color: #ffffff;
	background-color: #000000;
}
div.portrait a#btn_fotografie {
	color: #ffffff;
	background: #000000 url(images/layout/image_set_portrait/btn_fotografie.jpg) no-repeat;
}
div.portrait a#btn_fotografie:hover {
	color: #ffffff;
	background-color: #000000;
	background-position: 0 -29px;
}
div.portrait a#btn_portfolio {
	color: #ffffff;
	background: #000000 url(images/layout/image_set_portrait/btn_portfolio.jpg) no-repeat;
}
div.portrait a#btn_portfolio:hover {
	color: #ffffff;
	background-color: #000000;
	background-position: 0 -29px;
}
div.portrait a#btn_impressum {
	color: #ffffff;
	background: #000000 url(images/layout/image_set_portrait/btn_impressum.jpg) no-repeat;
}
div.portrait a#btn_impressum:hover {
	color: #ffffff;
	background-color: #000000;
	background-position: 0 -29px;
}

/* LINKS SEKTION FOTOGRAFIE */
div.fotografie a#btn_home {
	color: #ffffff;
	background: #000000 url(images/layout/image_set_fotografie/btn_home.jpg) no-repeat;
}
div.fotografie a#btn_home:hover {
	color: #ffffff;
	background-color: #000000;
	background-position: 0 -29px;
}
div.fotografie a#btn_portrait {
	color: #ffffff;
	background: #000000 url(images/layout/image_set_fotografie/btn_portrait.jpg) no-repeat;
}
div.fotografie a#btn_portrait:hover {
	color: #ffffff;
	background-color: #000000;
	background-position: 0 -29px;
}
div.fotografie a#btn_fotografie {
	color: #ffffff;
	background: #000000 url(images/layout/image_set_fotografie/btn_fotografie.jpg) no-repeat;
	background-position: 0 -58px;
}
div.fotografie a#btn_fotografie:hover {
	color: #ffffff;
	background-color: #000000;
}
div.fotografie a#btn_portfolio {
	color: #ffffff;
	background: #000000 url(images/layout/image_set_fotografie/btn_portfolio.jpg) no-repeat;
}
div.fotografie a#btn_portfolio:hover {
	color: #ffffff;
	background-color: #000000;
	background-position: 0 -29px;
}
div.fotografie a#btn_impressum {
	color: #ffffff;
	background: #000000 url(images/layout/image_set_fotografie/btn_impressum.jpg) no-repeat;
}
div.fotografie a#btn_impressum:hover {
	color: #ffffff;
	background-color: #000000;
	background-position: 0 -29px;
}

/* LINKS SEKTION portfolio */
div.portfolio a#btn_home {
	color: #ffffff;
	background: #000000 url(images/layout/image_set_portfolio/btn_home.jpg) no-repeat;
}
div.portfolio a#btn_home:hover {
	color: #ffffff;
	background-color: #000000;
	background-position: 0 -29px;
}
div.portfolio a#btn_portrait {
	color: #ffffff;
	background: #000000 url(images/layout/image_set_portfolio/btn_portrait.jpg) no-repeat;
}
div.portfolio a#btn_portrait:hover {
	color: #ffffff;
	background-color: #000000;
	background-position: 0 -29px;
}
div.portfolio a#btn_fotografie {
	color: #ffffff;
	background: #000000 url(images/layout/image_set_portfolio/btn_fotografie.jpg) no-repeat;
}
div.portfolio a#btn_fotografie:hover {
	color: #ffffff;
	background-color: #000000;
	background-position: 0 -29px;
}
div.portfolio a#btn_portfolio {
	color: #ffffff;
	background: #000000 url(images/layout/image_set_portfolio/btn_portfolio.jpg) no-repeat;
	background-position: 0 -58px;
}
div.portfolio a#btn_portfolio:hover {
	color: #ffffff;
	background-color: #000000;
}
div.portfolio a#btn_impressum {
	color: #ffffff;
	background: #000000 url(images/layout/image_set_portfolio/btn_impressum.jpg) no-repeat;
}
div.portfolio a#btn_impressum:hover {
	color: #ffffff;
	background-color: #000000;
	background-position: 0 -29px;
}

/* LINKS SEKTION IMPRESSUM */
div.impressum a#btn_home {
	color: #ffffff;
	background: #000000 url(images/layout/image_set_impressum/btn_home.jpg) no-repeat;
}
div.impressum a#btn_home:hover {
	color: #ffffff;
	background-color: #000000;
	background-position: 0 -29px;
}
div.impressum a#btn_portrait {
	color: #ffffff;
	background: #000000 url(images/layout/image_set_impressum/btn_portrait.jpg) no-repeat;
}
div.impressum a#btn_portrait:hover {
	color: #ffffff;
	background-color: #000000;
	background-position: 0 -29px;
}
div.impressum a#btn_fotografie {
	color: #ffffff;
	background: #000000 url(images/layout/image_set_impressum/btn_fotografie.jpg) no-repeat;
}
div.impressum a#btn_fotografie:hover {
	color: #ffffff;
	background-color: #000000;
	background-position: 0 -29px;
}
div.impressum a#btn_portfolio {
	color: #ffffff;
	background: #000000 url(images/layout/image_set_impressum/btn_portfolio.jpg) no-repeat;
}
div.impressum a#btn_portfolio:hover {
	color: #ffffff;
	background-color: #000000;
	background-position: 0 -29px;
}
div.impressum a#btn_impressum {
	color: #ffffff;
	background: #000000 url(images/layout/image_set_impressum/btn_impressum.jpg) no-repeat;
	background-position: 0 -58px;
}
div.impressum a#btn_impressum:hover {
	color: #ffffff;
	background-color: #000000;
}

/* HIGHSLIDE LIGHTBOX SCRIPT */


.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url(images/highslide/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(images/highslide/loader.white.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;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	/*visibility: hidden;*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}


/*****************************************************************************/
/* Controls for the galleries.											   */
/* Remove these if you are not using a gallery							   */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(images/highslide/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(images/highslide/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
}
.highslide-controls a {
	background-image: url(images/highslide/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: #000000;
}
.highslide-html-content {
	display: none;
	width: 700px;
	padding: 0 5px 5px 5px;
	background-color: #FFFFFF;
	color: #000000;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(images/highslide/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(images/highslide/controlbar-black-border.gif);
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
}
.highslide-thumbstrip div {
	overflow: hidden;
}
.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.highslide-thumbstrip a {
	outline: none;
}
.highslide-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% broke in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(images/highslide/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(images/highslide/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}
.highslide-thumbstrip-vertical div {
	height: 100%;
}
.highslide-thumbstrip-vertical a {
	display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(images/highslide/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(images/highslide/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}
.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.highslide-thumbstrip-float img {
	display: inline;
	border-color: silver;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}
.highslide-thumbstrip-float .highslide-marker {
	display: none;
}
