@charset "UTF-8";
/* CSS Document */
.mayus {
	margin-top:14px;
	font-size: 14px;
	text-transform: uppercase;
}
.imag {
	width:580px;
	height:448px;
	float:left;
}
.text {
	width:230px;
	height:448px;
	padding:0px 14px 0px 20px;
	float:right;
	color:#fff;
	font-size:12px;
	overflow: auto;
	overflow-x: hidden;
	line-height:16px;
}
.catalog {
	padding-top: 342px;
	width:412px;
	height:106px;
	text-align:center;
	color:#FFFFFF;
}
.titMayus {
	font-size:38px;
	text-transform: uppercase;
	line-height:48px;
	margin:0px;
}
/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 950px;
  height: 458px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 844px;
  height: 448px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding: 0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 448px;
}                      

#horizontal_carousel ul li {
  width: 844px;
  height: 448px;
  text-align: left; 
  list-style: none;   
  float: left;
}

#horizontal_carousel .previous_button, .next_button {
  float:left;  
  width: 48px;
  height: 458px;
  background: url(../resource/left_on.gif) no-repeat left center;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(../resource/left_on.gif) no-repeat left center;	
}

#horizontal_carousel .previous_button_disabled {
  background: url(../resource/left_off.gif) no-repeat left center;
  cursor: default;
}

#horizontal_carousel .next_button {
  background: url(../resource/right_on.gif) no-repeat right center;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(../resource/right_on.gif) no-repeat right center;
}

#horizontal_carousel .next_button_disabled {
  background: url(../resource/right_off.gif) no-repeat right center;
  cursor: default;
}