#container_index_buttons {
   margin: 0px;
   padding:0px;
   height: 242px;	
}

#ul_index_buttons {
	display: none;
}

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 177px;
	height: 242px;
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 1px; /*Set to same as spacing option. */	
	float: left;
}

.index_button_anchor {
	position: absolute;
	left: 0px;
	top: 0px;
}

.index_button_anchor img {
   border: 0;	
}


.index_button_description {
   position: absolute;
   left: 179px;
   top: 10px;	
   width: 320px;
   color: #fff;
   font-family: Arial, sans-serif;
   font-size:14px;
}

.index_button_description p {
   margin:0 0 10px 3px;
   color: #fff;
   font-weight:bold;
   font-family: Arial, sans-serif;
   font-size:15px;
}

#kwick_1 { 
	background: white url(/gfx/home_tt_your_year2.png) no-repeat;
}

/*
#kwick_1.active { 
	background: #d80707 url(/gfx/home_tt_your_year2.png) no-repeat;
}
*/

#kwick_2 {
	background: white url(/gfx/home_tt_your_life2.png) no-repeat;
}

/*
#kwick_2.active {
	background: #86a20b url(/gfx/home_tt_your_life2.png) no-repeat;
}
*/

#kwick_3 {
	background: white url(/gfx/home_tt_your_wishes2.png) no-repeat;
}

/*
#kwick_3.active {
	background: #0574af url(/gfx/home_tt_your_wishes2.png) no-repeat;
}
*/

#kwick_4 { 
	background: white url(/gfx/home_tt_your_money2.png) no-repeat;
}

/*
#kwick_4.active { 
	background: #dbbd10 url(/gfx/home_tt_your_money2.png) no-repeat;
}
*/

#right_corner {
   background-image: url(/gfx/top_right_corner.png);
   background-repeat: no-repeat;	
   position: absolute;
   right: -1px;
   top: 0px;	
   width: 44px;
   height: 35px;	
}

#noscript_index_button_1,
#noscript_index_button_2,
#noscript_index_button_3,
#noscript_index_button_4 {
	display:block;
	border:none;
	float: left;
	width: 115px;
	height: 242px;
}

#noscript_index_button_2,
#noscript_index_button_3,
#noscript_index_button_4 {
   margin-left: 6px;	
}

#noscript_index_button_1:hover,
#noscript_index_button_2:hover,
#noscript_index_button_3:hover,
#noscript_index_button_4:hover {
	/*
	background-position:0 -177px;
	*/
}

#noscript_index_button_1 {
	background-image: url(../gfx/home_tt_your_year.png);
}

#noscript_index_button_2 {
	background-image: url(../gfx/home_tt_your_life.png);
}

#noscript_index_button_3 {
	background-image: url(../gfx/home_tt_your_wishes.png);
}

#noscript_index_button_4 {
	background-image: url(../gfx/home_tt_your_money.png);
}

#slide_image {
	z-index: 0;	
}

#slide_image li {
	list-style: none;	
}

#home_section1 p {
	margin:0 0 3px 0;
	background:white;
	font-size:17px;
	padding:4px 4px 4px 12px ;
}

#home_section1 a {
	text-decoration: none;
}

#home_section2 p {
	padding:8px 18px 0 18px;
	color:#666666;
	text-align:center;
	font-size:14px;
	line-height:18px;
}

.button_index {
	display:block;
	text-align:center;
	height:48px;
	line-height:48px;
	font-size:14px;
	font-weight:bold;
	color:white;
	margin-bottom:6px;
}
.button_panel {
	margin-bottom:1px;
}
.button_green {  background: url(/gfx/button_green.png) no-repeat; }
.button_blue {   background: url(/gfx/button_blue.png) no-repeat; }
.button_purple { background: url(/gfx/button_purple.png) no-repeat; }
.button_pink {   background: url(/gfx/button_pink.png) no-repeat; }

A:link.button_index    { text-decoration: none; color:white }
A:visited.button_index { text-decoration: none; color:white }
A:hover.button_index   { text-decoration: underline; color:white }
