/* container for slides */

.images {
	height:309px;
	width:716px;
	float:left;
	cursor:default;
	/* CSS3 tweaks for modern browsers */
	position: relative;
	background-color: #FFF;
	padding-right: 25px;
}

/* single slide */
.images div {
	display: none;
	position:absolute;
	top:0;
	left:0;
	height:309px;
	font-size:14px;
	font-family: Arial, "Helvetica", sans-serif;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	float:left;
}
/* header */
.images h1 {
	padding-left: 355px;
	font-size: 34px;
	line-height: 36px;
	color: #00ABE5;
	font-weight: normal;
	margin-top: 39px;
}
/* header */
.images h2 {
	padding-left: 355px;
	font-size: 14px;
	line-height: 20px;
	color: #144962;
	font-weight: normal;
	margin-top: 29px;
}
.images p {
	font-size: 20px;
	line-height: 28px;
	color: #333;
	font-family: Arial, "Helvetica", sans-serif;
	padding-left: 355px;
	width: 380px;
	margin-top: 10px;
}
.images .text {
	padding-left: 355px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.images .btn a{
	display: block;
	height: 33px;
	width: 260px;
	background-image: url(../images/home-slide-01-register-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.images .btn a:hover{
	display: block;
	background-position: 0px -33px;
}
.btn span{
	display: none;
}

.images .btn2 a{
	display: block;
	height: 33px;
	width: 260px;
	background-image: url(../images/investors-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.images .btn2 a:hover{
	display: block;
	background-position: 0px -33px;
}
.btn2 span{
	display: none;
}

.images .btn3 a{
	display: block;
	height: 33px;
	width: 260px;
	background-image: url(../images/feature-article-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.images .btn3 a:hover{
	display: block;
	background-position: 0px -33px;
}
.btn3 span{
	display: none;
}

.tabs /* tabs (those little circles below slides) */
 {
	float: left;
	width: 741px;
	height: 80px;
	display: none;
}
.tabs li {
	float: left;
}
.tab1 {
	
}
.tab1:hover, .tab2:hover, .tab3:hover, .tab4:hover {

}
.tab1.current, .tab2.current, .tab3.current, .tab4.current {

}
.tab2 {
	
}
.tab3 {
	
}
.tab4 {
	
}
.one {
	background-image: url(../images/home-slide-01-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 741px;
	height:309px;
}
.two {
	background-image: url(../images/home-slide-02-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 741px;
	height:309px;
}
.three {
	background-image: url(../images/home-slide-03-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 741px;
	height:309px;
}
.current {

}

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
