/*******************************  PANEL CSS  *********************************/

img.panelImage{
	height: 450px;
	visibility: hidden;
}
.panel *
{
	display 			: inline;
	height				: auto;
	width				: 159px;
	padding				: 0px;
	margin 				: 0 1px 0 0;
	border 				: none;	
	float 				: left;
	background-repeat 	: no-repeat;

}
.panelText{
	width 		: 139px;
/*	margin 		: 25px 10px 10px 14px;*/
	display 	: inline;
	margin 		: 20px 1px 0 20px;
	padding 	: 0;
	height 		: auto;


}
.panelText p{
	display 	: inline;
	width  		: 120px;
	margin 		: 0 0 20px 0;
}
.panelText p *{
	width:120px;
	margin:0;

}
.panelText a.highlight{
	width:auto;
}

/*the next set of css class definitions are required for ie6*/
.panel_0 *,
.panel_1 *,
.panel_2 *,
.panel_3 *,
.panel_4 *,
.panel_5 *
{
	height 			: 100%;
	width 			: 100%;
	float 			: left;
	border 			: 0px;
	margin-right 	: 0px;

}

/***************************    /END PANEL CSS      **********************************/
