#sectional {
  position: relative;
	width: 770px;
	height: 150px;
	/*background: url(../images/sectional/bg_sectional-top.gif) no-repeat center top;*/
	/*background: #AD9961 no-repeat center top;*/
	background: black no-repeat center top;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

#sectional .section {
  width: 121px;
  height: 150px;
	float: left;
	position: relative;
	background: red repeat-y left;
}

#sectional #section1.section h3:hover,
#sectional #section1.current h3 {background-position: right top; }
#sectional #section2.section h3:hover,
#sectional #section2.current h3 {background-position: right top; }
#sectional #section3.section h3:hover,
#sectional #section3.current h3 {background-position: right top; }
#sectional #section4.section h3:hover,
#sectional #section4.current h3 {background-position: right top; }
#sectional #section5.section h3:hover,
#sectional #section5.current h3 {background-position: right top; }

#sectional #section1.section {
	width: 121px;
	height: 150px;
	overflow: hidden;
	background-color: white;
}
#sectional #section2.section {
	width: 121px;
	height: 150px;
	overflow: hidden;
	background-color: white;
}
#sectional #section3.section {
	width: 121px;
	height: 150px;
	overflow: hidden;
	background-color: white;
}
#sectional #section4.section {
	width: 121px;
	height: 150px;
	overflow: hidden;
	background-color: white;
}
#sectional #section5.section {
	width: 121px;
	height: 150px;
	overflow: hidden;
	background-color: white;
}

#sectional .section h3 {
	position: relative;
	width: 50px;

	margin: 0px 0px 0px 2px;
	z-index: 0;
}

#sectional .section .wrap {
	position: absolute;
	top: 0;
	left: 0px;
	width: 450px;
	height: 150px;
	padding: 0px 0px 0px 0px;
	z-index: 1;
}

#sectional #section1.section .wrap {width: 480px;	left: 20px;}
#sectional #section2.section .wrap {width: 480px;	left: 20px;}
#sectional #section3.section .wrap {width: 480px;	left: 20px;}
#sectional #section4.section .wrap {width: 480px;	left: 20px;}
#sectional #section5.section .wrap {width: 480px;	left: 20px;}

#sectional #section1.section .wraptext,
#sectional #section2.section .wraptext,
#sectional #section3.section .wraptext,
#sectional #section4.section .wraptext,
#sectional #section5.section .wraptext {
	position: absolute;
	z-index: 4;
	display: block;
	width: 300px;
	height: 50px;
	top: 100px;
	left: 121px;
	margin: 10px 5px 5px 10px;
	color: white;
	}
.wraptext a:link {color: white;}
.wraptext a:visited {color: white;}
.wraptext a:hover {color: white; text-decoration:underline;}
	
#sectional #section1.section .wrapcolor,
#sectional #section2.section .wrapcolor,
#sectional #section3.section .wrapcolor,
#sectional #section4.section .wrapcolor,
#sectional #section5.section .wrapcolor {
	position: absolute;
	z-index: 3;
	display: block;
	width: 350px;
	height: 50px;
	top: 100px;
	left: 123px;
	margin: 0;
	background-color: black;
	filter:alpha(opacity=50); 
	}	

#section1 h4,
#section2 h4,
#section3 h4,
#section4 h4,
#section5 h4 {
	position: absolute;
	z-index: 2;
	display: block;
	width: 480px;
	height: 23px;
	top: 20px;
	left: 20px;
	margin: 0;
}


#img_gallery{ margin:0px auto;}
/*
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}
*/


#img_gallery #wrapper{
	overflow: hidden;
	width: 650px;
	float:left;	
	padding: 0px;
	margin: 0px;
}


#items{
	}

.moveleft, .moveright{
	display:block;
	margin:0px;
	height:100px;
	color: white;
	width: 15px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	cursor: pointer;
	float:left;
}
.moveleft{background: url('left.gif');}
.moveright{background: url('right.gif');}
.moveleft:hover, .moveright:hover{ background-position:bottom; }

