/*
Theme Name: Unsaid Words
Theme URI: http://www.vivathemes.com
Description: Premium Theme for blogs, portals or business sites.
Author: Viva Themes
Author URI: http://www.vivathemes.com
version: 1.0
Tags: three-column, widget-ready, business, corporate, blog
*/


/* slideshow */

#slideshowgallery {
	position:relative;
	height:125px;
	border: solid 1px #cc0000;
	width: 930px;
	overflow: hidden;
	margin-bottom: 20px;
}
	
#slideshowgallery a {
	float:left;
	position:absolute;
}
	
#slideshowgallery a img {
	border:none;
}
	
#slideshowgallery a.show {
	z-index:500;
}

#slideshowgallery .caption {
	z-index:600; 
	background-color: #000; 
	color: yellow; 
	height:60px; 
	width:100%; 
	position:absolute;
	bottom:0;
}

#slideshowgallery .caption .content {
	margin: 10px;
}
	
#slideshowgallery .caption .content h3 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 5px;
	
}
