	#morphTabs {
		margin: 0;
		padding: 0;
	}
	#morphtabs_transitions {
		height: 102px;
		width: 832px;
		padding: 10px 10px 10px 10px;
		background-color: #00f;
		margin: 20px;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
	}
	#morphtabs_transitions p {
		color: #000;
	}
	#morphtabs_transitions div {
		border: 1px solid #fff;
	}
	#morphtabs_transitions  {
		border: 1px solid #fff;
	}
	.changeTrans {
		position:relative;
		width: 200px;
		height: 100px;
		text-align:center;
	}
	#changeTransition_transition {}
	#changeTransition_duration {
		top: -102px;
		left: 210px;
	}
	#panelStartFx {
		top: -204px;
		left: 420px;
	}
	#panelEndFx {
		top: -306px;
		left:630px
	}
	
/*
MorphTabs styles
*/

.morphtabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 700px;
}

.morphtabs_title li {
	float: left;
	background-color: #f7f7f7;
	margin-right: 4px;
	cursor: pointer;
	color: #6F6F6F;
	font-size: 12px;
	height: 20px;
	border-left: 1px solid #cbcbcb;
	border-top: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;	
	background-image: url(../img/search_bg.png);
	background-repeat: repeat-x;
	background-position: top;

}
.morphtabs_title li span{
	padding: 2px 8px 2px 28px;	
	display: block;
}
.ticket {
background-image: url(../images/icon_ticket.gif);
background-repeat: no-repeat;
background-position: 4px 2px;
}
.key {
background-image: url(../images/icon_key.gif);
background-repeat: no-repeat;
background-position: 4px 2px;
}
.table {
background-image: url(../images/icon_table.gif);
background-repeat: no-repeat;
background-position: 4px 2px;
}


.morphtabs_title li.over {
	font-weight: normal;
	color: #000;
}
.morphtabs_title li.over .ticket {
background-image: url(../images/icon_ticket.gif);
background-repeat: no-repeat;
background-position: 4px -30px;
}
.morphtabs_title li.over .key {
background-image: url(../images/icon_key.gif);
background-repeat: no-repeat;
background-position: 4px -30px;
}
.morphtabs_title li.over .table {
background-image: url(../images/icon_table.gif);
background-repeat: no-repeat;
background-position: 4px -31px;
}


.morphtabs_title li.active {
	color: #000;	
}
.morphtabs_title li.active .ticket {
background-image: url(../images/icon_ticket.gif);
background-repeat: no-repeat;
background-position: 4px -30px;
}
.morphtabs_title li.active .key {
background-image: url(../images/icon_key.gif);
background-repeat: no-repeat;
background-position: 4px -30px;
}
.morphtabs_title li.active .table {
background-image: url(../images/icon_table.gif);
background-repeat: no-repeat;
background-position: 4px -31px;
}


.morphtabs_title li.active span{
 text-decoration: underline;
}


.morphtabs_panelwrap { 
	position: relative;	
	top: -1px;
	clear: both;
	overflow: hidden;
}

.morphtabs_panel {
	background-color: #F6F6F6;
	color: #000;
	margin: 0;
}

.morpthtabs_panel p {
	margin-left:5px;
}

