/****** Home slider ******/


.homeslidewrapper{
	position: relative; /* Do not change this value */
	width: 860px;
	height: 280px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
}
.homeglidecontent{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	background: white;
	visibility: hidden;
	width: 860px;
}
.homeslidetoggler{ /*style for DIV used to contain toggler links. */
	background: url(../../images/sliderBg.gif) ;
	width: 860px;
	height:80px;
	/*border:1px solid #b5b5b5;*/
	border-top:1px solid #fff;
	position: relative;
	float: left;
	margin: -30px 20px 0 0;
	z-index: 3001;
	text-align: center; /*How to align pagination links: "left", "center", or "right"
	background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
.homeslidetoggler a { /*style for every navigational link within toggler */
	float: left;
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: block;
	text-align: center;
	padding: 0 0 0 1px;
	background-attachment: scroll;
	background-image: url(../../images/sliderA.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #2a2a2a;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.homeslidetoggler a.selected{ 
	text-decoration: none; 
	background-image: url(../../images/sliderA.gif);
	color:#f85900;
}
.homeslidetoggler a:hover{
	color:#f85900;
	text-decoration: underline;

}
.homeglidecontent img {
	border:0;

}
.homeglidecontent .text_container {
	background-color:#E2E3E4;
	background-image:url("../../_img/assets/homepage-textbg.png");
	height:270px;
	padding:5px 20px;
}


.homeslidetoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}
.homeslidetoggler a.prev, .homeslidetoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
color:#696969;
}
.homeslidetoggler a.prev:hover, .homeslidetoggler a.next:hover{
	text-decoration: underline;
}
/****** Newsletter slider ******/

.newsletterwrapper{
	position: relative; /* Do not change this value */
	width: 280px;
	height: 140px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
}
.newsletterglidecontent{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	visibility: hidden;
	width: 280px;
	background-color: #3f444a;
}
.newslettertoggler{ /*style for DIV used to contain toggler links. */
	position: relative;
	float: right;
	margin: -30px 0 0 0;
	z-index: 3001;
	text-align: center; /*How to align pagination links: "left", "center", or "right"
	background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
.newslettertoggler a{ /*style for every navigational link within toggler */
	height: 25px;
	line-height: 25px;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	display: block;
	font-size: 9px;
	text-decoration: none;
	float: left;
	padding: 0;
	margin: 0 5px 0 0;
	color: #9fa2a5;
}
.newslettertoggler a.selected{
	color: #3f444a;
	text-decoration: underline; 
	display: none;
}
.newslettertoggler a:hover{
	text-decoration: underline;
}
vtoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}
.newslettertoggler a.prev, .newslettertoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}
.newslettertoggler a.prev:hover, .newslettertoggler a.next:hover{
	text-decoration: underline;
}
