@charset "UTF-8";
/* HOMEPAGE */
#cycle, #cycle li {
	margin: 0;
	padding:0;
	width: 302px;
	height: 190px;
	overflow: hidden;
	display: block;
}
#slideWrap, ul#slides {
	padding: 0;
	width: 950px;
	display: block;
	overflow: hidden;
	height: 299px;
	background: #fff;
}
#slideWrap {
	position: relative;
	margin: 10px auto;
}
ul#slides {
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	z-index: 0;
}
ul#slides li {
	list-style: none;
	margin: 0;
	padding: 30px 30px 30px 626px;
	width: 294px;
	height: 239px;
}
ul#slides li strong {
	font-weight: normal;
}
ul#slides li p {
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	margin: 10px 0;
}
ul#slides li ul.bullets {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: circle;
	text-indent: 0;
	position: relative;
}
ul#slides li ul.bullets li {
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	margin: 5px 0;
	list-style: circle;
	text-indent: 0;
	width: auto;
	height: auto;
	padding: 0;
}

ul#slides li h2 {
	width: 294px;
	height: 94px;
	text-indent: -9999em;
	overflow: hidden;
	display: block;
}

li#slide_tools {
	background: url(../images/slideBg_tools.jpg) no-repeat 0 0;
}
ul#slides li#slide_tools h2 {
	background: url(../images/slideTitle_tools.gif) no-repeat 0 0;
	height: 208px;
}
li#slide_inTune {
	background: url(../images/slideBg_inTune.jpg) no-repeat 0 0;
}
li#slide_inTune h2 {
	background: url(../images/slideTitle_inTune.gif) no-repeat 0 0;
}
li#slide_growth {
	background: url(../images/slideBg_growth.jpg) no-repeat 0 0;
}
ul#slides li#slide_growth h2 {
	background: url(../images/slideTitle_growth.gif) no-repeat 0 0;
	height: 69px;
}
li#slide_goal {
	background: url(../images/slideBg_goal.jpg) no-repeat 0 0;
}
li#slide_goal h2 {
	background: url(../images/slideTitle_goal.gif) no-repeat 0 0;
}
li#slide_secure {
	background: url(../images/slideBg_secure.jpg) no-repeat 0 0;
}
li#slide_secure h2 {
	background: url(../images/slideTitle_secure.gif) no-repeat 0 0;
}
li#slide_leadingPack {
	background: url(../images/slideBg_leadingPack.jpg) no-repeat 0 0;
}
li#slide_leadingPack h2 {
	background: url(../images/slideTitle_leadingPack.gif) no-repeat 0 0;
}
li#slide_followLeader {
	background: url(../images/slideBg_followLeader.jpg) no-repeat 0 0;
}
ul#slides li#slide_followLeader h2 {
	background: url(../images/slideTitle_followLeader.gif) no-repeat 0 0;
	height: 122px;
}
li#slide_rightPath {
	background: url(../images/slideBg_rightPath.jpg) no-repeat 0 0;
}
ul#slides li#slide_rightPath h2 {
	background: url(../images/slideTitle_rightPath.gif) no-repeat 0 0;
	height: 146px;
}
#slideArrows {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	background: url(../images/slideArrow_bg.png) no-repeat 0 0;
}
#slideArrow_prev, #slideArrow_next {
	display: block;
	width: 14px;
	height: 15px;
	margin: 0;
	padding: 0;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}
#slideArrow_next {
	background: url(../images/slideArrow_next.gif) no-repeat 0 0;
	right: 0;
	bottom: 20px;
}
#slideArrow_prev {
	background: url(../images/slideArrow_prev.gif) no-repeat 0 0;
	right: 19px;
	bottom: 0;
}
#slideArrow_prev:hover, #slideArrow_next:hover {
	background-position: 0 -15px;
}
