/*
date:	programmer:	mks:	change:
10/01/13	srw		20317	created civil war battle flags site and moved cpc's flags info
*/

/*
Template Name: Gallerised
File: Featured Slider CSS
Author: OS Templates
Author URI: http: //www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

#featured_slide_ {
	position: relative; /* important */
	display: block;
	width: 620px;
	height: 446px;
	overflow: hidden; /* important */
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #968065;
	color: #FFF;
	background-color: #968065;
	float: left;
	
	border-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 10px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-ms-border-radius: 10px;
	behavior: url(border-radius.htc);
}

#featured_slide_Content {
	width: 620px; /* important to be same as image width */
	position: absolute;
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	
	border-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 10px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-ms-border-radius: 10px;
	behavior: url(border-radius.htc);
}

.featured_slide_Image {
	position: relative;
	display: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 620px; /* important - must be same as image width and slider width */
	height: 446px; /* important - must be same as image height and slider height */
	list-style: none;
	
	border-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 10px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-ms-border-radius: 10px;
	behavior: url(border-radius.htc);
}

.featured_slide_Image img {
	width: 620px;
	height: 446px;
	border: none;
}

.featured_slide_Image div.introtext {
	position: absolute;
	top: 353px;
	left: 0;
	width: 600px;
	padding: 20px 10px;
	color: #000;
	background-color: #CCC2B6;
	text-align: center;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	display: none;
}

.featured_slide_Image div.introtext.none {
	visibility: hidden;
	display: none;
}

.featured_slide_Image div.introtext.noTitle h2 {
	visibility: hidden;
	display: none;
}

.featured_slide_Image div.introtext.noTitle {
	position: absolute;
	top: 388px;
	left: 0;
	padding: 20px 10px;
}

.featured_slide_Image div.introtext.noTitle.twoLines {
	position: absolute;
	top: 369px;
	left: 0;
	padding: 20px 10px;
}

#featured_slide_ h2 {
	margin: 0 0 8px 0;
	padding: 0;
	line-height: normal;
	font-size: 22px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}

#featured_slide_ p {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	list-style: none;
	text-decoration: none;
	line-height: normal;
}
