.container {
	margin: 0 auto;
	position: relative;
	width: 980px;
	font-size:13px;
}

	#gallery {
	position:relative;
	font-family:arial;
	height:300px
}
	#gallery a {
		float:left;
		position:absolute;
	}

	#gallery a img {
		border:none;
	}

	#gallery a.show {
		z-index:500;
	}

	#gallery .caption {
		z-index:600;
		background-color:none;
		color:#fff;
		height:80px;
		width:100%;
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin-left:15px;
		margin-top:20px;
	}

	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#00FF00;
	}


/*--- kwicks gallery begin ---*/
/* .slider {
	background:#474747;
	width:983px;
	position:absolute;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
	.slider .inside {
		padding:7px 7px 7px 8px;
	}



.kwicks {
	recommended styles for kwicks ul container
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	overflow:hidden;
	width:936px;
	height:300px;
	border:1px solid #C8C8C8 ;
}
.kwicks li{
	these are required, but the values are up to you (must be pixel)
	width: 160px;
	height: 300px;
	do not change these
	border-left:1px solid #C8C8C8 ;
	display: block;
	overflow: hidden;
	padding: 0;  if you need padding, do so with an inner div (or implement your own box-model hack)
	cursor:pointer;
}
.kwicks li.active {

}
.kwicks.horizontal li {
	This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers.
	margin-right: 0; Set to same as spacing option.
	float: left;
}


	.kwicks li h4.title {
		font-size:12px;
		text-align:center;
		color:#fff;
		position:absolute;
		background:#000;
		height:40px;
		opacity:0.8;
		width:100%;
		left:0;
		bottom:5px;
		padding-top:20px;
		font-family:Tahoma, Geneva, sans-serif;
		text-transform:uppercase;
		font-weight:normal;
	}
	.kwicks li span {
		display:block;
		width:100%;
		height:300px;
		background:url(../images/sliders-tail.png) 0 0 repeat-x;
		position:absolute;
		left:0;
		top:-3px;
	}
	.kwicks li .description {
		width:100%;
		position:absolute;
		top:-1000px;
		left:0;
		margin:0px;
		height:70px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#fff;
		background:#000;
		opacity:0.8;
	}
		.kwicks li .description .inner {
			padding:10px 20px 0 30px;
			margin:0px;
			line-height:15px;
		}
		.kwicks li .description h4 {
			font-size:18px;
			margin:0px;
			color:#fff;
			font-weight:normal;
			text-transform:none;
			margin-bottom:5px;
		} */
/*--- kwicks gallery end ---*/
