
/*--------- slider8 ---------*/
#slideD {width:100%;  
		height:480px; 
		overflow:hidden; 
		z-index:777;
		position: relative;
		background:url(../images/slider.jpg) 0 bottom repeat-x;}
.slider8 {width:800px; 
		height:480px;
		overflow:hidden; 
		position:relative; 
		left:50%;
		margin-left:-380px;}		
.items { display:none;}
.next {position:absolute; bottom:16px; right:50%; margin-right:-29px; width:28px; height:29px; background:url(../images/next2.png) 0 bottom no-repeat; display:block; z-index:999;}
.prev {position:absolute; bottom:16px; left:50%; margin-left:-29px; width:29px; height:29px; background:url(../images/prev2.png) 0 bottom no-repeat;display:block; z-index:999;}
.next:hover, .prev:hover {background-position:0 0;}


