@charset "UTF-8";
/* CSS Document */

.infiniteCarousel {
  width: 960px;
  height: 430px;
  position: relative;
  z-index: 200;
}

.infiniteCarousel .wrapper {
  overflow: auto;
  width: 960px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  height: 430px;
  position: absolute;
  top: 0;
}

.infiniteCarousel .numeric {
	position: absolute;
	bottom: 10px;
	right: 20px;
	z-index: 200;
}

.infiniteCarousel .numeric li {
	font-size: 14px;
	list-style: none;
	float: left;
	background-color: #000;
	padding: 4px 10px;	
	margin: 0 1px;
	-moz-opacity:.80; 
	filter:alpha(opacity=80); 
	opacity:.80;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: hand;
	cursor: pointer;
}

.infiniteCarousel .numeric li.current  {
	background-color: #666666;
}

.infiniteCarousel .numeric li a {
	color: #CCC;
	text-decoration: none;
}

.infiniteCarousel .numeric li.current a {
	color: #FFF;
}

.infiniteCarousel ul a img {
}

.infiniteCarousel .wrapper ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  margin: 0;
  padding: 0;
  width: 960px;
  height: 430px;
  position: relative;
}

.infiniteCarousel .panel {
	position: absolute;
	top: 95px;
	left: 30px;
	z-index: 200;
	width: 394px;
	font-family: Geneva, sans-serif;
	font-weight: normal;
}

.infiniteCarousel .panel h1 {
	font-size: 45px;
	color: #FFF;
	padding: 10px 10px 0 10px;
	font-weight: normal;
	line-height: 40px;
	margin-bottom: 10px;
}

.infiniteCarousel .panel h1 p {
	font-size: 45px;
	color: #FFF;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.infiniteCarousel .panel .md div {
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	padding: 0 10px 10px 10px;
	display: block;
	letter-spacing: -1px;
}

.infiniteCarousel .panel a {
	color: #61aa34;
	font-size: 18px;
	text-decoration: none;
	padding: 10px 10px 40px 10px;
	display: block;
	letter-spacing: -1px;
}

.infiniteCarousel .panel a:hover {
	color: #EEEEEE;
	text-decoration: underline;
}

.panel .md {
	width: 394px;
	background:transparent url('/images/panel_bg.png') repeat-y scroll left top;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/panel_bg.png');
}

.panel .top {
	width: 394px;
	height:11px;
	background: url('/images/panel_top.png');
    _background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='/images/panel_top.png');
}

.panel .bot {
	width: 394px;
	height:11px;
	background: url('/images/panel_bot.png');
    _background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='/images/panel_bot.png');
}
