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

body {
	color: #FFFFFF;
	margin: 0px;
	background-color: #000000;
	font-family: arial;
}
.contentBg {
	background-image: url(images/social-bg.jpg);
	background-repeat: no-repeat;
	height: 402px;
}
.footer {
	background-image: url(images/social-icon5.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 11px;
	color: #9d9d9d;
}
.footer a {
	color: #9d9d9d;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.socialSlides {
	width: 504px;
	position: relative;
	float: left;
	padding-left: 15px;
}
.welcomeText {
	width: 490px;
	padding-left: 15px;
	text-align: justify;
	font-size: 12px;
	padding-top: 10px;
	float: left;
}
.welcomeText h1 {
	font-size: 15px;
	display: inline;
	font-family: arial;
	font-weight: bold;
}





ul.slideshow {
	list-style:none;
	width:504px;
	height:250px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:504px;
	height:33px;
	position:absolute;
	bottom:0;
	left:0;
	color:#fff;
	background:#000;
	z-index:500;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}
