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

#sliderContainer {
	height:25px;
	padding-top: 3px;
	/*height:50px;
	margin-top:25px;*/
	background-image: url(../00_img/_control/slider_range.gif);
	background-position: -3px -3px -3px -3px;
	background-repeat: repeat-x;
}

#slider { 
	float:left;
	position:relative;
	top:0;
	left:0;
	/*margin:0 82px 0 50px;*/
	margin:0 60px 0 50px;
}

#sliderContent { 
	/*width:500px;*/ 
	width: 100%; 
	position: relative; 
	overflow: hidden; 
	/*margin-top: 80px;*/
}

#sliderContent .prolog { 
	width: 210px;
	line-height: 18px;
}

.viewer { 
	/*width:607px;*/ 
	width: 100%; 
	height: 396px; 
	/*overflow: hidden; */
	overflow: visible;
	position: relative;
	/*background-color: #F00;*/
}

.content-conveyor { 
	/*width: 610px;*/
	height: 360px; 
	position: relative; 
	/*overflow: hidden; */
	overflow: visible; 
	margin-left: 50px;
}

/*#sliderContent { width: 100%; background-color:#ffffff; overflow: hidden; position: relative;}
.viewer { width: 100%; height:640px; position:relative;}
.content-conveyor { width: 100%; height:335px; position:relative; }*/

.item { width:265px; float:left; font-family:Tahoma; text-align:left; padding-top: 70px;/*background-color:#ebebeb;*/ }

/*.item { 
	width: 220px; 
	float: left;
	padding-right: 45px;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: left;
}*/

/*--------------500------------------------*/
.viewer_500 { /*width:607px;*/ width: 100%; height:500px; overflow:visible; position:relative; }
.content-conveyor_500 { /*width:610px;*/ height:500px; position:relative; overflow: hidden; width: 100%; background-color: #ffffff; }
.item_500 { /*width:auto;*/ float:left; font-family:Tahoma; text-align:center; overflow: visible;/*background-color:#ebebeb;*/ }


.control {
  display: block;
  width: 29px;
  height: 37px;
  text-indent: -10000px;
  position: absolute;
  /*cursor: pointer;*/
}

#leftControl {
 float:left;
  background: url(../00_img/_control/control_left.gif) no-repeat 0 0;
  width:29px;
  height:37px;
  position:relative;
  top:-8px;
  cursor:pointer;
}

#rightControl {
  position:relative;
  width:29px;
  height:37px;
  float:left;
  background: url(../00_img/_control/control_right.gif) no-repeat 0 0;
  top:-8px;
  cursor:pointer;
}
