/* Control */
.navcontrol{
	display:none;
}

/* Control */
.control{
	text-align:right;
}

	/* Control */
	.control a{
		padding:2px;
		background:#e5e5c8;
		font:bold 18px Arial, Helvetica, sans-serif;
    	color:#a30904;
		text-decoration:none;
		line-height:19px;	
	}

/* Panel */
.panel{
	width:480px;
	height:251px;
	overflow:hidden;
	margin:-23px 0 0 0;	
}

/* Slide */
.slide{}

	/* Text */
	.text{
		width:360px;
		height:45px;
		overflow:hidden;		
	}
	
		/* Text */
		.text h3{
			margin:0;
			font:bold 18px Arial, Helvetica, sans-serif;
    		color:#a30904;
			cursor:pointer;		
		}
		
		/* Text */
		.text p{
			display:none;		
		}
		
	/* Image */
	.image{
		cursor:pointer;		
	}