body{ -webkit-text-size-adjust: 100%; -webkit-user-select: none; }

div#banner_div{
	background-color:#ffffff;
	/*width:940px;*/
	width:100%;
	height:320px;
	position:relative;
	overflow:hidden;
	margin: 0 auto;
	margin-top: -9px;
}

div#preloader, div#preloader div.bar{
	width:115px;
	height:45px;
	overflow:hidden;
	position:absolute;
	background:url("imgs/preloader.jpg") no-repeat top left;
}


div#banner_div div.static{
	position:absolute;
	overflow:hidden;
	width:100%;
	height:100%;
	z-index:101;
}
/*
div#banner_div div.static div.brdr-left,
div#banner_div div.static div.brdr-right{
	position:absolute;
	width:1px;
	height:319px;
	background:url("imgs/b-border-s.jpg") repeat-x top left;
}

div#banner_div div.static div.brdr-left{ left:0px; }
div#banner_div div.static div.brdr-right{ right:0px; }

div#banner_div div.static div.brdr-bottom{
	height:1px;
	width:100%;
	position:absolute;
	bottom:0px;
	background:#C7D8E2;
}

div#banner_div div.static div.brdr-corner{
	height:10px;
	width:10px;
	position:absolute;
	top:0px;
	right:1px;
}

div#banner_div div.static div.bar1{
	height:14px;
	width:100%;
	position:absolute;
	bottom:1px;
	background:#C7D8E2;
}*/

div#banner_div div.static div.bar2,
div#banner_div div.static div.bar3{
	width:100%;
	left:100%;
	position:absolute;
	background:url("imgs/bar-bgnd-rtl.png") repeat-y top right;
}

div#banner_div div.static div.bar2{
	height:15px;
	bottom:0px;
}

div#banner_div div.static div.bar3{
	height:44px;
	bottom:16px;
}
/*
div#banner_div div.static div.corner{
	height:44px;
	width:100%;
	position:absolute;
	bottom:32px;
	background:url("imgs/bar-bgnd-ltr.png") repeat-y top left;
}
*/
div#banner_div div.icons div.learn-more{
	position:absolute;
	display:none;
	width:111px;
	height:33px;
	left:37px;
    cursor:pointer;
	
	background: #068a66; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2OGE2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjMGE5ZTcyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMDY4YTY2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTMlIiBzdG9wLWNvbG9yPSIjMDg3MjUzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA5OWI3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #068a66 0%, #0a9e72 4%, #068a66 49%, #087253 53%, #099b70 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#068a66), color-stop(4%,#0a9e72), color-stop(49%,#068a66), color-stop(53%,#087253), color-stop(100%,#099b70)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #068a66 0%,#0a9e72 4%,#068a66 49%,#087253 53%,#099b70 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #068a66 0%,#0a9e72 4%,#068a66 49%,#087253 53%,#099b70 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #068a66 0%,#0a9e72 4%,#068a66 49%,#087253 53%,#099b70 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #068a66 0%,#0a9e72 4%,#068a66 49%,#087253 53%,#099b70 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#068a66', endColorstr='#099b70',GradientType=0 ); /* IE6-8 */
}

div#banner_div div.icons div.learn-more span{
	color: #fff;
    font-size: 11px;
    margin: 10px;
	font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    display:block;
}

div#banner_div div.items{
	position:absolute;
	overflow:hidden;
	width:100%;
	height:100%;
}

div#banner_div div.items div.item{
	position:absolute;
	text-align:center;
	width:100%;
	margin:0 auto;
	color:#ffffff;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:20pt;
}

div#banner_div div.items div.item *{ margin:0px; }

div#banner_div div.items div.item img{ width: 100%; }

div#banner_div div.items div.item div.title{
	position:absolute;
	top:0px;
	left:40px;
	width:490px;
	color: #068a66;
}

div#banner_div div.items div.item div.comment{
	position:absolute;
	left:40px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12pt;
	width:490px;
}

div#banner_div div.icons{
	position:absolute;
	/*bottom:32px;
	right:0px;
	height:auto;
	background: #000000;*/
	z-index:102;
	width:100%;
	height:54px;
	bottom:2px;
}

div#banner_div div.icons div.thumb{
	position:absolute;
	height:70px;
	cursor:pointer;
}

div#banner_div div.icons div.thumb span.img{
    display: block;
    height: 35px;
    padding: 1px;
    background:#000000;
	border:1px solid #08946c;
}

div#banner_div div.icons div.thumb div.label{
	position:absolute;
	font-weight:bold;
	font-family:Verdana;
	font-size:10px;
	color:#ffffff;
	text-align:center;
	width:200px;
	display:none;
	top:-28px;
	text-shadow: 0px 0px 4px #000000, 0px 0px 2px #000000;
}