#tour_tooltip, .tooltip{
	position:absolute;
	width:330px;
	left:0;
	top:0;
	background-color:black;
	color:white;
	z-index:999;
	border:2.4px solid #efefef;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	 -moz-box-shadow: 0px 1px 0px 0px #000;
	-webkit-box-shadow: 0px 1px 0px 0px #000;
	box-shadow: 0px 1px 0px 0px #000;
}
.introtxt
{
	margin: 0 auto;
	width: 300px;
	background:url("../images/transbg.png");
	color: #fff;
	padding: 15px;
	font-size: 13px;
	line-height: 22px;
	display: none;
}
.mytour
{
    background: #169507 none repeat scroll 0 0;
    border: 1px solid #63a05b;
    clear: both;
    color: #ffffff;
    display: block;
    left: 47%;
    margin: 0 auto;
    padding: 13px;
    position: absolute;
    right: 36%;
    text-align: center;
    top: 42%;
    cursor: pointer;
    z-index: 0;
     transition:background 0.5s ease;
  -moz-transition:background 0.5s ease; /* Firefox 4 */
  -webkit-transition:background 0.5s ease; /* Safari and Chrome */
  -o-transition:background 0.5s ease; /* Opera */
  display: none;
}
.mytour:hover
{
	background: #1A780F none repeat scroll 0 0;
}
.startbtntxt
{
	display:block;
	font-size: 25px;
	margin-top: 4px;
}
.mytour .glyphicon
{
	border: 1px solid #fff;
	padding: 7px 10px;
	text-align:center;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	margin-left: 7px;
	font-size: 22px;
	display: inline-block;
	width: 39px;
	float: left;
}
.toolinnpad
{
	padding: 19px;
	padding-bottom: 10px;
	line-height: 18px;
}
.toolinnpad h4
{
  color:#000;
margin-bottom: 13px;
  margin-top: -10px;
}
.topmrg
{
	margin-top: 10px;
}
.lftmrg
{
	margin-left: 10px;
}
.tooltip p{
	padding:10px;
	font-size:14px;
	text-shadow:none;
	font-style:italic;
}
.tooltip_arrow{
	position:absolute;
	background-color:transparent;
	background-repeat:no-repeat;
}
.tooltip_arrow_T,
.tooltip_arrow_B,
.tooltip_arrow_TL,
.tooltip_arrow_TR,
.tooltip_arrow_BL,
.tooltip_arrow_BR{
	background-image:url(../images/topbottom.png);
	width:13px;
	height:7px;
}
.tooltip_arrow_L,
.tooltip_arrow_R,
.tooltip_arrow_LT,
.tooltip_arrow_LB,
.tooltip_arrow_RT,
.tooltip_arrow_RB{
	background-image:url(../images/leftright.png);
	width:7px;
	height:13px;
}
.tooltip_arrow_T{
	background-position:0px -7px;
	top:-8px;
	left:50%;
	margin-left:-3.5px;
}
.tooltip_arrow_TL{
	background-position:0px -7px;
	top:-7px;
	left:5px;
}
.tooltip_arrow_TR{
	background-position:0px -7px;
	top:-7px;
	right:5px;
}
.tooltip_arrow_B{
	background-position:0px 0px;
	bottom:-7px;
	left:50%;
	margin-left:-3.5px;
}
.tooltip_arrow_BL{
	background-position:0px 0px;
	bottom:-7px;
	left:5px;
}
.tooltip_arrow_BR{
	background-position:0px 0px;
	bottom:-7px;
	right:5px;
}
.tooltip_arrow_L{
	background-position:-7px 0px;
	top:50%;
	margin-top:-6.5px;
	left:-8px;
}
.tooltip_arrow_LT{
	background-position:-7px 0px;
	top:5px;
	left:-7px;
}
.tooltip_arrow_LB{
	background-position:-7px 0px;
	bottom:5px;
	left:-7px;
}
.tooltip_arrow_R{
	background-position:0px 0px;
	top:50%;
	margin-top:-6.5px;
	right:-7px;
}
.tooltip_arrow_RT{
	background-position:0px 0px;
	top:5px;
	right:-7px;
}
.tooltip_arrow_RB{
	background-position:0px 0px;
	bottom:5px;
	right:-7px;
}
.overlay{
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:#000;
	opacity:0.77;
	z-index:100;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.tourcontrols{
	position:fixed;
	top:109px;
	right:-300px;
	width:270px;
	background:#000;
	color:#fff;
	/*text-shadow:0px 0px 1px #fff;*/
	font-size:16px;
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-weight:bold;
	z-index:9999;
}
.tourcontrols a{
	font-size:11px;
	color:#FE0000;
	cursor:pointer;
	font-weight:normal;
	text-decoration:none;
	margin:10px;
}
.tourcontrols a:hover{
	color:#fff;
}
.xbtn
{
position: absolute;
padding: 3px 7px;
border-radius: 50%;
right: 5px;
top: 5px;
color: #000;
font-size: 11px;
text-align: center;	
line-height: normal;
cursor: pointer;
background: #DEDEDE;
border: 1px solid #DADADA;
}
.xbtn:hover
{
	color:#000
}
.cct
{
	margin-top: 14px;
	display: inline-block;
	width: 100%;
}
.endtour
{
	float: right;
	cursor: pointer;
}
.nextstep, .prevstep
{
	float: left;
	cursor: pointer;
	margin-right: 7px;
}
.endtour, .nextstep, .prevstep
{
	
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #B3B3B3;
    color: #34414a;
    font-size: 13px;
    padding: 4px 7px;
}
.endtour:hover , .nextstep:hover, .prevstep:hover
{
	background:#e4e0e0; 
}
.close{
	position:absolute;
	top:6px;
	right:7px;
	width:10px;
	height:10px;
	background:#000 url(../images/close.gif) no-repeat center center;
	cursor:pointer;
}
.tourcontrols p{
	padding:10px;
}
.button{
	white-space: nowrap;
	display:block;
	float:left;
	margin:10px 0px 10px 10px;
	cursor:pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
	box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1;
	padding:6px 7px;
	text-align: center;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, .8);
}
.button:hover {
	
}
.button:active{
	
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
}
.nav{
	
}
.startbtn
{
	background: #1c9d16;
	color: #fff;
	border: 1px solid #2aa953;
}
.next-prvbtn
{
	background: #1c9d16;
	color: #fff;
	border: 1px solid #2aa953;
}