body {
	margin:0px;
}    
	
	

#horizontal_container {
	margin:0px;
	width:896px;   
	height:329px;  
}

* html #horizontal_container {
	margin:0px;
	width:900px;   
	height:329px;  
}

.horizontal_accordion_toggle {
/* REQUIRED */
	float:left;	/* This make sure it stays horizontal */
/* REQUIRED */
	display:block;
	height:329px;
	width:80px;
	/*background: url(images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	border-right: 1px solid #cde99f;*/
	cursor:pointer;
	margin: 0 0 0 0;
}

.horizontal_accordion_toggle_active {
	display:block;
	height:329px;
	width:80px;
	background:url(accordion_images/tab_snapshots.gif) top left no-repeat;
	text-decoration:none;
}

.horizontal_accordion_content {
/* REQUIRED */
	height:329px;	/* We need to define a height for the accordion as it stretches the width */
	float:left;	/* This make sure it stays horizontal */
/* REQUIRED */
	overflow:hidden;
	background-color:#ffffff;
	color:#444444;
}

#slider_holder {
	width:1400px;
	height:329px;
	padding-top:82px
}

* html #slider_holder {
	text-align: center;
	width:1400px;
	height:329px;
	padding-top:78px
}

.butt1 {
	display:block;
	height:329px;
	width:80px;
	background:url(accordion_images/tab_welcome.gif) 0 0 no-repeat;
	text-decoration:none;
}

.butt2 {
	display:block;
	height:329px;
	width:80px;
	background:url(accordion_images/tab_events.jpg) 0 0 no-repeat;
	text-decoration:none;
}


.butt3 {
	display:block;
	height:329px;
	width:80px;
	background:url(accordion_images/tab_rise.gif) 0 0 no-repeat;
	text-decoration:none;
}


.butt4 {
	display:block;
	height:329px;
	width:80px;
	background:url(accordion_images/tab_technology.gif) 0 0 no-repeat;
	text-decoration:none;
}

.butt1:hover, .butt2:hover, .butt3:hover, .butt4:hover {
	background-position:-80px 0;
}
