@charset "utf-8";
 #scroller {
	background: none;
	width: 880px;
	height:236px;
	margin-top: 40px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	padding:0;
}

.fadein {
	visibility: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a .fadein{
	border:none;
}

.clear {
	clear: both;
	margin-bottom: 30px;
}
.headers{
color:#fec408;
}

#leftControl {
	float: left;
	width: 60px;
	text-align: center;
	line-height: 178px;
	display: block;
	height: 89px;
	padding-top: 20px;
}
#rightControl {
	float: right;
	width: 60px;
	text-align: center;
	display: block;
	height: 89px;
	padding-top: 20px;
}
#rightScroller{width:60px;height:89px;}
#leftClicker{width:60px;height:89px;}

#outerScroller {
	float: left;
	width: 690px;
	overflow: hidden;
	height: 250px;
	display: block;
	position:relative;
	border-bottom:1px dashed #e5e5e5;

}
#innerScroller {
	width: 5992px;
	height: 200px;
	position: relative;
	text-align: center;
}

#innerScroller img{
	float:left;
}

/*   START TOOLTIPS   */

.tool-tip {
	color: #fff;
	width: 139px;
	height:80px;
	z-index: 13000;
}
 
.tool-title {
	text-align:center;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../images/style/bubble.png) top left;
}
 
.tool-text {
	text-align:center;
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/style/bubble.png) bottom right;
}
 
.custom-tip {
	text-align:center;
	color: #fff;
	width: 130px;
	height:80px;
	z-index: 13000;
}
 
.custom-title {
	text-align:center;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #fff;
	padding: 8px 8px 4px;
	background: #576363;
	border-bottom: 1px solid #b80f22;
}
 
.custom-text {
	text-align:center;
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #b80f22;
}
