/*Main Container*/
.hrzContainer {
	width:730px;
}

/*Handle*/
.handle {
	float: left;
	width: 75px;
	height: 445px;
	cursor:pointer;
	border:#FFF 1px solid;
}
.handleFIX {
	float: left;
	width: 75px;
	height: 445px;
	margin: 0px;
	cursor:pointer;
}
.handleOver{
	border:#731C84 1px solid;
	cursor:pointer;
}
.handleSelected{
	border:#ed164f 1px solid;
	cursor:pointer;
}
/*Content Container*/
.contentWrapper{
	text-align: left;
}
.contentWrapper h3{
	border-bottom: 1px solid silver;
	color: rgb(172, 194, 112);
}

.listItem {
	margin-left:4px;
	float:left;
	}

/*Animation Start*/
.contentStart {
	float: left;
	width:0px;
	height:1px;
	overflow:hidden;
	padding:0px;
}
/*Animation End*/
.contentEnd {
	float: left;
	width:530px;
	min-height:440px;
	padding:2px;
	overflow:visible !important;
	background:url(/images/lifestyles/lifestyleLogoBG.jpg) top right repeat-y;
}
.contentWrapper p {
	padding:5px 9px;
}

.cont_top {
	display:block;
	width:100%;
	height:29px;
	background:url(/images/blade_cont_top.jpg) top left;
	}

