/*------------------------------------slide------------------------------*/
#gallery {
	position:relative;
	height:245px;
	margin-bottom:5px;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a images {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
	z-index:600;
	background-color:#000;
	color:#fff;
	height:30px;
	width:365px;
	position:absolute;
	bottom:-2px;
	left: 1px;
	font-size:11px;
	FONT-FAMILY:Trebuchet MS;
	}

	#gallery .caption .content {
		margin:3px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#beff00;
		font-weight:bold;
		font-size:13px;
		FONT-FAMILY:Trebuchet MS;
	}
/*----------------------------and slide -----------------------*/

