/* global reset */
.slider-bg {
  background: url("../images/slider-corner-bg.gif") no-repeat scroll left top #FFFFFF;
}
.g-items{
	margin: 0;
	padding: 0;
	list-style:none;
	position:relative;
	width:100%;
	height:100%;
}

.g-items li{
	position:absolute;
	top: 0;
	left:0;
	width: 902px;
	height: 315px;
	/* background-image: url(/images/banners/banner-bg.jpg); */
	padding: 0;
}

.g-holder {
	position:relative;
	width:785px;
	height: 315px;
	overflow:hidden;
	/* background-color: #034e91; */
	/* background-image: url(/images/banners/banner-bg.jpg); */
	
}

.banner-fields-container
{
	width: 380px;
	float: left;
	padding: 15px;
}

.images
{
	float: right;
}


.banner-fields-container h2
{
	color: #fff;
	font-size: 28px;
}

.banner-fields-container div.write-up
{
	color: #fff;
	font-size: 20px;
}

.banner-fields-container p a
{
	color: #D1E2EF;
	font-size: 15px;
}


/* ===== Slide elements ===== */

.slide-container
{
	float: left;
	list-style: none;
}

.text-elements-background
{
	position: absolute;
	top: 20px; 
	left: 10px;
	width: 230px;
	height: 120px;
	background-color: #555;
	border-top: 1px solid #696969;
	border-left: 1px solid #696969;
	border-right: 1px solid #4a4a4a;
	border-bottom: 1px solid #4a4a4a;
	padding: 10px;
	margin-left: 10px;	
	opacity: 0.7;
}

.text-elements
{
	position: absolute;
	top: 15px; 
	left: 440px;
	width: 250px;
	height: 300px;
	background-color: none;
	padding: 10px;
	margin-left: 10px;
}

.text-elements a
{
	color: #fff;	
}

.text-elements .title
{
	font-weight: bold;
	color: #ED7821;
	font-size: 18px;
	margin: 0px;
}

.text-elements .text-content
{
	font-weight: normal;
	color: #55565A;
	font-size: 12px;
    
    margin-bottom: 10px;
}

.text-elements .read-more {
  font-size: 11px;
  opacity: 1;
  font-weight: normal;
}

.image
{
	position: absolute;
	/* top: 10px; */
	/* left: 10px; */
	/* border: 1px solid #96b4cc; */
	height: 313px;
	left: 0px;
	top: 0px;
}

/* ===== End of Slide elements ===== */

/* ===== Switcher ===== */

.switcher{
	position:absolute;
	bottom: 0;
	padding: 10px;
	z-index:50;
	left: 5px;
	/*top: 205px;*/
	overflow: hidden;
	width: 200px;
	height: 40px;
}

.switcher ul 
{
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}

.switcher ul li.thumbnailItemActive
{
	background-color: #fff;
	opacity: 1;
	filter:alpha(opacity=100);
	text-style: none;
	padding: 0px;
	margin: 0px 0px 4px 10px;
	width: 25px;
	height: 25px;
	margin-bottom: 12px;
	float: left;
}
.switcher ul li.thumbnailItem
{
	background-color: #fff;
	opacity: 0.7;
	filter:alpha(opacity=70);
	text-style: none;
	padding: 0px;
	margin: 0px 0px 4px 10px;
	width: 25px;
	height: 25px;
	margin-bottom: 12px;
	float: left;
}


.switcher ul li span.number
{
	position: absolute; 
	width: 30px; 
	height: 30px; 
	line-height: 30px; 
	text-align: center;
}

.switcher ul li a
{
	text-decoration: none;
	color: #fff;
	font-family: Tahoma;
	font-size: 14px;
	display: block;

}

.switcher ul li a.number
{
	text-align: center;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
}

.switcher ul li span.more_details
{
	display: block;
}

.switcher ul li span.more_details a
{
	color: #9BCDEE;
	display: block;
	font-size: 11px;
	margin-top: 3px;
	text-decoration: underline;
}

.switcher ul li img
{
	vertical-align: middle;
	border-width: 0px;
}

.switcher ul li span.heading
{
	height: 50px; 
	vertical-align: middle;
	text-decoration: underline;
}

/* ===== End of Switcher ===== */