@charset "UTF-8";
/* CSS Document */
/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 1022px;
  height: 124px;
  margin-bottom: 10px;
  position: relative;
  background-color:#000;
}

#horizontal_carousel .container {
  float: left;
  width: 1020px;
  height: 124px;
  position: relative;    
  overflow: hidden;
  background-color: #000;
}

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

#horizontal_carousel ul li {
  width: 206px;
  height: 124px;
  text-align: center; 
  list-style:none;   
  float:left;
}
#horizontal_carousel ul li p {
	z-index: 200;
	color: #FFF;
	position:absolute;
	top: 111px;
	width: 200px;
	text-align:center;
	font-family: Arial;
	font-size: 12px;
}

a.partner_link:hover{
	border: thin solid #FFF;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 55px;
  height: 130px;
  background:url(../_screen/img/btn_1.png);
  z-index: 100;
  cursor: pointer;
  position:absolute;
  left: 0px;
  top:0px;
}

#horizontal_carousel .previous_button_over {
  background: url(../_screen/img/left_over_n.png);
}

#horizontal_carousel .previous_button_disabled {
  background: url(../_screen/img/btn_1.png);
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 55px;
  height: 130px;
  background: url(../_screen/img/btn_1.png);
  z-index: 100;
  cursor: pointer;
  position:absolute;
  left: 944px;
  top:0px;
}

#horizontal_carousel .next_button_over {
  background: url(../_screen/img/right_over_n.png);
}


#horizontal_carousel .next_button_disabled {
  background: url(../_screen/img/btn_1.png);
  cursor: default;
}
#partner_carousel {
  float: left;
  width: 800px;
  height: 108px;
  margin-bottom: 10px;
  position: relative;
  background-color:white;
}
#partner_carousel .container {
	float: left;
	width: 800px;
	height: 108px;
	position: relative;
	overflow: hidden;
	background-color:#FFF;
}
#partner_carousel ul {
  margin-left: 0px;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 180px;
}                      

#partner_carousel ul li {
	width: 158px;
	height: 108px;
	text-align: center;
	list-style:none;
	float:left;
	border: 0.1em solid #333;
	
}
#partner_carousel ul li p {
	z-index: 200;
	color: #333;
	position:absolute;
	top: 91px;
	width: 158px;
	text-align:center;
	font-family: Arial;
	font-size: 12px;
	background-color:#CCC;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.list_pics_top{
	text-align:center;}
	
.list_pics_partner {
	background-color:#CCC;
	color:#333;
	width: 158px;
	height: 16px;
	text-align: center;
	vertical-align:middle;
	font:normal small Arial, Helvetica, sans-serif;
}
.list_pics_partner h1{
	font-size: smaller;
}
#partner_carousel .previous_button {
	float:left;
	width: 50px;
	height: 107px;
	border-bottom: 1px solid #999;
	z-index: 100;
	cursor: pointer;
	position:absolute;
	left: 0px;
	top:0px;
	text-align:center;
	vertical-align:middle;
	margin-top: 1px;
	background-image:
	background-image: url(../_screen/img/prev_btn.png);
}
#partner_carousel .previous_button_over {
  background: url(../_screen/img/prev_btn_over.png);
}
#partner_carousel .previous_button_disabled {
  background: url(../_screen/img/prev_btn_dis.png);
  cursor: default;
}
#partner_carousel .next_button {
  float:left;  
  width: 50px;
  height: 107px;
  background: url(../_screen/img/next_btn.png);
  border-bottom: 1px solid #999;
  z-index: 100;
  cursor: pointer;
  position:absolute;
  left: 750px;
  top:0px;
  text-align:center;
  vertical-align:middle;
  margin-top: 1px;
}
#partner_carousel .next_button_over {
  background: url(../_screen/img/next_btn_over.png);
}
#partner_carousel .next_button_disabled {
  background: url(../_screen/img/prev_btn_dis.png);
  cursor: default;
}

#gallery {
	width:320px;
	margin: 15px 40px;
	float: left;
	}
#imagearea{
	position: relative; 
	width: 354px;
	}
#image {
	position:relative; 
	width:354px; 
	height:247px; 
	padding:0px; 
	text-align:center;
	
	}
#image img {
	position:absolute; 
	top:0px; 
	left:0px;
	border:thin solid #666; 
	text-align:center;
	}
#thumbwrapper {
	margin-top:10px; 
	padding:0px 0; 
	width:356px; 
	height:81px; 
	border:thin solid #666; 
	background:#FFF;
	}
#thumbarea {
	position:relative; 
	overflow:hidden; 
	height:81px; 
	width:356px; 
	}
#thumbs {
	position:absolute; 
	list-style:none; 
	margin-left:1px; 
	height:81px; 
	width:10000px; 
	border-right:thin solid #666;
	}
#thumbs li {
	float:left; 
	margin-right:1px; 
	cursor:pointer;
	}

