@charset "utf-8";
/* CSS Document */

/* Slide Shoe Gallery */

.clear {
	clear:both;
}

#gallery {
	position:relative;
	height:240px;
	width:720px;
	display:block;
	float:left;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
#gallery a {
	float:left;
	position:absolute;
	width: 720px;
	height: 240px;
	cursor:default;
	padding:0px;
	margin:0px;
	
	float:left;
	overflow:hidden;
	}
	
#gallery a img {
		border:0px;
	}

#gallery .caption {
		z-index:1; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

#gallery .caption .content {
		margin:10px 0px 0px 10px;		
		padding:0px;
	}
#gallery .caption .content p {
		margin:0px;		
		padding:0px 10px 0px 15px;
		
	}
	
#gallery .caption .content h3 {
		margin:0px;
		padding:0px;
		color:#000;
		
		font-weight:bold;
		
		width:150px;
		height:80px;
		
		background:#999;
		
		line-height:80px;
		
		text-align:center;
	}

