.clear {
	clear:both
}

#adds {
	position:relative;
	height:620px
}
	#adds a {
		float:left;
		position:absolute;
	}

	#adds a img {
		border:none;
	}

	#adds a.shows {
		z-index:500
	}

	#adds .caption {
		z-index:600;
		background-color:#000;
		color:#ffffff;
		height:100px;
		width:100%;
		position:absolute;
		bottom:0;
	}

	#adds .caption .content {
		margin:5px
	}

	#adds .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}

/*03.02.2012*/
#adds{height:310px;}
