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

#slider { 
/*	margin: 50px 50px 0px 50px;*/
}

#sliderContent_text { 
	/*width:500px;*/ 
	width: 100%; 
	position: relative;
	overflow: hidden;
}

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

.content-conveyor_text { 
	/*width: 610px;*/
	height: 360px; 
	position: relative; 
	/*overflow: hidden; */
	overflow: visible; 
	margin-left: 50px;
	padding-top: 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_text { width:450px; float:left; text-align:left; padding-right: 45px; position: relative; /*background-color:#ebebeb;*/ }
.item_text p { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #7c7c7c; padding-bottom: 15px; line-height: 19px;}
.item_text p a { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #7c7c7c;}
.item_text p a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #ef9703;}

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

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

#leftControl {
  /*top: -8px;
  left: -75px;
  background: url(../00_img/_control/control_left_off.png) no-repeat 0 0;*/
  top: -8px;
  left: -80px;
  background: url(../00_img/_control/control_left.gif) no-repeat 0 0;
}

/*#leftControl:hover {
  background: url(../00_img/_control/control_left_on.png) no-repeat 0 0;
  background: url(../00_img/_control/control_left.gif) no-repeat 0 0;
}*/


#rightControl {
  /*top: -8px;
  right: -75px;
  background: url(../00_img/_control/control_right_off.png) no-repeat 0 0;*/
  top: -8px;
  right: -80px;
  background: url(../00_img/_control/control_right.gif) no-repeat 0 0;
}

/*#rightControl:hover {
  background: url(../00_img/_control/control_right_on.png) no-repeat 0 0;
  background: url(../00_img/_control/control_right.gif) no-repeat 0 0;
}*/