
		#hp-switcher {
			width: 960px;
			height: 270px;
			margin: 0 0 10px 0;
			padding: 0;
		}

			#hp-switcher-lft {
				width: 690px;
				height: 270px;
				float: left;
			}

				#hp-switch-item-1, #hp-switch-item-2, #hp-switch-item-3 {
					width: 690px;
					height: 270px;
				}

					#hp-switch-item-1 img, #hp-switch-item-2 img, #hp-switch-item-3 img {
						width: 690px;
						height: 270px;
					}

			#hp-switcher-rgt {
				width: 270px;
				height: 270px;
				float: right;
			}

				#hp-switch-control-1, #hp-switch-control-2, #hp-switch-control-3 {
					width: 240px;
					height: 73px;
					border-bottom: 1px solid #e6e6e6;
					margin: 0 0 3px 0;
					padding: 7px 15px 7px 15px;
					background: #ffffff url(/images/feat-bg-on.gif) repeat-x left bottom;
				}

					#hp-switch-control-3 { margin-bottom: 0; }

					.hp-switcher-control-off {
						background-color: #fff;
						color: #000;
					}

						.hp-switcher-control-off h1 {
							color: #999;
							font-size: 1.3em;
						}

						.hp-switcher-control-off a:link, .hp-switcher-control-off a:visited { color: #999; text-decoration: underline; }
						.hp-switcher-control-off a:hover { color: #999; text-decoration: underline; }


						.hp-switcher-control-off p {
							font-size: 0.85em;
							line-height: 16px;
							color: #999;
						}

					.hp-switcher-control-on {
						background-color: #9e69d5;
						color: #9e69d5;
					}

						.hp-switcher-control-on h1 {
							color: #9e69d5;
							font-size: 1.3em;
						}

						.hp-switcher-control-on p {
							font-size: 0.85em;
							line-height: 16px;
							color: #9e69d5;
						}

						/* .hp-switcher-control-on a:link, .hp-switcher-control-on a:visited { color: #9e69d5; text-decoration: underline; } */
						/* .hp-switcher-control-on a:hover { color: #9e69d5; text-decoration: underline; } */

						#hp-switch-control-1.hp-switcher-control-on, #hp-switch-control-1.hp-switcher-control-on h1, #hp-switch-control-1.hp-switcher-control-on p {
							color: #9e69d5;
						}

							#hp-switch-control-1.hp-switcher-control-on a:link, #hp-switch-control-1.hp-switcher-control-on a:visited { color: #9e69d5; text-decoration: underline; }
							#hp-switch-control-1.hp-switcher-control-on a:hover, #hp-switch-control-1.hp-switcher-control-on a:active  { color: #9e69d5; text-decoration: underline; }

						#hp-switch-control-2.hp-switcher-control-on, #hp-switch-control-2.hp-switcher-control-on h1, #hp-switch-control-2.hp-switcher-control-on p {
							color: #e22e90;
						}

							#hp-switch-control-2.hp-switcher-control-on a:link, #hp-switch-control-2.hp-switcher-control-on a:visited { color: #e22e90; text-decoration: underline; }
							#hp-switch-control-2.hp-switcher-control-on a:hover, #hp-switch-control-2.hp-switcher-control-on a:active  { color: #e22e90; text-decoration: underline; }

						#hp-switch-control-3.hp-switcher-control-on, #hp-switch-control-3.hp-switcher-control-on h1, #hp-switch-control-3.hp-switcher-control-on p {
							color: #91bf64;
						}

							#hp-switch-control-3.hp-switcher-control-on a:link, #hp-switch-control-3.hp-switcher-control-on a:visited { color: #91bf64; text-decoration: underline; }
							#hp-switch-control-3.hp-switcher-control-on a:hover, #hp-switch-control-3.hp-switcher-control-on a:active  { color: #91bf64; text-decoration: underline; }
