/* CSS Document */





/*SLIDER STYLES START HERE*/

#slide-wrapper {
	overflow: hidden;
	width: 470px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 235px;
} 

/*THIS HOUSES ALL THE LAYERS*/
#slide-inner {
	width: 4600px;
	position: relative;
} 


#content1, #content2, #content3 {
	width: 470px;
	height: 230px;
}

#content1 {
	left: 0px; 
	top: 0px;
}
#content2 {
	left: 472px;
	top: 0px;
} 
#content3 {
	left: 940px; 
	top: 0px;
} 

.scrolling-content {
	position: absolute;
	visibility: visible;
} 

.scrolling-content p {
} 






/*SLIDER MENU AREA AND BUTTONS START HERE*/

#demo-bar {
	padding: 0;
	width: auto;
	text-align: center;
	height: 34px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 


div#header_buttons_wrap {
}

div#header_buttons {
}

ul#buttons {

}
ul#buttons li {
	list-style: none;
}
ul#buttons li a:link, ul#buttons li a:visited {
	width: 121px;
	display: block;
	text-decoration: none;
	color: #000000;
	background-image: url(../images/1-button.png);
	background-repeat: no-repeat;
	height: 24px;
	padding-top: 10px;
	font-size: 12px;
	margin-left: 20px;
}

/*BUTTONS CHILDREN*/

li#but_intro, li#but_two, li#but_three {
	float: left;
}

li#but_intro a:hover, li#but_two a:hover, li#but_three a:hover {
	color: #00FF00;
}


li#but_intro a:active, li#but_two a:active, li#but_three a:active {
	color: #00FF00;
}




/*BUTTON AREA ENDS*/
