@charset "utf-8";
/* CSS Document */

/* MENU STYLES **************************************************/
ul.menu_top										{list-style:none;margin:0;float:right;}
ul.menu_top li									{background-image:url(../images/menu/pilkkoset_menu_background.png);background-repeat:repeat-x;height:36px;width:80px;float:left;margin:0;position:relative;text-align:center;}
ul.menu_top li.menu_left						{background-image:url(../images/menu/pilkkoset_menu_left.png);background-repeat:no-repeat;width:14px;height:36px;padding-left:0;padding-right:0;}
ul.menu_top li.splitter							{background-image:url(../images/menu/pilkkoset_menu_splitter.png);background-repeat:no-repeat;width:2px;height:36px;padding:0;margin:0;}
ul.menu_top li.menu_right						{background-image:url(../images/menu/pilkkoset_menu_right.png);background-repeat:no-repeat;width:14px;height:36px;padding-left:0;padding-right:0;}
ul.menu_top li a								{padding:10px 5px;display:block;float:none;color:#ffffff;font-family:Arial,Helvetica,sans-serif;font-size:14px;font-weight:bold;text-decoration:none;}
ul.menu_top li ul.menu_sub						{list-style:none;position:absolute;left:0;top:36px;margin:0;padding:0;display:none;float:left;}
ul.menu_top li ul.menu_sub li					{margin:0;padding:0;border-top:1px solid #ffffff;border-right:1px solid #9e9e9e;border-bottom:1px solid #9e9e9e;clear:both;width:120px;height:36px;text-align:center;vertical-align:middle;}
ul.menu_top li ul.menu_sub li a					{float:none;color:#ffffff;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:bold; text-decoration: none;}
ul.menu_top li.menu_0							{width:90px;}
ul.menu_top li.menu_0:hover						{background-image:url(../images/menu/pilkkoset_menu_background_pressed.png);}
ul.menu_top li.menu_0 ul.menu_sub li			{background-image:none;background:#fe8f3e;width:90px;}
ul.menu_top li.menu_0 ul.menu_sub li a:hover	{color:#4f220a;}
ul.menu_top li.menu_1							{width:108px;}
ul.menu_top li.menu_1:hover						{background-image:url(../images/menu/pilkkoset_menu_background_pressed.png);}
ul.menu_top li.menu_1 ul.menu_sub li			{background-image:none;background:#fe8f3e;width:108px;}
ul.menu_top li.menu_1 ul.menu_sub li a:hover	{color:#4f220a;}
ul.menu_top li.menu_2							{width:111px;}
ul.menu_top li.menu_2:hover						{background-image:url(../images/menu/pilkkoset_menu_background_pressed.png);}
ul.menu_top li.menu_2 ul.menu_sub li			{background-image:none;background:#fe8f3e;width:111px;}
ul.menu_top li.menu_2 ul.menu_sub li a:hover	{color:#00405c;}
ul.menu_top li.menu_3							{width:110px;}
ul.menu_top li.menu_3:hover						{background-image:url(../images/menu/pilkkoset_menu_background_pressed.png);}
ul.menu_top li.menu_3 ul.menu_sub li			{background-image:none;background:#fe8f3e;width:110px;}
ul.menu_top li.menu_3 ul.menu_sub li a:hover	{color:#00405c;}
ul.menu_top li.menu_4							{width:100px;}
ul.menu_top li.menu_4:hover						{background-image:url(../images/menu/pilkkoset_menu_background_pressed.png);}
ul.menu_top li.menu_4 ul.menu_sub li			{background-image:none;background:#fe8f3e;width:100px;}
ul.menu_top li.menu_4 ul.menu_sub li a:hover	{color:#00405c;}
/* END - MENU STYLES *********************************************/
.sliderGallery {
	overflow: hidden;
	position: relative;
	padding: 20px;
	height: 160px;
	width: 940px;
}
.sliderGallery ul {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
	top:26px;
}
.sliderGallery ul li {
	display: inline;
	padding-left: 15px;
}
.sliderGallery ul li:first-child {
	padding-left: 0px;
}
.slider {
	width: 940px;
	height: 17px;
	margin-top: 110px;
	margin-left: 5px;
	padding: 1px;
	position: relative;
}
.slider span {
	color: #000000;
	font-size: 90%;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	z-index: 110;
	top: 2px;
}
.ui-slider .ui-slider-handle {
	width: 42px;
	height: 28px;
	margin-left: -21px;
	margin-top: -2px;
	background-image: url(../images/ui/slider-handle-orange.png);
}

#sliderdetails {
	padding-top:							5px;
	font-size:								9px;
}
#sliderdetails tr {
	vertical-align:							top;
}
