.irietumu-helper {
	margin:0px 10px 10px 0px;
		text-align: center;
	font: 13px Arial, Helvetica;
}
/* Relative positioning*/
	#wrapper, #wrapper0, #wrapper1, #wrapper2, #wrapper3, #wrapper4 {
	margin-top:20px;
	position: relative;
	/* -moz-box-shadow: 0 0 45px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 0 45px rgba(0, 0, 0, .7);
	box-shadow: 0 0 45px rgba(0, 0, 0, .7);
	*/
}
/* for tws */
#wrapper_tws {
	margin-top:20px;
	position: relative;
	/*margin-left: 10%;*/
}

/* Hide the original tooltips contents */
		.pin {
	display: none;
}
/* Begin styling the tooltips and pins */
.tooltip-up, .tooltip-down {
	position: absolute;
	background: url(../files/irietumu/arrow-up-down-small.png);
	width: 36px;
	height: 52px;
}
.tooltip-down {
	background-position: 0 -52px;
}
.tooltip-left, .tooltip-right {
	position: absolute;
	background: url(../files/irietumu/arrow-left-right-small.png);
	width: 52px;
	height: 37px;
}
.tooltip-right {
	background-position: -52px 0;
}
.tooltip {
	display: none;
	width: 200px;
	cursor: help;
	text-shadow: 0 1px 0 #fff;
	position: absolute;
	top: 12px;
	left: 50%;
	z-index: 999;
	margin-left: -115px;
	padding:15px;
	color: #222;
	border: 1px single #ffdb90;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .7);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .7);
	background: #fff1d3;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff1d3), to(#ffdb90));
	background: -webkit-linear-gradient(top, #fff1d3, #ffdb90);
	background: -moz-linear-gradient(top, #fff1d3, #ffdb90);
	background: -ms-linear-gradient(top, #fff1d3, #ffdb90);
	background: -o-linear-gradient(top, #fff1d3, #ffdb90);
	background: linear-gradient(top, #fff1d3, #ffdb90);
}
 .tooltip::after {
 content: '';
 position: absolute;
 top: -10px;
 left: 50%;
 margin-left: -10px;
 border-bottom: 10px solid #fff1d3;
 border-left: 10px solid transparent;
 border-right :10px solid transparent;
}
.tooltip-down .tooltip {
	bottom: 12px;
	top: auto;
}
 .tooltip-down .tooltip::after {
 bottom: -10px;
 top: auto;
 border-bottom: 0;
 border-top: 10px solid #ffdb90;
}
/*  right */

.tooltip-right .tooltip {
	left: -76px;
	top: -18px; /* 18 */
}
 .tooltip-right .tooltip::after {
 bottom: 35%;
 top: auto;
 border-bottom: 0;
 border-top: 10px solid transparent;
 border-bottom: 10px solid transparent;
 border-left: 10px solid #ffe7b3;
 border-right :10px solid transparent;
 left: 104%;
}
/*  left */

.tooltip-left .tooltip {
	left: 129px;
	top: -18px;
}
 .tooltip-left .tooltip::after {
 bottom: 41px;
 top: auto;
 border-bottom: 0;
 border-top: 11px solid transparent;
 border-bottom: 11px solid transparent;
 border-right: 11px solid #ffe7b3;
 border-left :11px solid transparent;
 left: -12px;
}
/* next prev */
.prev {
	position: absolute;
/*display: none; */
    /*left: 10px;*/
}
.next {
	position: absolute;
/*display: none; */
   /* left: 1000px;*/
}
.next, .prev {
	cursor: pointer;
	/*  position: absolute;*/
    top: 170px;
	/*width:50px;*/
	margin:0px 30px 0px 30px;
}
.tip h2 {
	margin:0px 0px 4px 0px;
	padding:0px 0px 0px 0px;
	font: bold 1.05em 'Trebuchet MS', Tahoma, Arial;
}
/* add new tip */
.tip {
	/*font: 13px Arial, Helvetica;*/
	font: 0.9em 'Trebuchet MS', Tahoma, Arial;
	background: #ffefcd;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	/*font-size: 1.2em;*/
	position: absolute;
	width: 200px;
	display:none;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff1d3), to(#ffdb90));
	background: -webkit-linear-gradient(top, #fff1d3, #ffdb90);
	background: -moz-linear-gradient(top, #fff1d3, #ffdb90);
	background: -ms-linear-gradient(top, #fff1d3, #ffdb90);
	background: -o-linear-gradient(top, #fff1d3, #ffdb90);
	background: linear-gradient(top, #fff1d3, #ffdb90);
	color: #222222;
	cursor: help;
	text-shadow: 0 1px 0 #FFFFFF;

	z-index: 10000;
}
/* top */
.tip:before {
	position: absolute;
	top: -7px;
	left: 98px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ffefcd;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}
.tip:after {
	position: absolute;
	top: -6px;
	left: 99px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffefcd;
	border-left: 6px solid transparent;
	content: '';
}
/* bottom */
.tip.bottom:before {
	position: absolute;
	top: 100%;
	left: 98px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-top: 7px solid #ffdb90;
	border-left: 7px solid transparent;
	border-bottom: 6px solid transparent;
	border-top-color: rgba(0, 0, 0, 0.2);
	content: '';
}
.tip.bottom:after {
	position: absolute;
	top: 100%;
	left: 99px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-top: 6px solid #ffdb90;
	border-left: 6px solid transparent;
	border-bottom: 6px solid transparent;
	content: '';
}
/* left */
.tip.left:before {
	border-top: 7px solid transparent;
	border-right: 7px solid #ffefcd;
	border-bottom: 7px solid transparent;
	border-right-color: rgba(0, 0, 0, 0.2);
	left: -14px;
	top: 15px;
}
.tip.left:after {
	border-top: 6px solid transparent;
	border-right: 6px solid #ffefcd;
	border-bottom: 6px solid transparent;
	left: -12px;
	top: 15px;
}
/* right */
.tip.right:before {
	border-top: 7px solid transparent;
	border-left: 7px solid #ffefcd;
	border-bottom: 7px solid transparent;
	border-left-color: rgba(0, 0, 0, 0.2);
	left: 197px; /* 220 */
	top: 15px;
}
.tip.right:after {
	border-top: 6px solid transparent;
	border-left: 6px solid #ffefcd;
	border-bottom: 6px solid transparent;
	left: 197px; /* 220 */
	top: 15px;
}
.tip.right {
	left:-158px; /* 179 */
	top:-4px;
}
.tip.left {
	left:8px;
	top:-4px;
}
.tip.bottom {
	top:auto;
	bottom:7px;
}
.tip {
	left:-88px;
	top:9px;
}
/* popup */
.popup {
	left: 0;
	min-width: 800px;
	padding-top: 90px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 200;
}
.popup .cover {
	background: none repeat scroll 0 0 #222222;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.popup .container {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #ACACAC;
	display: none;
	font-size: 12px;
	margin: 20px 10%;
	padding: 10px 0 0 20px;
	position: absolute;
	width: 80%;
}

#gallery-wrap {overflow: hidden; width: 690px; position: relative;}
#gallery {position: relative; left: 0; top: 0;height:420px;}
#gallery div {float: left; margin: 0px 0px 0px 0px;width: 690px;}
#gallery div {
	-moz-box-shadow: 0 0 45px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 0 45px rgba(0, 0, 0, .7);
	box-shadow: 0 0 45px rgba(0, 0, 0, .7);
}

/*
.p_leveler_open {
	background:#ffffff url(../images/ir_open_ico.gif) no-repeat 5px 11px;
	font: 14px "Arial";
	padding:10px 0px 10px 24px;
	width: 666px;
}
.p_leveler_close {
	background:#f1f1f1 url(../images/ir_close_ico.gif) no-repeat 5px 11px;
	font: 14px "Arial";
	padding:10px 0px 10px 24px;
	width: 666px;
}

.nav-prev {
	width:33%;
	line-height:15px;
	background: url(../images/ir_nav_prev2.gif) no-repeat left center;
	padding:6px 0px 6px 23px;
	height:30px;
}

.nav-next {
	text-align:right;
	width:33%;
	line-height:15px;
	background: url(../images/ir_nav_next2.gif) no-repeat right center;
	padding:6px 23px 6px 0px;
	height:30px;
	}
*/