/* global reset */

.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: 560px;
	height: 288px;
	padding: 0;
	background-image: none;
	/* padding:7px 8px 9px 0; */
}

.g-holder {
	position:relative;
	width:560px;
	height: 288px;
	overflow:hidden;
	/* background-color: #034e91; */
	/* background-image: url(/images/banners/banner-bg.jpg); */
	
}

.banner-fields-container
{
	
	float: left;
}

.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;
	margin-left: 10px;	
	opacity: 0.7;
}

.text-elements
{
	position: absolute;
	top: 20px; 
	left: 10px;
	width: 230px;
	height: 400px;
	
	background-color: none;
	padding: 10px;
	margin-left: 10px;	
}

.text-elements a
{
	color: #fff;	
}

.text-elements .title
{
	font-weight: bold;
	color: #f00;
	font-size: 26px;
	margin: 0px;
}

.text-elements .text-content
{
	font-weight: normal;
	color: #fff;
	font-size: 14px;
}

.image
{
	position: absolute;
	height: 313px;
}

/* ===== End of Slide elements ===== */

/* ===== Switcher ===== */

.switcher{
	position:absolute;
	bottom: 0;
	z-index:50;
	left: 420px;
	top: 255px;
	overflow: hidden;
	width: 118px;
	height: 23px;
	background-image: url(/images/banner/banner-thumbs-bg.gif);
	line-height: 23px;
	padding: 0px 5px;
	border-right: 1px solid #999;
}

.switcher ul 
{
	overflow: hidden;
	text-style: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

.switcher ul li.thumbnailItemActive
{
	text-style: none;
	margin: 0px 0px 4px 0px;
	float: left;
	background-image: none;
	padding: 0 6px;
}
.switcher ul li.thumbnailItem
{
	text-style: none;
	margin: 0px 0px 4px 0px;
	float: left;
	background-image: none;
	padding: 0 6px;
}


.switcher ul li span.number
{
	position: absolute; 
	line-height: 30px; 
	text-align: center;
}

.switcher ul li a
{
	text-decoration: none;
	color: #777;
	font-family: Tahoma;
	font-size: 12px;
	display: block;
	margin: 0 0px;
	padding: 0 5px;
}


.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: none;
}

.switcher ul li span.more_details a:hover
{
	text-decoration: none;
}

.switcher ul li img
{
	vertical-align: middle;
	border-width: 0px;
}

.switcher ul li span.heading
{
	vertical-align: middle;
	text-decoration: underline;
}

.text-elements
{
	width: 190px;
	height: 245px;
}

.text-elements h2
{
	height: 120px;
	margin: 0;
}

.text-elements p
{
	height: 90px;
	color: #777;
	font-size: 12px;
}

.text-elements 
{
}

/* ===== End of Switcher ===== */
