.clear {
	clear:both
}

#gallery {
	position:relative;
	height:288px;

	margin: 0 0 5px 5px;
}
#gallery a {
	float:left;
	position:absolute;
}

#gallery a img {
	border:none;
}

#gallery a.show {
	z-index:500
}

#gallery .caption {
	z-index:600; 
	background-color:#000;/*#cccccc; */
	color:white; /*black*/
	height:30px; 
	width:100%; 
	position:absolute;
	bottom:0;
	font-weight :bold;
}

#gallery .caption .content {
	margin:5px;
	cursor:hand ;
	cursor:pointer;  	
	float:left;
}

#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color:#1DCCEF;
	font-weight :bold;
}

#gallery_selectors
{
	width:160px;
	display:block; 
	float:right;
	color:#1DCCEF;
	cursor:hand;  
	cursor:pointer;  
	margin :4px 0 2px 0;
/*	vertical-align:baseline; */
}

#gallery_selectors li 
{
	float:left;
	width:20px; 
	height:17px;
	cursor:hand ;
	cursor:pointer;  
	border:solid 1px white;
	background : url(../images/selector1.jpg) no-repeat;
	text-align:center ;
	vertical-align :middle ;
	padding : 3px 0 0 0;
	margin-right:10px;
}

#gallery_selectors  .selected 
{
	background : url(../images/selector2.jpg) no-repeat;
}
	
