/*****************************************************
* Banner
*****************************************************/
#banner-wrap {
	height				: 300px; 
	width				: 1000px;
	background			: transparent url(../_images/banner-bg.gif) repeat-y 0 0;
	} 
	
#banner-small-wrap {
	height				: 100px; 
	width				: 1000px;
	background			: transparent url(../_images/banner-bg.gif) repeat-y 0 0;
	} 	

#banner {
	width				: 960px;
	height				: 300px;
	margin				: 0 auto;	
	}

#banner-small {
	width				: 960px;
	height				: 100px;
	margin				: 0 auto;	
	background			: transparent url(../_images/banner-small.jpg) no-repeat 0 0;
}

#banner-wrapper {
	overflow			: hidden; 
	height				: 300px; 
	width				: 960px;
	position			: relative;
	} 

#banner-inner {
	width				: 2880px;
	height				: 300px;
	position			: relative;
	}

.scrolling-content {
	text-align			: left;
	position			: absolute;
	}

div#user1, div#user2, div#user3 {
	width				: 960px;
	padding				: 0;
	}

#content1 {
	left				: 0px; 
	top					: 0px;
	width				: 960px;
	height				: 300px;
	background			: url(../_images/banner-bg1.jpg) no-repeat 0 0;
	}

#content2 {
	left				: 960px; 
	top					: 0px;
	width				: 960px;
	height				: 300px;
	background			: url(../_images/banner-bg2.jpg) no-repeat 0 0;
	}
	
#content3 {
	left				: 1920px; 
	top					: 0px;
	width				: 960px;
	height				: 300px;
	background			: url(../_images/banner-bg3.jpg) no-repeat 0 0;
	} 
	
#content4 {
	left				: 2880px; 
	top					: 0px;
	width				: 960px;
	height				: 300px;
	background			: url(../_images/banner-bg4.jpg) no-repeat 0 0;
	} 	

/*****************************************************
* Buttons
*****************************************************/

div#banner-buttons {
	width				: 960px;
	height				: 45px;
	background-color	: #000000;
	opacity				: 0.5;
	-moz-opacity		: 0.5;
	filter				: alpha(opacity=50);
	background-color	: #000000;
	z-index				: 100;
	position			: absolute;
	top					: 334px;
	}

ul#buttons li {
	margin				: 10px 0 0 0;
	list-style			: none;
	}

li#button1, li#button2, li#button3, li#button4, li#button5, li#button1 a, li#button2 a, li#button3 a, li#button4 a, li#button5 a {
	display				: block;
	float				: left;
	/*width				: 238px;*/
	width				: 187px;
	color				: #FFFFFF;
	padding				: 3px 0 3px 0;
	text-align			: center;
	font-weight			: bold;
	font-size			: 100%;
	text-decoration		: none;
	}

li a {
	opacity				: 1;
	-moz-opacity		: 1;
	filter				: alpha(opacity=100);
}

li#button2 { 
	border-left			: 1px solid #CCCCCC;
	border-right		: 1px solid #CCCCCC;	
}

li#button3, li#button4 { 
	border-right		: 1px solid #CCCCCC;	
}