/* ---------->>> index, video <<<---------------------------------------------------------------*/


/* ---------->>> qtip <<<---------------------------------------------------------------*/
div#qTip {
 padding: 3px;
 border: 1px solid #f60;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #fff;
 color: #333;
 font: bold 9px Verdana, Arial, Helvetica, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}



/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../i/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../i/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 1px solid #ccc;
	background-color: #fff;
}

#JT_copy{
	padding:2px 10px 10px 10px;
	color:#000;
}

.JT_loader{
	background-image: url(../i/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #fff;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	color:#f90;
}

#JT_close_right{
	background-color: #fff;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	color:#f90;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #fff;
}

.jTip{
/*cursor:help;*/
}

/*													*/

/*
#tags
{
	width: 300px;
	background-color:#ccc;
}
*/

/* slide show */
 div.slideshow {
  margin: 18px auto;
}
div.slideshow p {
  padding-top: 0;
}
div.slideshow ul {
  background: #FFF;
/*  bottom: -35px;*/
  left: 0;
  position: absolute;
  overflow: hidden;
  padding: 5px 0;
  z-index: 10001;
      list-style-type: none;
}
div.slideshow ul a {
  background-position: 50% 50%;
  cursor: pointer;
  display: block;
  margin-right: 5px;
  opacity: 0.5;
  filter: alpha(Opacity=50);
 -moz-opacity:0.5;
  width: 90px;
  height: 60px;
}
div.slideshow ul a.active,
div.slideshow ul a:hover {
  opacity: 1;
  filter: alpha(Opacity=100);
}
div.slideshow ul li {
  float: left;
/*  list-style: none;*/
      background-image: none;
}
/* slide show */

#loading
{
     width:200px;
     height:200px;
     display:none;
}
