/* Horizontal Carousel */
#horizontal_carousel {
  width: 745px;
  height: 184px;
  padding:2px;
  background:#f6f6f6;
  border:solid 1px #e9e9e9;
  filter:alpha(opacity=85);
  -moz-opacity:.85;
  opacity:.85;
}

#horizontal_carousel .container {
  width: 745px;
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 2px;
  height: 90px;
}                      

#horizontal_carousel ul li {
  width: 158px;
  height: 184px;
  text-align: left; 
  list-style:none;   
  float:left;
  background: url(images/sp_back.png) no-repeat;
}

#horizontal_carousel .buttons{
	display:block;
 	clear:both;
}
#horizontal_carousel .previous_button {
  float:left;
  margin-top: -140px;  
  margin-left: -1px;
  width: 38px;
  height: 48px;
  background: url(img/left.png) no-repeat;

  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(img/left2.png) no-repeat;}

#horizontal_carousel .previous_button_disabled {
  background: url(img/left3.png) no-repeat;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:right;  
  margin-top: -140px;  
  margin-right: -10px;
  width: 38px;
  height: 48px;
  background: url(img/right.png) no-repeat;

  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(img/right2.png) no-repeat;
}

#horizontal_carousel .next_button_disabled {
  background: url(img/right3.png) no-repeat;
  cursor: default;
}

/* Horizontal Carousel */
#horizontal_carousel2 {
  width: 745px;
  height: 184px;
  padding:2px;
  background:#f6f6f6;
  border:solid 1px #e9e9e9;
  filter:alpha(opacity=85);
  -moz-opacity:.85;
  opacity:.85;
}

#horizontal_carousel2 .container {
  width: 745px;
  overflow: hidden;
}

#horizontal_carousel2 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 2px;
  height: 90px;
}                      

#horizontal_carousel2 ul li {
  width: 240px;
  height: 190px;
  text-align: left; 
  list-style:none;   
  float:left;
}

#horizontal_carousel2 .buttons{
	display:block;
 	clear:both;
}
#horizontal_carousel2 .previous_button {
  float:left;
  margin-top: -140px;  
  margin-left: -1px;
  width: 38px;
  height: 48px;
  background: url(img/left.png) no-repeat;

  cursor: pointer;
}

#horizontal_carousel2 .previous_button_over {
  background: url(img/left2.png) no-repeat;}

#horizontal_carousel2 .previous_button_disabled {
  background: url(img/left3.png) no-repeat;
  cursor: default;
}

#horizontal_carousel2 .next_button {
  float:right;  
  margin-top: -140px;  
  margin-right: -10px;
  width: 38px;
  height: 48px;
  background: url(img/right.png) no-repeat;

  cursor: pointer;
}

#horizontal_carousel2 .next_button_over {
  background: url(img/right2.png) no-repeat;
}

#horizontal_carousel2 .next_button_disabled {
  background: url(img/right3.png) no-repeat;
  cursor: default;
}

/* Horizontal Carousel */
#horizontal_carousel3 {
  width: 745px;
  height: 184px;
  padding:2px;
  background:#f6f6f6;
  border:solid 1px #e9e9e9;
  filter:alpha(opacity=85);
  -moz-opacity:.85;
  opacity:.85;
}

#horizontal_carousel3 .container {
  width: 745px;
  overflow: hidden;
}

#horizontal_carousel3 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 2px;
  height: 90px;
}                      

#horizontal_carousel3 ul li {
  width: 240px;
  height: 190px;
  text-align: left; 
  list-style:none;   
  float:left;
}

#horizontal_carousel3 .buttons{
	display:block;
 	clear:both;
}
#horizontal_carousel3 .previous_button {
  float:left;
  margin-top: -140px;  
  margin-left: -1px;
  width: 38px;
  height: 48px;
  background: url(img/left.png) no-repeat;

  cursor: pointer;
}

#horizontal_carousel3 .previous_button_over {
  background: url(img/left2.png) no-repeat;}

#horizontal_carousel3 .previous_button_disabled {
  background: url(img/left3.png) no-repeat;
  cursor: default;
}

#horizontal_carousel3 .next_button {
  float:right;  
  margin-top: -140px;  
  margin-right: -10px;
  width: 38px;
  height: 48px;
  background: url(img/right.png) no-repeat;

  cursor: pointer;
}

#horizontal_carousel3 .next_button_over {
  background: url(img/right2.png) no-repeat;
}

#horizontal_carousel3 .next_button_disabled {
  background: url(img/right3.png) no-repeat;
  cursor: default;
}


/* Horizontal Carousel */
#horizontal_carousel4 {
  width: 745px;
  height: 184px;
  padding:2px;
  background:#f6f6f6;
  border:solid 1px #e9e9e9;
  filter:alpha(opacity=85);
  -moz-opacity:.85;
  opacity:.85;
}

#horizontal_carousel4 .container {
  width: 745px;
  overflow: hidden;
}

#horizontal_carousel4 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 2px;
  height: 90px;
}                      

#horizontal_carousel4 ul li {
  width: 240px;
  height: 190px;
  text-align: left; 
  list-style:none;   
  float:left;
}

#horizontal_carousel4 .buttons{
	display:block;
 	clear:both;
}
#horizontal_carousel4 .previous_button {
  float:left;
  margin-top: -140px;  
  margin-left: -1px;
  width: 38px;
  height: 48px;
  background: url(img/left.png) no-repeat;

  cursor: pointer;
}

#horizontal_carousel4 .previous_button_over {
  background: url(img/left2.png) no-repeat;}

#horizontal_carousel4 .previous_button_disabled {
  background: url(img/left3.png) no-repeat;
  cursor: default;
}

#horizontal_carousel4 .next_button {
  float:right;  
  margin-top: -140px;  
  margin-right: -10px;
  width: 38px;
  height: 48px;
  background: url(img/right.png) no-repeat;

  cursor: pointer;
}

#horizontal_carousel4 .next_button_over {
  background: url(img/right2.png) no-repeat;
}

#horizontal_carousel4 .next_button_disabled {
  background: url(img/right3.png) no-repeat;
  cursor: default;
}



#NewsTicker{
	border: 0px;
	width:445px;
	height:205px;
	padding-left:35px; 
	padding-top:7px; 
	padding-right:5px;
	text-align:justify
}
	#NewsTicker h1{
		padding:6px; margin:0; border:0;
		background:#dfe9d5;
		color:#000000;
		font-size:11px;
		font-weight:bold;
	}
	#NewsVertical {
	width: 445px;
	height: 205px;
	display: block;
	overflow: hidden;
	position: relative;
	}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical {
		width: 445px;
		height: 205px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#TickerVertical li {
		display: block;
		width: 445px;
		color: #333333;
		text-align: left;
		margin: 0;
		float: left;
	}
		#TickerVertical li .NewsTitle{
			display: block;
			color: #000000;

		}
		#TickerVertical li .NewsTitle a:link,
		#TickerVertical li .NewsTitle a:Visited {
			display: block;
			color: #000000;
			text-decoration:none;
		}
		#TickerVertical li .NewsTitle a:hover {
			text-decoration:underline;
		}
		
		#TickerVertical li .NewsImg{
			float:left;
			margin-right:10px;
		}
		#TickerVertical li .NewsFooter{
			display: block;
			color: #000000;
			font-size: 10px;
			margin:6px 0 14px 0;
		}
