/*##### width login inputbox j3 ######################*/
.inputbox
{
}
.header .inputbox
{
	margin-top: 22px;
	margin-right: 10px;
	width: 185px;
}
/*######### SLIDESHOW ######################*/
#slideshow-outer
{
	min-height: 1px;
	max-height: 500px;
	padding-bottom: 10px;
}
#slider
{
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	min-height: 1px;
	max-height: 500px;
}
.slimSlider
{
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
}
.slimSlider IMG
{
	width: 99.9%;
	min-height: 150px;
	max-height: 500px;
	display: none;
}
.slimSlider A
{
	border: 0;
	display: block;
	color: #FFF;
}
/*wrapped image link*/
.slimSlider A.slim-imageLink
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
}
/*inner*/
.slim-slice
{
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
}
.slim-box
{
	display: block;
	position: absolute;
	z-index: 5;
}
/*######  slides info ######*/
.slim-caption
{
	position: absolute;
	color: #000000;
	background-color: transparent;
	background-image: url(../images/slideshow/info_nav_bg.png);
	background-repeat: repeat;
	background-attachment: scroll;
	right: 20px;
	bottom: 20px;
	width: 400px;
	z-index: 8;
	padding: 10px;
	overflow: hidden;
}
.slim-caption P
{
	padding: 0 !important;
	margin: 0 !important;
	font-weight: bold;
	background-color: transparent;
}
.slim-caption A
{
	display: inline !important;
	border-bottom: 1px dotted #FFF;
}
.slim-caption A:hover
{
	border-bottom-style: solid;
	text-decoration: none;
}
.slim-html-caption
{
	display: none;
}
/*######  next preview buttons ######*/
.slim-directionNav A
{
	position: absolute;
	top: 43%;
	z-index: 9;
	cursor: pointer;
	text-indent: -10000px;
	background-repeat: no-repeat;
	height: 72px;
	width: 45px;
}
.slim-prevNav
{
	left: 20px;
	background-position: left top;
}
.slim-nextNav
{
	right: 20px;
	background-position: -31px top;
}
/*######  buttons ######*/
.slim-controlNav
{
	height: 30px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 60;
}
.slim-controlNav A
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 30px;
	height: 30px;
	background: url(../images/slideshow/bullet.png) no-repeat;
	border: none;
	cursor: pointer;
}
.slim-controlNav A.active
{
	background: url(../images/slideshow/bullet_active.png) no-repeat;
}
