@charset "UTF-8";
/* CSS Document */

.overlay2 {
	background:url(/images/tour/bg-tour-big.png);
	margin-top: -60px;
}

.overlay2 .close {
	top: 13px !important;
	right: 4px !important;
	background-image: url(/images/big-close.png) !important;
}

.tour-container1	{
	position: absolute;
	width: 732px;
	height: 573px;
}

.tour-container2	{
	width: 682px;
	height: 523px;
	padding: 25px;
	background: transparent url(/images/tour/bg-tour-big.png) no-repeat 0 0;
}

.tour-container2 a.close-container	{
	display: block;
	height: 26px;
	width: 26px;
	overflow: hidden;
	background-color: yellow;
	position: absolute;
	text-indent: -9999px;
	margin: -12px 0 0 667px;
	background: transparent url(/images/big-close.png) no-repeat 0 0;
	cursor: pointer;
}

.tour-container2 img	{
	height: 409px;
	width: 624px;
	display: block;
	margin: 0 29px;
	padding: 29px 0;
}

.tour-container2 ul	{
	height: 56px;
	overflow: hidden;
}

.tour-container2 ul li	{
	height: 56px;
	width: 170px;
	overflow: hidden;
	float: left;
}

.tour-container2 ul li.first,
.tour-container2 ul li.fourth{
	width: 171px;
}




.tour-container2 ul li a {
	display: block;
	text-align: center;
	height: 56px;
	cursor: pointer;
}

.tour-container2 ul li a:hover {
	background-color: #dedede;
}

.tour-container2 ul li.first a:hover,
.tour-container2 ul li.fourth a:hover{
	background: transparent url(/images/tour/tabs.png) no-repeat 0 0;
}

.tour-container2 ul li.fourth a:hover	{
	background-position: -171px 0;
}

.tour-container2 ul.show-first li.first a,
.tour-container2 ul.show-first li.first a:hover{
	background: transparent url(/images/tour/tabs.png) no-repeat 0 -56px !important;
	cursor: default;
}

.tour-container2 ul.show-fourth li.fourth a,
.tour-container2 ul.show-fourth li.fourth a:hover{
	background: transparent url(/images/tour/tabs.png) no-repeat -171px -56px;
	cursor: default;
}

.tour-container2 ul.show-second li.second a,
.tour-container2 ul.show-second li.second a:hover,
.tour-container2 ul.show-third li.third a,
.tour-container2 ul.show-third li.third a:hover{
	background-color: #fff;
	cursor: default;
}

.tour-container2 ul li a span {
	display: block;
	height: 56px;
	text-indent: -9999px;
	background-color: transparent;
	background-repeat: no-repeat;
}

body.tour1 .tour-container2 ul li a span	{background-image: url(/images/tour/tabs-incidents.gif);}
body.tour2 .tour-container2 ul li a span	{background-image: url(/images/tour/tabs-problems.gif);}
body.tour3 .tour-container2 ul li a span	{background-image: url(/images/tour/tabs-changes.gif);}
body.tour4 .tour-container2 ul li a span	{background-image: url(/images/tour/tabs-releases.gif);}
body.tour5 .tour-container2 ul li a span	{background-image: url(/images/tour/tabs-config.gif);}
body.tour6 .tour-container2 ul li a span	{background-image: url(/images/tour/tabs-features.gif);}

.tour-container2 ul li.first a span		{background-position: -172px 0;}
.tour-container2 ul li.second a span	{background-position: -172px -57px;}
.tour-container2 ul li.third a span		{background-position: -172px -114px;}
.tour-container2 ul li.fourth a span	{background-position: -172px -171px;}

.tour-container2 ul.show-first li.first a span		{background-position: 0 0;}
.tour-container2 ul.show-second li.second a span	{background-position: 0 -57px;}
.tour-container2 ul.show-third li.third a span		{background-position: 0 -114px;}
.tour-container2 ul.show-fourth li.fourth a span	{background-position: 0 -171px;}

.loader	{
	height: auto !important;
	width: auto !important;
	margin: 0 325px !important;
	padding: 217px 0 218px 0 !important;
}