.clear {
	clear:both
}
/* Default page header */
#gallery {
	position:relative;
	height:200px;	
}
#gallery a {
	float:left;
	position:absolute;
}

#gallery a img {
	border:none;
}

#gallery a.show {
	z-index:500
}

#gallery .caption {
	z-index:600; 
	background-color:#000000; 
	color:#ffffff; 
	height:25px; 
	width:100%; 
	position:absolute;
	bottom:0;	
	
}

#gallery .caption .content {
	margin:0px;
	padding-left:5px;
}

#gallery .caption .content h3
{
	margin: 0;
	padding: 0;
	color: #ffffff;
}

/* Office screen slide show */
#screengallery {
	position:relative;
	height:350px;
	
}
#screengallery a {
	float:left;
	position:absolute;
}

#screengallery a img {
	border:none;
}

#screengallery a.show {
	z-index:500
}

#screengallery .caption {
	z-index:600; 
	background-color:#000; 
	color:#ffffff; 
	height:50px; 
	width:100%; 
	position:absolute;
	bottom:0;
}

#screengallery .caption .content {
	margin:0px;
	padding-left:5px;
}

#screengallery .caption .content h3 {
	margin:0;
	padding:0;
	color:#1DCCEF;
}


/* Technology slideshow */

#techgallory {
	position:relative;
	padding-left:5px;	
}
#techgallory a {
	float:left;
	position:absolute;
}

#techgallory a img {
	border:none;
}

#techgallory a.show {
	z-index:500;
	
}
/*
#techgallory .caption {
	z-index:600; 
	background-color:#000000; 
	color:#ffffff; 
	height:25px; 
	width:100%; 
	position:absolute;
	bottom:0;	
	
}

#techgallory .caption .content {
	margin:0px;
	padding-left:5px;
}

#techgallory .caption .content h3 {
	margin:0;
	padding:0;
	color:#1DCCEF;
}
*/